Skip to content

Commit

Permalink
New release: 1.3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxwin committed Jan 7, 2017
1 parent f4f8311 commit be6dbeb
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 16 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
i-MSCP ChangeLog

------------------------------------------------------------------------------------------------------------------------
Git 1.3.x
1.3.16
------------------------------------------------------------------------------------------------------------------------

2017-01-07: Laurent Declercq
RELEASE i-MSCP 1.3.16

INSTALLER
Fixed: Default value for the `DATABASE_USER_HOST' parameter cannot be a local host when using SQL remote server
Fixed: iMSCP::Dialog::InputValidation::isNotEmpty() validation method always return true, causing unexpected results
Expand Down
4 changes: 2 additions & 2 deletions configs/debian/imscp.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## i-MSCP version info

BuildDate =
Version = Git 1.3.x
BuildDate = 20170107
Version = 1.3.16
CodeName = Horner

# Distro info
Expand Down
12 changes: 6 additions & 6 deletions docs/Debian/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@ Any released version >= 7.x (Debian 8.x recommended)
#### 3. Download and untar the distribution files

# cd /usr/local/src
# wget https://github.com/i-MSCP/imscp/archive/<version>.tar.gz
# tar -xzf <version>.tar.gz
# wget https://github.com/i-MSCP/imscp/archive/1.3.16.tar.gz
# tar -xzf 1.3.16.tar.gz

#### 4. Change to the newly created directory

# cd imscp-<version>
# cd imscp-1.3.16

#### 5. Install i-MSCP by running its installer

Expand All @@ -124,12 +124,12 @@ case something goes wrong during upgrade.
#### 3. Download and untar the distribution files

# cd /usr/local/src
# wget https://github.com/i-MSCP/imscp/archive/<version>.tar.gz
# tar -xzf <version>.tar.gz
# wget https://github.com/i-MSCP/imscp/archive/1.3.16.tar.gz
# tar -xzf 1.3.16.tar.gz

#### 4. Change to the newly created directory

# cd imscp-<version>
# cd imscp-1.3.16

#### 5. Update i-MSCP by running its installer

Expand Down
12 changes: 6 additions & 6 deletions docs/Ubuntu/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@ Any LTS version >= 12.04 (Ubuntu 16.04 recommended)
#### 3. Download and untar the distribution files

# cd /usr/local/src
# wget https://github.com/i-MSCP/imscp/archive/<version>.tar.gz
# tar -xzf <version>.tar.gz
# wget https://github.com/i-MSCP/imscp/archive/1.3.16.tar.gz
# tar -xzf 1.3.16.tar.gz

#### 4. Change to the newly created directory

# cd imscp-<version>
# cd imscp-1.3.16

#### 5. Install i-MSCP by running its installer

Expand All @@ -124,12 +124,12 @@ case something goes wrong during upgrade.
#### 3. Download and untar the distribution files

# cd /usr/local/src
# wget https://github.com/i-MSCP/imscp/archive/<version>.tar.gz
# tar -xzf <version>.tar.gz
# wget https://github.com/i-MSCP/imscp/archive/1.3.16.tar.gz
# tar -xzf 1.3.16.tar.gz

#### 4. Change to the newly created directory

# cd imscp-<version>
# cd imscp-1.3.16

#### 5. Update i-MSCP by running its installer

Expand Down
2 changes: 1 addition & 1 deletion latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@

20170107

0 comments on commit be6dbeb

Please sign in to comment.