Skip to content

Commit f0f450d

Browse files
committed
New release: 1.5.3 (build 2018120800)
Signed-off-by: Laurent Declercq <[email protected]>
1 parent 488d7f5 commit f0f450d

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.3 (build 2018120800)
55
------------------------------------------------------------------------------------------------------------------------
66

7+
2018-12-08: Laurent Declercq
8+
RELEASE i-MSCP 1.5.3 (build 2018120800)
9+
710
BACKEND
811
Fixed: Couldn't install composer packages on fresh installation nor switch them (regression fix)
912
Fixed: SysVinit provider not initialized when called from Debian Upstart init provider (regression fix)

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-
Version = Git 1.5.x
4-
Build =
3+
Version = 1.5.3
4+
Build = 2018120800
55
CodeName = Ennio Morricone
66
PluginApi = 1.5.0
77

docs/1.5.x_errata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
First of all, if you're updating from an older i-MSCP Serie, you **MUST** read
44
the previous errata files that you can find in the [./docs](.) directory.
55

6-
## Version <release> (build <release_build>)
6+
## Version 1.5.3 (build 2018120800)
77

88
## Version 1.5.3 (build 2018120700)
99

docs/Debian/INSTALL.md

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

2626
```
2727
cd /usr/local/src
28-
wget https://github.com/i-MSCP/imscp/archive/<release_tag>.tar.gz
29-
tar -xzf imscp-<release_tag>.tar.gz
28+
wget https://github.com/i-MSCP/imscp/archive/1.5.3-2018120800.tar.gz
29+
tar -xzf imscp-1.5.3-2018120800.tar.gz
3030
```
3131

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

3434
```
35-
cd imscp-<release_tag>
35+
cd imscp-1.5.3-2018120800
3636
```
3737

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

4848
Before upgrading, you must not forget to read the
49-
[errata file](https://github.com/i-MSCP/imscp/blob/<release_tag>/docs/<release_branch>_errata.md)
49+
[errata file](https://github.com/i-MSCP/imscp/blob/1.5.3-2018120800/docs/1.5.x_errata.md)
5050

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

@@ -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/<release_tag>.tar.gz
76-
tar -xzf imscp-<release_tag>.tar.gz
75+
wget https://github.com/i-MSCP/imscp/archive/1.5.3-2018120800.tar.gz
76+
tar -xzf imscp-1.5.3-2018120800.tar.gz
7777
```
7878

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

8181
```
82-
cd imscp-<release_tag>
82+
cd imscp-1.5.3-2018120800
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/<release_tag>.tar.gz
28-
tar -xzf imscp-<release_tag>.tar.gz
27+
wget https://github.com/i-MSCP/imscp/archive/1.5.3-2018120800.tar.gz
28+
tar -xzf imscp-1.5.3-2018120800.tar.gz
2929
```
3030

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

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

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

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

7272
```
7373
cd /usr/local/src
74-
wget https://github.com/i-MSCP/imscp/archive/<release_tag>.tar.gz
75-
tar -xzf imscp-<release_tag>.tar.gz
74+
wget https://github.com/i-MSCP/imscp/archive/1.5.3-2018120800.tar.gz
75+
tar -xzf imscp-1.5.3-2018120800.tar.gz
7676
```
7777

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

8080
```
81-
cd imscp-<release_tag>
81+
cd imscp-1.5.3-2018120800
8282
```
8383

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

2727
```bash
2828
cd /usr/local/src
29-
wget https://github.com/i-MSCP/imscp/archive/<release_tag>.tar.gz
30-
tar -xzf imscp-<release_tag>.tar.gz
29+
wget https://github.com/i-MSCP/imscp/archive/1.5.3-2018120800.tar.gz
30+
tar -xzf imscp-1.5.3-2018120800.tar.gz
3131
```
3232

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

3535
```
36-
cd imscp-<release_tag>
36+
cd imscp-1.5.3-2018120800
3737
```
3838

3939
### 5. Install i-MSCP by running its installer
@@ -47,7 +47,7 @@ perl imscp-autoinstall -d
4747
### 1. Make sure to read the errata file
4848

4949
Before upgrading, you must not forget to read the
50-
[errata file](https://github.com/i-MSCP/imscp/blob/<release_tag>/docs/<release_branch>_errata.md)
50+
[errata file](https://github.com/i-MSCP/imscp/blob/1.5.3-2018120800/docs/1.5.x_errata.md)
5151

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

@@ -73,14 +73,14 @@ apt-get --assume-yes --auto-remove --no-install-recommends dist-upgrade
7373

7474
```bash
7575
cd /usr/local/src
76-
wget https://github.com/i-MSCP/imscp/archive/<release_tag>.tar.gz
77-
tar -xzf imscp-<release_tag>.tar.gz
76+
wget https://github.com/i-MSCP/imscp/archive/1.5.3-2018120800.tar.gz
77+
tar -xzf imscp-1.5.3-2018120800.tar.gz
7878
```
7979

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

8282
```
83-
cd imscp-<release_tag>
83+
cd imscp-1.5.3-2018120800
8484
```
8585

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

0 commit comments

Comments
 (0)