Skip to content

Commit 033f4fe

Browse files
committed
New release: 1.5.1
1 parent 9fa914c commit 033f4fe

File tree

6 files changed

+28
-25
lines changed

6 files changed

+28
-25
lines changed

CHANGELOG

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
i-MSCP ChangeLog
22

33
------------------------------------------------------------------------------------------------------------------------
4-
Git 1.5.x
4+
1.5.1
55
------------------------------------------------------------------------------------------------------------------------
66

7+
2017-09-08: Laurent Declercq
8+
RELEASE i-MSCP 1.5.1
9+
710
Bakend
811
Fixed: Can't call method "isEmpty" on an undefined value when a listener self un-register (iMSCP::EventManager)
912

configs/debian/imscp.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## i-MSCP version info
22

3-
BuildDate =
4-
Version = Git 1.5.x
3+
BuildDate = 20170908
4+
Version = 1.5.1
55
CodeName = Ennio Morricone
66
PluginApi = 1.5.0
77

docs/Debian/INSTALL.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ whiptail wget
2424

2525
```
2626
cd /usr/local/src
27-
wget https://github.com/i-MSCP/imscp/archive/<version>.tar.gz
28-
tar -xzf <version>.tar.gz
27+
wget https://github.com/i-MSCP/imscp/archive/1.5.1.tar.gz
28+
tar -xzf 1.5.1.tar.gz
2929
```
3030

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

3333
```
34-
cd imscp-<version>
34+
cd imscp-1.5.1
3535
```
3636

3737
### 5. Install i-MSCP by running its installer
@@ -45,7 +45,7 @@ perl imscp-autoinstall -d
4545
### 1. Make sure to read the errata file
4646

4747
Before upgrading, you must not forget to read the
48-
[errata file](https://github.com/i-MSCP/imscp/blob/<version>/docs/1.5.x_errata.md)
48+
[errata file](https://github.com/i-MSCP/imscp/blob/1.5.1/docs/1.5.x_errata.md)
4949

5050

5151
### 2. Make sure to make a backup of your data
@@ -72,14 +72,14 @@ apt-get --assume-yes --auto-remove --no-install-recommends dist-upgrade
7272

7373
```
7474
cd /usr/local/src
75-
wget https://github.com/i-MSCP/imscp/archive/<version>.tar.gz
76-
tar -xzf <version>.tar.gz
75+
wget https://github.com/i-MSCP/imscp/archive/1.5.1.tar.gz
76+
tar -xzf 1.5.1.tar.gz
7777
```
7878

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

8181
```
82-
cd imscp-<version>
82+
cd imscp-1.5.1
8383
```
8484

8585
### 6. Update i-MSCP by running its installer

docs/Devuan/INSTALL.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ whiptail wget
2424

2525
```
2626
cd /usr/local/src
27-
wget https://github.com/i-MSCP/imscp/archive/<version>.tar.gz
28-
tar -xzf <version>.tar.gz
27+
wget https://github.com/i-MSCP/imscp/archive/1.5.1.tar.gz
28+
tar -xzf 1.5.1.tar.gz
2929
```
3030

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

3333
```
34-
cd imscp-<version>
34+
cd imscp-1.5.1
3535
```
3636

3737
### 5. Install i-MSCP by running its installer
@@ -45,7 +45,7 @@ perl imscp-autoinstall -d
4545
### 1. Make sure to read the errata file
4646

4747
Before upgrading, you must not forget to read the
48-
[errata file](https://github.com/i-MSCP/imscp/blob/<version>/docs/1.5.x_errata.md)
48+
[errata file](https://github.com/i-MSCP/imscp/blob/1.5.1/docs/1.5.x_errata.md)
4949

5050

5151
### 2. Make sure to make a backup of your data
@@ -72,14 +72,14 @@ apt-get --assume-yes --auto-remove --no-install-recommends dist-upgrade
7272

7373
```
7474
cd /usr/local/src
75-
wget https://github.com/i-MSCP/imscp/archive/<version>.tar.gz
76-
tar -xzf <version>.tar.gz
75+
wget https://github.com/i-MSCP/imscp/archive/1.5.1.tar.gz
76+
tar -xzf 1.5.1.tar.gz
7777
```
7878

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

8181
```
82-
cd imscp-<version>
82+
cd imscp-1.5.1
8383
```
8484

8585
### 6. Update i-MSCP by running its installer

docs/Ubuntu/INSTALL.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ whiptail wget
2424

2525
```bash
2626
cd /usr/local/src
27-
wget https://github.com/i-MSCP/imscp/archive/<version>.tar.gz
28-
tar -xzf <version>.tar.gz
27+
wget https://github.com/i-MSCP/imscp/archive/1.5.1.tar.gz
28+
tar -xzf 1.5.1.tar.gz
2929
```
3030

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

3333
```
34-
cd imscp-<version>
34+
cd imscp-1.5.1
3535
```
3636

3737
### 5. Install i-MSCP by running its installer
@@ -45,7 +45,7 @@ perl imscp-autoinstall -d
4545
### 1. Make sure to read the errata file
4646

4747
Before upgrading, you must not forget to read the
48-
[errata file](https://github.com/i-MSCP/imscp/blob/<version>/docs/1.5.x_errata.md)
48+
[errata file](https://github.com/i-MSCP/imscp/blob/1.5.1/docs/1.5.x_errata.md)
4949

5050

5151
### 2. Make sure to make a backup of your data
@@ -72,14 +72,14 @@ apt-get --assume-yes --auto-remove --no-install-recommends dist-upgrade
7272

7373
```bash
7474
cd /usr/local/src
75-
wget https://github.com/i-MSCP/imscp/archive/<version>.tar.gz
76-
tar -xzf <version>.tar.gz
75+
wget https://github.com/i-MSCP/imscp/archive/1.5.1.tar.gz
76+
tar -xzf 1.5.1.tar.gz
7777
```
7878

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

8181
```
82-
cd imscp-<version>
82+
cd imscp-1.5.1
8383
```
8484

8585
### 6. Update i-MSCP by running its installer

latest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1+
20170908

0 commit comments

Comments
 (0)