You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+46-4Lines changed: 46 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,66 @@
1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
4
-
## [DEVELOPMENT] - Service release
4
+
## [1.5.0] - Major Release (Feature / Quality Update)
5
5
6
-
## Features
6
+
### Breaking changes ###
7
+
-**NOTE:** Changes have been made on how phpmyadmin/phppgadmin config are included in apache2 config. To restore to the old behaviour add `IncludeOptional conf.d/*.inc` below `IncludeOptional conf.d/*.conf` in /etc/apache2/apache2.conf and restart your server.
8
+
-**NOTE:** Hestia packages for arm64 has been added to atp.hestiacp.com please use the normal install instructions instead! For current ARM installs to enable auto update remove the `#` in /etc/apt/sources.list.d/hestia.list `# deb https://apt.hestiacp.com/ focal main` becomes `deb https://apt.hestiacp.com/ focal main` and then run `apt update && apt upgrade -y`
9
+
10
+
### Features
11
+
12
+
- Add support for Dovecote Sieve #2163 (@gejobj)
13
+
- Improve HELO based system and use RDNS lookup instead our old system
14
+
- Add support for PHP 8.1 #2233
15
+
- Set default php version for new installs to PHP 8.0
16
+
- Add support for ARM64 Processors
17
+
- Disable access phpmyadmin/phppgadmin over ip address in Apache2 #2072
18
+
19
+
### Bugfixes
20
+
21
+
- Disable /reset/ endpoint when POLICY_SYSTEM_PASSWORD_RESET = no #2167
22
+
- Add rate limit forgot password #2199
23
+
- Prevent SOA count up after v-change-dns-records with no changes are made
24
+
- Fix #1296 Log rotate does not rotate logs any more on Ubuntu 20.04 and Debian 11
25
+
- Run shellcheck to improve code quality
26
+
- Improve ssh port detection for filemanager. Allowing users to create /etc/ssh/sshd.conf.d/custom.conf with custom port
27
+
- Fix an bug in v-add-letsencrypt-host due to changes of Lets Encrypt causing issues with rate limiting
28
+
- Improve Update process Hestia and allow versions to decide a a rebuild is required
29
+
- Add Download SSL certificate function for self generated ssl certificates #2181
30
+
- Block access to .user.ini for Nginx + Apache2 #2179
31
+
- Add support for download B2 backup to local server to allow for restore #2199
32
+
- Update permissions /var/log/roundcube on older installations #2173
33
+
- Update translations
34
+
- Fix Roundcube permissions
35
+
- Add .webp to list of media formats that can be cached by the browser
36
+
- Disable /list/log/auth when in Demo mode
37
+
- Fix #1139 By force rebuilding webmail config files
38
+
- Fix a bug in rebuild mysql database @depca
39
+
- Fix #1239 Bug in basic auth not working properly
40
+
- Add validation for email address before install server for admin account
41
+
- Fix bug in v-change-domain-owner #2210
42
+
- Improve input validation Add / Edit User package and improve reading config files to prevent security issues.
43
+
44
+
45
+
### Dependencies
46
+
47
+
- Update Roundcube to 1.5.0 https://roundcube.net/news/2021/10/18/roundcube-1.5.0-released
48
+
- Update jQuery UI to the last version [CVE-2021-41182](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41182)
7
49
8
50
## [1.4.17] - Service release
9
51
10
52
### Bugfixes
11
53
12
54
- Fix bug with nginx and phmyadmin not loading
55
+
- Fix #2166 Search function broken
56
+
- Update Quick installers to the last version
13
57
14
58
## [1.4.16] - Service release
15
59
16
60
### Bugfixes
17
61
18
62
- Fix bug with .json not loading on Apache2 due to rule in /etc/apache2/conf.d/phpmyadmin.conf
***NOTE:** Hestia Control Panel must be installed on top of a fresh operating system installation to ensure proper functionality.
39
+
40
+
ARM64 (arm64)
41
+
----------------------------
42
+
***Debian:** 11, 10
43
+
***Ubuntu:** 20.04 LTS
44
+
***NOTE:** ARM 64 bit processors only! ARM 32bit (armhf) is currently not supported!
35
45
36
46
Installing Hestia Control Panel
37
47
============================
48
+
49
+
***NOTE:** Hestia Control Panel must be installed on top of a fresh operating system installation to ensure proper functionality.
50
+
38
51
While we have taken every effort to make the installation process and the control panel interface as friendly as possible (even for new users), it is assumed that you will have some prior knowledge and understanding in the basics how to set up a Linux server before continuing.
0 commit comments