From 3c55b0ab0bf6ffa610c0b648536c9732f8d648b1 Mon Sep 17 00:00:00 2001 From: Laurent Declercq Date: Mon, 26 Dec 2016 06:39:57 +0100 Subject: [PATCH] New release: 1.3.13 --- CHANGELOG | 5 ++++- configs/debian/imscp.conf | 4 ++-- docs/Debian/INSTALL.md | 12 ++++++------ docs/Ubuntu/INSTALL.md | 12 ++++++------ latest.txt | 2 +- 5 files changed, 19 insertions(+), 16 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index fb985c35f8..7368049a6c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,9 +1,12 @@ i-MSCP ChangeLog ------------------------------------------------------------------------------------------------------------------------ -Git 1.3.x +1.3.13 ------------------------------------------------------------------------------------------------------------------------ +2016-12-26: Laurent Declercq + RELEASE i-MSCP 1.3.13 + BACKEND Fixed: Strings with code points over 0xFF may not be mapped into in-memory file handles diff --git a/configs/debian/imscp.conf b/configs/debian/imscp.conf index 61c0934ac2..4dab2dec45 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 = 20161226 +Version = 1.3.13 CodeName = Horner # Distro info diff --git a/docs/Debian/INSTALL.md b/docs/Debian/INSTALL.md index 7497388269..43518e49d0 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.13.tar.gz + # tar -xzf 1.3.13.tar.gz #### 4. Change to the newly created directory - # cd imscp- + # cd imscp-1.3.13 #### 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.13.tar.gz + # tar -xzf 1.3.13.tar.gz #### 4. Change to the newly created directory - # cd imscp- + # cd imscp-1.3.13 #### 5. Update i-MSCP by running its installer diff --git a/docs/Ubuntu/INSTALL.md b/docs/Ubuntu/INSTALL.md index a4b442f2b1..7c893813fb 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.13.tar.gz + # tar -xzf 1.3.13.tar.gz #### 4. Change to the newly created directory - # cd imscp- + # cd imscp-1.3.13 #### 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.13.tar.gz + # tar -xzf 1.3.13.tar.gz #### 4. Change to the newly created directory - # cd imscp- + # cd imscp-1.3.13 #### 5. Update i-MSCP by running its installer diff --git a/latest.txt b/latest.txt index 8b13789179..a427fe1fe5 100644 --- a/latest.txt +++ b/latest.txt @@ -1 +1 @@ - +20161226