diff --git a/CHANGELOG b/CHANGELOG index 48d2d07029..df477afc60 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,9 +1,12 @@ i-MSCP ChangeLog ------------------------------------------------------------------------------------------------------------------------ -Git 1.4.x +1.4.5 ------------------------------------------------------------------------------------------------------------------------ +2017-06-13: Laurent Declercq + RELEASE i-MSCP 1.4.5 + BACKEND Added: iMSCP::Cwd package - Allows to restrict scope of chdir() to enclosing block Review: Prioritize servers and packages to avoid overuse of events diff --git a/configs/debian/imscp.conf b/configs/debian/imscp.conf index 71542b03de..9ca4464c2e 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 = 20170613 +Version = 1.4.5 CodeName = Zimmer PluginApi = 1.4.1 diff --git a/docs/Debian/INSTALL.md b/docs/Debian/INSTALL.md index 3a9e1f260d..8db1a02f30 100644 --- a/docs/Debian/INSTALL.md +++ b/docs/Debian/INSTALL.md @@ -97,14 +97,14 @@ apt-get --assume-yes --auto-remove --no-install-recommends install ca-certificat ```bash 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.5.tar.gz +tar -xzf 1.4.5.tar.gz ``` #### 4. Change to the newly created directory ```bash -cd imscp- +cd imscp-1.4.5 ``` #### 5. Install i-MSCP by running its installer @@ -120,7 +120,7 @@ perl imscp-autoinstall -d 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.5/docs/1.4.x_errata.md #### 2. Make sure to make a backup of your data @@ -144,14 +144,14 @@ apt-get update && apt-get --assume-yes --auto-remove --no-install-recommend dist ```bash 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.5.tar.gz +tar -xzf 1.4.5.tar.gz ``` #### 5. Change to the newly created directory ```bash -cd imscp- +cd imscp-1.4.5 ``` #### 6. Update i-MSCP by running its installer diff --git a/docs/Devuan/INSTALL.md b/docs/Devuan/INSTALL.md index b0ace657db..835362fc68 100644 --- a/docs/Devuan/INSTALL.md +++ b/docs/Devuan/INSTALL.md @@ -97,14 +97,14 @@ apt-get --assume-yes --auto-remove --no-install-recommends install ca-certificat ```bash 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.5.tar.gz +tar -xzf 1.4.5.tar.gz ``` #### 4. Change to the newly created directory ```bash -cd imscp- +cd imscp-1.4.5 ``` #### 5. Install i-MSCP by running its installer @@ -120,7 +120,7 @@ perl imscp-autoinstall -d 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.5/docs/1.4.x_errata.md #### 2. Make sure to make a backup of your data @@ -144,14 +144,14 @@ apt-get update && apt-get --assume-yes --auto-remove --no-install-recommend dist ```bash 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.5.tar.gz +tar -xzf 1.4.5.tar.gz ``` #### 5. Change to the newly created directory ```bash -cd imscp- +cd imscp-1.4.5 ``` #### 6. Update i-MSCP by running its installer diff --git a/docs/Ubuntu/INSTALL.md b/docs/Ubuntu/INSTALL.md index b05b069bf0..8411decb59 100644 --- a/docs/Ubuntu/INSTALL.md +++ b/docs/Ubuntu/INSTALL.md @@ -97,14 +97,14 @@ apt-get --assume-yes --auto-remove --no-install-recommends install ca-certificat ```bash 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.5.tar.gz +tar -xzf 1.4.5.tar.gz ``` #### 4. Change to the newly created directory ```bash -cd imscp- +cd imscp-1.4.5 ``` #### 5. Install i-MSCP by running its installer @@ -120,7 +120,7 @@ perl imscp-autoinstall -d 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.5/docs/1.4.x_errata.md #### 2. Make sure to make a backup of your data @@ -144,14 +144,14 @@ apt-get update && apt-get --assume-yes --auto-remove --no-install-recommends dis ```bash 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.5.tar.gz +tar -xzf 1.4.5.tar.gz ``` #### 5. Change to the newly created directory ```bash -cd imscp- +cd imscp-1.4.5 ``` #### 6. Update i-MSCP by running its installer diff --git a/latest.txt b/latest.txt index 8b13789179..0cdf576da6 100644 --- a/latest.txt +++ b/latest.txt @@ -1 +1 @@ - +20170613