Skip to content

Commit

Permalink
New release: 1.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxwin committed Mar 2, 2016
1 parent ad13ad7 commit caa6a75
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.15
------------------------------------------------------------------------------------------------------------------------

2016-03-02: Laurent Declercq
RELEASE i-MSCP 1.2.15

BACKEND
Changed: Usage of custom OpenSSL configuration file for self-signed SSL certificates (iMSCP::OpenSSL)
Fixed: ALLOW_URL_FOPEN placeholder not replaced in pool configuration files when using per_domain INI level (PHP-FPM)
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 = 20160302
Version = 1.2.15
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.15
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.15.tar.gz
# tar xzf imscp-1.2.15.tar.gz

4. Change to the newly created directory

# cd imscp-<version>
# cd imscp-1.2.15

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.15.tar.gz
# tar xzf imscp-1.2.15.tar.gz

4. Change to the newly created directory

# cd imscp-<version>
# cd imscp-1.2.15

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.15
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.15.tar.gz
# tar xzf imscp-1.2.15.tar.gz

4. Change to the newly created directory

# cd imscp-<version>
# cd imscp-1.2.15

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.15.tar.gz
# tar xzf imscp-1.2.15.tar.gz

4. Change to the newly created directory

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

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 @@

20160302

0 comments on commit caa6a75

Please sign in to comment.