diff --git a/CHANGELOG b/CHANGELOG index 2d43f71a4f..9ad19e631b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,9 +1,12 @@ i-MSCP ChangeLog ------------------------------------------------------------------------------------------------------------------------ -Git 1.5.x +1.5.0 ------------------------------------------------------------------------------------------------------------------------ +2017-09-05: Laurent Declercq + RELEASE i-MSCP 1.5.0 + BACKEND Added: `apcu', `apc', `gmp' and `Zend Opcache' PHP modules to the list of required PHP module (iMSCP::Requirements) Added: Flag allowing to ignore mount operation failures (iMSCP::Mount) diff --git a/configs/debian/imscp.conf b/configs/debian/imscp.conf index 854c011e23..b5871cbd14 100644 --- a/configs/debian/imscp.conf +++ b/configs/debian/imscp.conf @@ -1,7 +1,7 @@ ## i-MSCP version info -BuildDate = -Version = Git 1.5.x +BuildDate = 20170905 +Version = 1.5.0 CodeName = Ennio Morricone PluginApi = 1.5.0 diff --git a/docs/Debian/INSTALL.md b/docs/Debian/INSTALL.md index 9d0fced68b..4652fe7fcd 100644 --- a/docs/Debian/INSTALL.md +++ b/docs/Debian/INSTALL.md @@ -24,14 +24,14 @@ whiptail wget ``` 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.5.0.tar.gz +tar -xzf 1.5.0.tar.gz ``` ### 4. Change to the newly created directory ``` -cd imscp- +cd imscp-1.5.0 ``` ### 5. Install i-MSCP by running its installer @@ -45,7 +45,7 @@ perl imscp-autoinstall -d ### 1. Make sure to read the errata file Before upgrading, you must not forget to read the -[errata file](https://github.com/i-MSCP/imscp/blob//docs/1.5.x_errata.md) +[errata file](https://github.com/i-MSCP/imscp/blob/1.5.0/docs/1.5.x_errata.md) ### 2. Make sure to make a backup of your data @@ -72,14 +72,14 @@ apt-get --assume-yes --auto-remove --no-install-recommends dist-upgrade ``` 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.5.0.tar.gz +tar -xzf 1.5.0.tar.gz ``` ### 5. Change to the newly created directory ``` -cd imscp- +cd imscp-1.5.0 ``` ### 6. Update i-MSCP by running its installer diff --git a/docs/Devuan/INSTALL.md b/docs/Devuan/INSTALL.md index a28836ea97..63648e160b 100644 --- a/docs/Devuan/INSTALL.md +++ b/docs/Devuan/INSTALL.md @@ -24,14 +24,14 @@ whiptail wget ``` 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.5.0.tar.gz +tar -xzf 1.5.0.tar.gz ``` ### 4. Change to the newly created directory ``` -cd imscp- +cd imscp-1.5.0 ``` ### 5. Install i-MSCP by running its installer @@ -45,7 +45,7 @@ perl imscp-autoinstall -d ### 1. Make sure to read the errata file Before upgrading, you must not forget to read the -[errata file](https://github.com/i-MSCP/imscp/blob//docs/1.5.x_errata.md) +[errata file](https://github.com/i-MSCP/imscp/blob/1.5.0/docs/1.5.x_errata.md) ### 2. Make sure to make a backup of your data @@ -72,14 +72,14 @@ apt-get --assume-yes --auto-remove --no-install-recommends dist-upgrade ``` 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.5.0.tar.gz +tar -xzf 1.5.0.tar.gz ``` ### 5. Change to the newly created directory ``` -cd imscp- +cd imscp-1.5.0 ``` ### 6. Update i-MSCP by running its installer diff --git a/docs/Ubuntu/INSTALL.md b/docs/Ubuntu/INSTALL.md index f271a10f9c..f52c6f758f 100644 --- a/docs/Ubuntu/INSTALL.md +++ b/docs/Ubuntu/INSTALL.md @@ -24,14 +24,14 @@ whiptail wget ```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.5.0.tar.gz +tar -xzf 1.5.0.tar.gz ``` ### 4. Change to the newly created directory ``` -cd imscp- +cd imscp-1.5.0 ``` ### 5. Install i-MSCP by running its installer @@ -45,7 +45,7 @@ perl imscp-autoinstall -d ### 1. Make sure to read the errata file Before upgrading, you must not forget to read the -[errata file](https://github.com/i-MSCP/imscp/blob//docs/1.5.x_errata.md) +[errata file](https://github.com/i-MSCP/imscp/blob/1.5.0/docs/1.5.x_errata.md) ### 2. Make sure to make a backup of your data @@ -72,14 +72,14 @@ apt-get --assume-yes --auto-remove --no-install-recommends dist-upgrade ```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.5.0.tar.gz +tar -xzf 1.5.0.tar.gz ``` ### 5. Change to the newly created directory ``` -cd imscp- +cd imscp-1.5.0 ``` ### 6. Update i-MSCP by running its installer diff --git a/latest.txt b/latest.txt index 8b13789179..35707bd4c7 100644 --- a/latest.txt +++ b/latest.txt @@ -1 +1 @@ - +20170905