Skip to content

Commit

Permalink
New release: 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxwin committed Apr 4, 2017
1 parent 8c4c7cc commit a056857
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 16 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.4.x
1.4.2
------------------------------------------------------------------------------------------------------------------------

2017-04-04: Laurent Declercq
RELEASE i-MSCP 1.4.2

CRONJOBS
Changed: Niceness from 0 to 10 for the imscp-srv-traff and imscp-vrl-traff i-MSCP core cron tasks
Changed: Niceness from 15 to 10 for i-MSCP core cron tasks
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 @@
## i-MSCP version info

BuildDate =
Version = Git 1.4.x
BuildDate = 20170404
Version = 1.4.2
CodeName = Zimmer

# Distro info
Expand Down
12 changes: 6 additions & 6 deletions docs/Debian/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<version>.tar.gz
# tar -xzf <version>.tar.gz
# wget https://github.com/i-MSCP/imscp/archive/1.4.2.tar.gz
# tar -xzf 1.4.2.tar.gz

#### 4. Change to the newly created directory

# cd imscp-<version>
# cd imscp-1.4.2

#### 5. Install i-MSCP by running its installer

Expand All @@ -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/<version>.tar.gz
# tar -xzf <version>.tar.gz
# wget https://github.com/i-MSCP/imscp/archive/1.4.2.tar.gz
# tar -xzf 1.4.2.tar.gz

#### 4. Change to the newly created directory

# cd imscp-<version>
# cd imscp-1.4.2

#### 5. Update i-MSCP by running its installer

Expand Down
12 changes: 6 additions & 6 deletions docs/Ubuntu/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@ Any LTS version >= 14.04 (Ubuntu 16.04 recommended)
#### 3. Download and untar the distribution files

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

#### 4. Change to the newly created directory

# cd imscp-<version>
# cd imscp-1.4.2

#### 5. Install i-MSCP by running its installer

Expand All @@ -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/<version>.tar.gz
# tar -xzf <version>.tar.gz
# wget https://github.com/i-MSCP/imscp/archive/1.4.2.tar.gz
# tar -xzf 1.4.2.tar.gz

#### 4. Change to the newly created directory

# cd imscp-<version>
# cd imscp-1.4.2

#### 5. Update i-MSCP by running its installer

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

20170404

0 comments on commit a056857

Please sign in to comment.