Skip to content

Commit

Permalink
New release: 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxwin committed Sep 8, 2017
1 parent 9fa914c commit 033f4fe
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 25 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.5.x
1.5.1
------------------------------------------------------------------------------------------------------------------------

2017-09-08: Laurent Declercq
RELEASE i-MSCP 1.5.1

Bakend
Fixed: Can't call method "isEmpty" on an undefined value when a listener self un-register (iMSCP::EventManager)

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.5.x
BuildDate = 20170908
Version = 1.5.1
CodeName = Ennio Morricone
PluginApi = 1.5.0

Expand Down
14 changes: 7 additions & 7 deletions docs/Debian/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ whiptail wget

```
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.5.1.tar.gz
tar -xzf 1.5.1.tar.gz
```

### 4. Change to the newly created directory

```
cd imscp-<version>
cd imscp-1.5.1
```

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

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


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

```
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.5.1.tar.gz
tar -xzf 1.5.1.tar.gz
```

### 5. Change to the newly created directory

```
cd imscp-<version>
cd imscp-1.5.1
```

### 6. Update i-MSCP by running its installer
Expand Down
14 changes: 7 additions & 7 deletions docs/Devuan/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ whiptail wget

```
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.5.1.tar.gz
tar -xzf 1.5.1.tar.gz
```

### 4. Change to the newly created directory

```
cd imscp-<version>
cd imscp-1.5.1
```

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

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


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

```
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.5.1.tar.gz
tar -xzf 1.5.1.tar.gz
```

### 5. Change to the newly created directory

```
cd imscp-<version>
cd imscp-1.5.1
```

### 6. Update i-MSCP by running its installer
Expand Down
14 changes: 7 additions & 7 deletions docs/Ubuntu/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ whiptail wget

```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.5.1.tar.gz
tar -xzf 1.5.1.tar.gz
```

### 4. Change to the newly created directory

```
cd imscp-<version>
cd imscp-1.5.1
```

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

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


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

```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.5.1.tar.gz
tar -xzf 1.5.1.tar.gz
```

### 5. Change to the newly created directory

```
cd imscp-<version>
cd imscp-1.5.1
```

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

20170908

0 comments on commit 033f4fe

Please sign in to comment.