diff --git a/CHANGELOG b/CHANGELOG index 63616312b8..f8e5b3e070 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,9 +1,12 @@ i-MSCP ChangeLog ------------------------------------------------------------------------------------------------------------------------ -Git 1.4.x +1.4.0 ------------------------------------------------------------------------------------------------------------------------ +2017-03-26: Laurent Declercq + RELEASE i-MSCP 1.4.0 + ARPL Fixed: ARPL is failing due to unexpected encoding Removed: imscp-arpl-msgr log directory (ARPL error logs goes now into /var/log/mail.log) diff --git a/configs/debian/imscp.conf b/configs/debian/imscp.conf index c9abb0fd66..b682f31cac 100644 --- a/configs/debian/imscp.conf +++ b/configs/debian/imscp.conf @@ -1,7 +1,7 @@ ## i-MSCP version info -BuildDate = -Version = Git 1.4.x +BuildDate = 20170326 +Version = 1.4.0 CodeName = Zimmer # Distro info diff --git a/docs/Debian/INSTALL.md b/docs/Debian/INSTALL.md index 8bab2e2d3a..3319b405a5 100644 --- a/docs/Debian/INSTALL.md +++ b/docs/Debian/INSTALL.md @@ -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/.tar.gz - # tar -xzf .tar.gz + # wget https://github.com/i-MSCP/imscp/archive/1.4.0.tar.gz + # tar -xzf 1.4.0.tar.gz #### 4. Change to the newly created directory - # cd imscp- + # cd imscp-1.4.0 #### 5. Install i-MSCP by running its installer @@ -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/.tar.gz - # tar -xzf .tar.gz + # wget https://github.com/i-MSCP/imscp/archive/1.4.0.tar.gz + # tar -xzf 1.4.0.tar.gz #### 4. Change to the newly created directory - # cd imscp- + # cd imscp-1.4.0 #### 5. Update i-MSCP by running its installer diff --git a/docs/Ubuntu/INSTALL.md b/docs/Ubuntu/INSTALL.md index ea6283e8ae..f3c9c47e1f 100644 --- a/docs/Ubuntu/INSTALL.md +++ b/docs/Ubuntu/INSTALL.md @@ -93,12 +93,12 @@ Any LTS version >= 14.04 (Ubuntu 16.04 recommended) #### 3. Download and untar the distribution files # cd /usr/local/src - # wget https://github.com/i-MSCP/imscp/archive/.tar.gz - # tar -xzf .tar.gz + # wget https://github.com/i-MSCP/imscp/archive/1.4.0.tar.gz + # tar -xzf 1.4.0.tar.gz #### 4. Change to the newly created directory - # cd imscp- + # cd imscp-1.4.0 #### 5. Install i-MSCP by running its installer @@ -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/.tar.gz - # tar -xzf .tar.gz + # wget https://github.com/i-MSCP/imscp/archive/1.4.0.tar.gz + # tar -xzf 1.4.0.tar.gz #### 4. Change to the newly created directory - # cd imscp- + # cd imscp-1.4.0 #### 5. Update i-MSCP by running its installer diff --git a/latest.txt b/latest.txt index 8b13789179..d7136661be 100644 --- a/latest.txt +++ b/latest.txt @@ -1 +1 @@ - +20170326