Skip to content

Commit

Permalink
New release: 1.5.3 (build 2018120800)
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Declercq <[email protected]>
  • Loading branch information
nuxwin committed Dec 8, 2018
1 parent 488d7f5 commit f0f450d
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.3 (build 2018120800)
------------------------------------------------------------------------------------------------------------------------

2018-12-08: Laurent Declercq
RELEASE i-MSCP 1.5.3 (build 2018120800)

BACKEND
Fixed: Couldn't install composer packages on fresh installation nor switch them (regression fix)
Fixed: SysVinit provider not initialized when called from Debian Upstart init provider (regression fix)
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

Version = Git 1.5.x
Build =
Version = 1.5.3
Build = 2018120800
CodeName = Ennio Morricone
PluginApi = 1.5.0

Expand Down
2 changes: 1 addition & 1 deletion docs/1.5.x_errata.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
First of all, if you're updating from an older i-MSCP Serie, you **MUST** read
the previous errata files that you can find in the [./docs](.) directory.

## Version <release> (build <release_build>)
## Version 1.5.3 (build 2018120800)

## Version 1.5.3 (build 2018120700)

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

```
cd /usr/local/src
wget https://github.com/i-MSCP/imscp/archive/<release_tag>.tar.gz
tar -xzf imscp-<release_tag>.tar.gz
wget https://github.com/i-MSCP/imscp/archive/1.5.3-2018120800.tar.gz
tar -xzf imscp-1.5.3-2018120800.tar.gz
```

### 4. Change to the newly created directory

```
cd imscp-<release_tag>
cd imscp-1.5.3-2018120800
```

### 5. Install i-MSCP by running its installer
Expand All @@ -46,7 +46,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/<release_tag>/docs/<release_branch>_errata.md)
[errata file](https://github.com/i-MSCP/imscp/blob/1.5.3-2018120800/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/<release_tag>.tar.gz
tar -xzf imscp-<release_tag>.tar.gz
wget https://github.com/i-MSCP/imscp/archive/1.5.3-2018120800.tar.gz
tar -xzf imscp-1.5.3-2018120800.tar.gz
```

### 5. Change to the newly created directory

```
cd imscp-<release_tag>
cd imscp-1.5.3-2018120800
```

### 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/<release_tag>.tar.gz
tar -xzf imscp-<release_tag>.tar.gz
wget https://github.com/i-MSCP/imscp/archive/1.5.3-2018120800.tar.gz
tar -xzf imscp-1.5.3-2018120800.tar.gz
```

### 4. Change to the newly created directory

```
cd imscp-<release_tag>
cd imscp-1.5.3-2018120800
```

### 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/<release_tag>/docs/<release_branch>_errata.md)
[errata file](https://github.com/i-MSCP/imscp/blob/1.5.3-2018120800/docs/1.5.x_errata.md)

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

Expand All @@ -71,14 +71,14 @@ apt-get --assume-yes --auto-remove --no-install-recommends dist-upgrade

```
cd /usr/local/src
wget https://github.com/i-MSCP/imscp/archive/<release_tag>.tar.gz
tar -xzf imscp-<release_tag>.tar.gz
wget https://github.com/i-MSCP/imscp/archive/1.5.3-2018120800.tar.gz
tar -xzf imscp-1.5.3-2018120800.tar.gz
```

### 5. Change to the newly created directory

```
cd imscp-<release_tag>
cd imscp-1.5.3-2018120800
```

### 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 @@ -26,14 +26,14 @@ whiptail wget

```bash
cd /usr/local/src
wget https://github.com/i-MSCP/imscp/archive/<release_tag>.tar.gz
tar -xzf imscp-<release_tag>.tar.gz
wget https://github.com/i-MSCP/imscp/archive/1.5.3-2018120800.tar.gz
tar -xzf imscp-1.5.3-2018120800.tar.gz
```

### 4. Change to the newly created directory

```
cd imscp-<release_tag>
cd imscp-1.5.3-2018120800
```

### 5. Install i-MSCP by running its installer
Expand All @@ -47,7 +47,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/<release_tag>/docs/<release_branch>_errata.md)
[errata file](https://github.com/i-MSCP/imscp/blob/1.5.3-2018120800/docs/1.5.x_errata.md)

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

Expand All @@ -73,14 +73,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/<release_tag>.tar.gz
tar -xzf imscp-<release_tag>.tar.gz
wget https://github.com/i-MSCP/imscp/archive/1.5.3-2018120800.tar.gz
tar -xzf imscp-1.5.3-2018120800.tar.gz
```

### 5. Change to the newly created directory

```
cd imscp-<release_tag>
cd imscp-1.5.3-2018120800
```

### 6. Update i-MSCP by running its installer
Expand Down

0 comments on commit f0f450d

Please sign in to comment.