diff --git a/CHANGELOG b/CHANGELOG index 75f88c37b2..c9ac94437d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,9 +1,12 @@ i-MSCP ChangeLog ------------------------------------------------------------------------------------------------------------------------ -Git 1.5.x +1.5.1 ------------------------------------------------------------------------------------------------------------------------ +2017-09-08: Laurent Declercq + RELEASE i-MSCP 1.5.1 + Bakend Fixed: Can't call method "isEmpty" on an undefined value when a listener self un-register (iMSCP::EventManager) diff --git a/configs/debian/imscp.conf b/configs/debian/imscp.conf index 854c011e23..d876676834 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 = 20170908 +Version = 1.5.1 CodeName = Ennio Morricone PluginApi = 1.5.0 diff --git a/docs/Debian/INSTALL.md b/docs/Debian/INSTALL.md index 9d0fced68b..2164f994e6 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.1.tar.gz +tar -xzf 1.5.1.tar.gz ``` ### 4. Change to the newly created directory ``` -cd imscp- +cd imscp-1.5.1 ``` ### 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.1/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.1.tar.gz +tar -xzf 1.5.1.tar.gz ``` ### 5. Change to the newly created directory ``` -cd imscp- +cd imscp-1.5.1 ``` ### 6. Update i-MSCP by running its installer diff --git a/docs/Devuan/INSTALL.md b/docs/Devuan/INSTALL.md index a28836ea97..9577d5c84a 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.1.tar.gz +tar -xzf 1.5.1.tar.gz ``` ### 4. Change to the newly created directory ``` -cd imscp- +cd imscp-1.5.1 ``` ### 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.1/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.1.tar.gz +tar -xzf 1.5.1.tar.gz ``` ### 5. Change to the newly created directory ``` -cd imscp- +cd imscp-1.5.1 ``` ### 6. Update i-MSCP by running its installer diff --git a/docs/Ubuntu/INSTALL.md b/docs/Ubuntu/INSTALL.md index f271a10f9c..4311f66415 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.1.tar.gz +tar -xzf 1.5.1.tar.gz ``` ### 4. Change to the newly created directory ``` -cd imscp- +cd imscp-1.5.1 ``` ### 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.1/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.1.tar.gz +tar -xzf 1.5.1.tar.gz ``` ### 5. Change to the newly created directory ``` -cd imscp- +cd imscp-1.5.1 ``` ### 6. Update i-MSCP by running its installer diff --git a/latest.txt b/latest.txt index 8b13789179..005d7b28bf 100644 --- a/latest.txt +++ b/latest.txt @@ -1 +1 @@ - +20170908