Skip to content

Commit

Permalink
New release: 1.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxwin committed Mar 10, 2016
1 parent fed112c commit 1c2f388
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 18 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
i-MSCP ChangeLog

------------------------------------------------------------------------------------------------------------------------
Git 1.2.x
1.2.16
------------------------------------------------------------------------------------------------------------------------

2016-03-10: Laurent Declercq
RELEASE i-MSCP 1.2.16

CONFIG
Added: /dev/random and /dev/urandom to open_basedir (PHP)

Expand Down
4 changes: 2 additions & 2 deletions configs/debian/imscp.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Version variables

BuildDate =
Version = Git 1.2.x
BuildDate = 20160310
Version = 1.2.16
CodeName = Andromeda

# Server variables
Expand Down
14 changes: 7 additions & 7 deletions docs/Debian/INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Table of Content
1) Version Info
---------------

i-MSCP Version: <version>
i-MSCP Version: 1.2.16
Distros: Debian Wheezy, Jessie (recommended), Stretch (Experimental)

2) Requirements
Expand Down Expand Up @@ -43,12 +43,12 @@ All packages are listed in ./docs/Debian/packages-<codename>.xml
3. Download and untar or unzip the distribution files to a secure directory

# cd /usr/local/src
# wget https://github.com/i-MSCP/imscp/archive/<version>.tar.gz
# tar xzf imscp-<version>.tar.gz
# wget https://github.com/i-MSCP/imscp/archive/1.2.16.tar.gz
# tar xzf imscp-1.2.16.tar.gz

4. Change to the newly created directory

# cd imscp-<version>
# cd imscp-1.2.16

5. Run the imscp-autoinstall script

Expand All @@ -70,12 +70,12 @@ All packages are listed in ./docs/Debian/packages-<codename>.xml
3. Download and untar the distribution files to a secure directory

# cd /usr/local/src
# wget https://github.com/i-MSCP/imscp/archive/<version>.tar.gz
# tar xzf imscp-<version>.tar.gz
# wget https://github.com/i-MSCP/imscp/archive/1.2.16.tar.gz
# tar xzf imscp-1.2.16.tar.gz

4. Change to the newly created directory

# cd imscp-<version>
# cd imscp-1.2.16

5. Update by running the imscp-autoinstall script

Expand Down
14 changes: 7 additions & 7 deletions docs/Ubuntu/INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Table of Content
1) Version Info
---------------

i-MSCP Version: <version>
i-MSCP Version: 1.2.16
Distros: Any LTS version >= Precise Pangolin (12.04) - Trusty Tahr recommended

2) Requirements
Expand Down Expand Up @@ -43,12 +43,12 @@ All packages are listed in ./docs/Ubuntu/packages-<codename>.xml
3. Download and untar the distribution files to a secure directory

# cd /usr/local/src
# wget https://github.com/i-MSCP/imscp/archive/<version>.tar.gz
# tar xzf imscp-<version>.tar.gz
# wget https://github.com/i-MSCP/imscp/archive/1.2.16.tar.gz
# tar xzf imscp-1.2.16.tar.gz

4. Change to the newly created directory

# cd imscp-<version>
# cd imscp-1.2.16

5. Install by running the imscp-autoinstall script

Expand All @@ -70,12 +70,12 @@ All packages are listed in ./docs/Ubuntu/packages-<codename>.xml
3. Download and untar the distribution files to a secure directory

# cd /usr/local/src
# wget https://github.com/i-MSCP/imscp/archive/<version>.tar.gz
# tar xzf imscp-<version>.tar.gz
# wget https://github.com/i-MSCP/imscp/archive/1.2.16.tar.gz
# tar xzf imscp-1.2.16.tar.gz

4. Change to the newly created directory

# cd ./imscp-<version>
# cd ./imscp-1.2.16

5. Update by running the imscp-autoinstall script

Expand Down
2 changes: 1 addition & 1 deletion latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@

20160310

0 comments on commit 1c2f388

Please sign in to comment.