From bc09b48afcc8e441f323e4c24a2f710e9e7a2c0f Mon Sep 17 00:00:00 2001 From: Laurent Declercq Date: Fri, 7 Dec 2018 04:10:52 +0100 Subject: [PATCH] New release: 1.5.3 (build 2018120700) Signed-off-by: Laurent Declercq --- CHANGELOG | 5 ++++- configs/debian/imscp.conf | 4 ++-- docs/1.5.x_errata.md | 2 +- docs/Debian/INSTALL.md | 14 +++++++------- docs/Devuan/INSTALL.md | 14 +++++++------- docs/Ubuntu/INSTALL.md | 14 +++++++------- 6 files changed, 28 insertions(+), 25 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 614881362f..6ca08422e8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,9 +1,12 @@ i-MSCP ChangeLog ------------------------------------------------------------------------------------------------------------------------ -Git 1.5.x +1.5.3 (build 2018120700) ------------------------------------------------------------------------------------------------------------------------ +2018-12-07: Laurent Declercq + RELEASE i-MSCP 1.5.3 (build 2018120700) + ARTIFACTS Removed: latest.txt file (no longer used) diff --git a/configs/debian/imscp.conf b/configs/debian/imscp.conf index 73294686ce..2264719a03 100644 --- a/configs/debian/imscp.conf +++ b/configs/debian/imscp.conf @@ -1,7 +1,7 @@ ## i-MSCP version info -Version = Git 1.5.x -Build = +Version = 1.5.3 +Build = 2018120700 CodeName = Ennio Morricone PluginApi = 1.5.0 diff --git a/docs/1.5.x_errata.md b/docs/1.5.x_errata.md index 1b070127bf..a92d6c4206 100644 --- a/docs/1.5.x_errata.md +++ b/docs/1.5.x_errata.md @@ -3,7 +3,7 @@ First of all, if you're updating from an older i-MSCP Serie, you **MUST** read the previous errata files that you can find in the [./docs](.) directory. -## Version (build ) +## Version 1.5.3 (build 2018120700) Bugfixe release. diff --git a/docs/Debian/INSTALL.md b/docs/Debian/INSTALL.md index 00d14eab21..48468ae749 100644 --- a/docs/Debian/INSTALL.md +++ b/docs/Debian/INSTALL.md @@ -25,14 +25,14 @@ whiptail wget ``` cd /usr/local/src -wget https://github.com/i-MSCP/imscp/archive/.tar.gz -tar -xzf imscp-.tar.gz +wget https://github.com/i-MSCP/imscp/archive/1.5.3-2018120700.tar.gz +tar -xzf imscp-1.5.3-2018120700.tar.gz ``` ### 4. Change to the newly created directory ``` -cd imscp- +cd imscp-1.5.3-2018120700 ``` ### 5. Install i-MSCP by running its installer @@ -46,7 +46,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/_errata.md) +[errata file](https://github.com/i-MSCP/imscp/blob/1.5.3-2018120700/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 imscp-.tar.gz +wget https://github.com/i-MSCP/imscp/archive/1.5.3-2018120700.tar.gz +tar -xzf imscp-1.5.3-2018120700.tar.gz ``` ### 5. Change to the newly created directory ``` -cd imscp- +cd imscp-1.5.3-2018120700 ``` ### 6. Update i-MSCP by running its installer diff --git a/docs/Devuan/INSTALL.md b/docs/Devuan/INSTALL.md index c660899f6b..af1391d046 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 imscp-.tar.gz +wget https://github.com/i-MSCP/imscp/archive/1.5.3-2018120700.tar.gz +tar -xzf imscp-1.5.3-2018120700.tar.gz ``` ### 4. Change to the newly created directory ``` -cd imscp- +cd imscp-1.5.3-2018120700 ``` ### 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/_errata.md) +[errata file](https://github.com/i-MSCP/imscp/blob/1.5.3-2018120700/docs/1.5.x_errata.md) ### 2. Make sure to make a backup of your data @@ -71,14 +71,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 imscp-.tar.gz +wget https://github.com/i-MSCP/imscp/archive/1.5.3-2018120700.tar.gz +tar -xzf imscp-1.5.3-2018120700.tar.gz ``` ### 5. Change to the newly created directory ``` -cd imscp- +cd imscp-1.5.3-2018120700 ``` ### 6. Update i-MSCP by running its installer diff --git a/docs/Ubuntu/INSTALL.md b/docs/Ubuntu/INSTALL.md index eca9497c35..134860cbb2 100644 --- a/docs/Ubuntu/INSTALL.md +++ b/docs/Ubuntu/INSTALL.md @@ -26,14 +26,14 @@ whiptail wget ```bash cd /usr/local/src -wget https://github.com/i-MSCP/imscp/archive/.tar.gz -tar -xzf imscp-.tar.gz +wget https://github.com/i-MSCP/imscp/archive/1.5.3-2018120700.tar.gz +tar -xzf imscp-1.5.3-2018120700.tar.gz ``` ### 4. Change to the newly created directory ``` -cd imscp- +cd imscp-1.5.3-2018120700 ``` ### 5. Install i-MSCP by running its installer @@ -47,7 +47,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/_errata.md) +[errata file](https://github.com/i-MSCP/imscp/blob/1.5.3-2018120700/docs/1.5.x_errata.md) ### 2. Make sure to make a backup of your data @@ -73,14 +73,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 imscp-.tar.gz +wget https://github.com/i-MSCP/imscp/archive/1.5.3-2018120700.tar.gz +tar -xzf imscp-1.5.3-2018120700.tar.gz ``` ### 5. Change to the newly created directory ``` -cd imscp- +cd imscp-1.5.3-2018120700 ``` ### 6. Update i-MSCP by running its installer