diff --git a/CHANGELOG b/CHANGELOG index d1e19c620e..e0d7b0e45b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,9 +1,12 @@ i-MSCP ChangeLog ------------------------------------------------------------------------------------------------------------------------ -Git 1.4.x +1.4.2 ------------------------------------------------------------------------------------------------------------------------ +2017-04-04: Laurent Declercq + RELEASE i-MSCP 1.4.2 + CRONJOBS Changed: Niceness from 0 to 10 for the imscp-srv-traff and imscp-vrl-traff i-MSCP core cron tasks Changed: Niceness from 15 to 10 for i-MSCP core cron tasks diff --git a/configs/debian/imscp.conf b/configs/debian/imscp.conf index c9abb0fd66..fcccd9473a 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 = 20170404 +Version = 1.4.2 CodeName = Zimmer # Distro info diff --git a/docs/Debian/INSTALL.md b/docs/Debian/INSTALL.md index 8bab2e2d3a..7334f6c88f 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.2.tar.gz + # tar -xzf 1.4.2.tar.gz #### 4. Change to the newly created directory - # cd imscp- + # cd imscp-1.4.2 #### 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.2.tar.gz + # tar -xzf 1.4.2.tar.gz #### 4. Change to the newly created directory - # cd imscp- + # cd imscp-1.4.2 #### 5. Update i-MSCP by running its installer diff --git a/docs/Ubuntu/INSTALL.md b/docs/Ubuntu/INSTALL.md index ea6283e8ae..ee2e53b8d2 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.2.tar.gz + # tar -xzf 1.4.2.tar.gz #### 4. Change to the newly created directory - # cd imscp- + # cd imscp-1.4.2 #### 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.2.tar.gz + # tar -xzf 1.4.2.tar.gz #### 4. Change to the newly created directory - # cd imscp- + # cd imscp-1.4.2 #### 5. Update i-MSCP by running its installer diff --git a/latest.txt b/latest.txt index 8b13789179..7c3b057f98 100644 --- a/latest.txt +++ b/latest.txt @@ -1 +1 @@ - +20170404