Skip to content

Commit

Permalink
New release: 1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxwin committed Jun 16, 2017
1 parent 0259437 commit badece8
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 25 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
@@ -1,9 +1,12 @@
i-MSCP ChangeLog

------------------------------------------------------------------------------------------------------------------------
Git 1.4.x
1.4.6
------------------------------------------------------------------------------------------------------------------------

2017-06-16: Laurent Declercq
RELEASE i-MSCP 1.4.6

BACKEND
Added: iMSCP::LockFile class - Implements file locks for locking files in UNIX
Review: Store lock files in /var/lock instead of /tmp
Expand Down
4 changes: 2 additions & 2 deletions configs/debian/imscp.conf
@@ -1,7 +1,7 @@
## i-MSCP version info

BuildDate =
Version = Git 1.4.x
BuildDate = 20170616
Version = 1.4.6
CodeName = Zimmer
PluginApi = 1.4.1

Expand Down
14 changes: 7 additions & 7 deletions docs/Debian/INSTALL.md
Expand Up @@ -97,14 +97,14 @@ apt-get --assume-yes --auto-remove --no-install-recommends install ca-certificat

```bash
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.6.tar.gz
tar -xzf 1.4.6.tar.gz
```

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

```bash
cd imscp-<version>
cd imscp-1.4.6
```

#### 5. Install i-MSCP by running its installer
Expand All @@ -120,7 +120,7 @@ perl imscp-autoinstall -d
Before upgrading your must read the errata file which describ information about changes made in new i-MSCP versions,
and any pre-task that must be done by the administrator before upgrading.

The errata file for this i-MSCP version is located at: https://github.com/i-MSCP/imscp/blob/<version>/docs/1.4.x_errata.md
The errata file for this i-MSCP version is located at: https://github.com/i-MSCP/imscp/blob/1.4.6/docs/1.4.x_errata.md

#### 2. Make sure to make a backup of your data

Expand All @@ -144,14 +144,14 @@ apt-get update && apt-get --assume-yes --auto-remove --no-install-recommend dist

```bash
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.6.tar.gz
tar -xzf 1.4.6.tar.gz
```

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

```bash
cd imscp-<version>
cd imscp-1.4.6
```

#### 6. Update i-MSCP by running its installer
Expand Down
14 changes: 7 additions & 7 deletions docs/Devuan/INSTALL.md
Expand Up @@ -97,14 +97,14 @@ apt-get --assume-yes --auto-remove --no-install-recommends install ca-certificat

```bash
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.6.tar.gz
tar -xzf 1.4.6.tar.gz
```

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

```bash
cd imscp-<version>
cd imscp-1.4.6
```

#### 5. Install i-MSCP by running its installer
Expand All @@ -120,7 +120,7 @@ perl imscp-autoinstall -d
Before upgrading your must read the errata file which describ information about changes made in new i-MSCP versions,
and any pre-task that must be done by the administrator before upgrading.

The errata file for this i-MSCP version is located at: https://github.com/i-MSCP/imscp/blob/<version>/docs/1.4.x_errata.md
The errata file for this i-MSCP version is located at: https://github.com/i-MSCP/imscp/blob/1.4.6/docs/1.4.x_errata.md

#### 2. Make sure to make a backup of your data

Expand All @@ -144,14 +144,14 @@ apt-get update && apt-get --assume-yes --auto-remove --no-install-recommend dist

```bash
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.6.tar.gz
tar -xzf 1.4.6.tar.gz
```

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

```bash
cd imscp-<version>
cd imscp-1.4.6
```

#### 6. Update i-MSCP by running its installer
Expand Down
14 changes: 7 additions & 7 deletions docs/Ubuntu/INSTALL.md
Expand Up @@ -97,14 +97,14 @@ apt-get --assume-yes --auto-remove --no-install-recommends install ca-certificat

```bash
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.6.tar.gz
tar -xzf 1.4.6.tar.gz
```

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

```bash
cd imscp-<version>
cd imscp-1.4.6
```

#### 5. Install i-MSCP by running its installer
Expand All @@ -120,7 +120,7 @@ perl imscp-autoinstall -d
Before upgrading your must read the errata file which describ information about changes made in new i-MSCP versions,
and any pre-task that must be done by the administrator before upgrading.

The errata file for this i-MSCP version is located at: https://github.com/i-MSCP/imscp/blob/<version>/docs/1.4.x_errata.md
The errata file for this i-MSCP version is located at: https://github.com/i-MSCP/imscp/blob/1.4.6/docs/1.4.x_errata.md

#### 2. Make sure to make a backup of your data

Expand All @@ -144,14 +144,14 @@ apt-get update && apt-get --assume-yes --auto-remove --no-install-recommends dis

```bash
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.6.tar.gz
tar -xzf 1.4.6.tar.gz
```

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

```bash
cd imscp-<version>
cd imscp-1.4.6
```

#### 6. Update i-MSCP by running its installer
Expand Down
2 changes: 1 addition & 1 deletion latest.txt
@@ -1 +1 @@

20170616

0 comments on commit badece8

Please sign in to comment.