diff --git a/CHANGELOG b/CHANGELOG index fc995cb4a3..7236754f20 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,9 +1,12 @@ i-MSCP ChangeLog ------------------------------------------------------------------------------------------------------------------------ -Git 1.3.x +1.3.12 ------------------------------------------------------------------------------------------------------------------------ +2016-12-25: Laurent Declercq + RELEASE i-MSCP 1.3.12 + BACKEND Fixed: Could not write log files for the Modules::Htaccess module due to possible slash in names Fixed: Missing flush() method to return underlying tied array to immediate-write mode (iMSCP::Config) diff --git a/configs/debian/imscp.conf b/configs/debian/imscp.conf index 61c0934ac2..a2320b4e4e 100644 --- a/configs/debian/imscp.conf +++ b/configs/debian/imscp.conf @@ -1,7 +1,7 @@ ## i-MSCP version info -BuildDate = -Version = Git 1.3.x +BuildDate = 20161225 +Version = 1.3.12 CodeName = Horner # Distro info diff --git a/docs/Debian/INSTALL.md b/docs/Debian/INSTALL.md index 7497388269..e3f0d3f412 100644 --- a/docs/Debian/INSTALL.md +++ b/docs/Debian/INSTALL.md @@ -93,12 +93,12 @@ Any released version >= 7.x (Debian 8.x 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.3.12.tar.gz + # tar -xzf 1.3.12.tar.gz #### 4. Change to the newly created directory - # cd imscp- + # cd imscp-1.3.12 #### 5. Install i-MSCP by running its installer @@ -124,12 +124,12 @@ case something goes wrong during upgrade. #### 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.3.12.tar.gz + # tar -xzf 1.3.12.tar.gz #### 4. Change to the newly created directory - # cd imscp- + # cd imscp-1.3.12 #### 5. Update i-MSCP by running its installer diff --git a/docs/Ubuntu/INSTALL.md b/docs/Ubuntu/INSTALL.md index a4b442f2b1..5c1b3ca577 100644 --- a/docs/Ubuntu/INSTALL.md +++ b/docs/Ubuntu/INSTALL.md @@ -93,12 +93,12 @@ Any LTS version >= 12.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.3.12.tar.gz + # tar -xzf 1.3.12.tar.gz #### 4. Change to the newly created directory - # cd imscp- + # cd imscp-1.3.12 #### 5. Install i-MSCP by running its installer @@ -124,12 +124,12 @@ case something goes wrong during upgrade. #### 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.3.12.tar.gz + # tar -xzf 1.3.12.tar.gz #### 4. Change to the newly created directory - # cd imscp- + # cd imscp-1.3.12 #### 5. Update i-MSCP by running its installer diff --git a/latest.txt b/latest.txt index 8b13789179..c2ec9597d7 100644 --- a/latest.txt +++ b/latest.txt @@ -1 +1 @@ - +20161225