Skip to content

Commit

Permalink
New release: 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxwin committed Mar 26, 2017
1 parent 360cf78 commit 0b00849
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.0
------------------------------------------------------------------------------------------------------------------------

2017-03-26: Laurent Declercq
RELEASE i-MSCP 1.4.0

ARPL
Fixed: ARPL is failing due to unexpected encoding
Removed: imscp-arpl-msgr log directory (ARPL error logs goes now into /var/log/mail.log)
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 = 20170326
Version = 1.4.0
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.0.tar.gz
# tar -xzf 1.4.0.tar.gz

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

# cd imscp-<version>
# cd imscp-1.4.0

#### 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.0.tar.gz
# tar -xzf 1.4.0.tar.gz

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

# cd imscp-<version>
# cd imscp-1.4.0

#### 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.0.tar.gz
# tar -xzf 1.4.0.tar.gz

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

# cd imscp-<version>
# cd imscp-1.4.0

#### 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.0.tar.gz
# tar -xzf 1.4.0.tar.gz

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

# cd imscp-<version>
# cd imscp-1.4.0

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

20170326

0 comments on commit 0b00849

Please sign in to comment.