diff --git a/CHANGELOG b/CHANGELOG index 22f38f629d..3306d12002 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,9 +1,12 @@ i-MSCP ChangeLog ------------------------------------------------------------------------------------------------------------------------ -Git 1.4.x +1.4.3 ------------------------------------------------------------------------------------------------------------------------ +2017-04-17: Laurent Declercq + RELEASE i-MSCP 1.4.3 + CONFIG Added: `class', `default' and `description' attributes in distribution packages files for service alternatives Added: /etc/apt/apt/conf.d/01norecommend to avoid installation of recommended/suggested distribution packages diff --git a/configs/debian/imscp.conf b/configs/debian/imscp.conf index 427c97d7da..fd23b281ca 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 = 20170417 +Version = 1.4.3 CodeName = Zimmer # Distro info diff --git a/docs/Debian/INSTALL.md b/docs/Debian/INSTALL.md index d340bc791d..d5a435db92 100644 --- a/docs/Debian/INSTALL.md +++ b/docs/Debian/INSTALL.md @@ -92,12 +92,12 @@ Any released version >= 8.x (Debian Jessie) #### 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.3.tar.gz + # tar -xzf 1.4.3.tar.gz #### 4. Change to the newly created directory - # cd imscp- + # cd imscp-1.4.3 #### 5. Install i-MSCP by running its installer @@ -110,7 +110,7 @@ Any released version >= 8.x (Debian Jessie) Before upgrading your must read the errata file which describ information about changes made in new i-MSCP versions, and any pre-task that must be done by the administrator before upgrading. -The errata file for this i-MSCP version is located at: https://github.com/i-MSCP/imscp/blob//docs/1.4.x_errata.md +The errata file for this i-MSCP version is located at: https://github.com/i-MSCP/imscp/blob/1.4.3/docs/1.4.x_errata.md #### 2. Make sure to make a backup of your data @@ -129,12 +129,12 @@ case something goes wrong during upgrade. #### 4. 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.3.tar.gz + # tar -xzf 1.4.3.tar.gz #### 5. Change to the newly created directory - # cd imscp- + # cd imscp-1.4.3 #### 6. Update i-MSCP by running its installer diff --git a/docs/Ubuntu/INSTALL.md b/docs/Ubuntu/INSTALL.md index ea6fedb26c..e8a02a1487 100644 --- a/docs/Ubuntu/INSTALL.md +++ b/docs/Ubuntu/INSTALL.md @@ -92,12 +92,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.3.tar.gz + # tar -xzf 1.4.3.tar.gz #### 4. Change to the newly created directory - # cd imscp- + # cd imscp-1.4.3 #### 5. Install i-MSCP by running its installer @@ -110,7 +110,7 @@ Any LTS version >= 14.04 (Ubuntu 16.04 recommended) Before upgrading your must read the errata file which describ information about changes made in new i-MSCP versions, and any pre-task that must be done by the administrator before upgrading. -The errata file for this i-MSCP version is located at: https://github.com/i-MSCP/imscp/blob//docs/1.4.x_errata.md +The errata file for this i-MSCP version is located at: https://github.com/i-MSCP/imscp/blob/1.4.3/docs/1.4.x_errata.md #### 2. Make sure to make a backup of your data @@ -129,12 +129,12 @@ case something goes wrong during upgrade. #### 4. 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.3.tar.gz + # tar -xzf 1.4.3.tar.gz #### 5. Change to the newly created directory - # cd imscp- + # cd imscp-1.4.3 #### 6. Update i-MSCP by running its installer diff --git a/latest.txt b/latest.txt index 8b13789179..c6cba2198f 100644 --- a/latest.txt +++ b/latest.txt @@ -1 +1 @@ - +20170417