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
* Slightly improve error messages api
* Add support for ARM on APT
* Update changelog + version package
+ Adjust copyright year to 2021
* Update last copyright package
* Add check if /etc/hestiacp/hestia.conf exists
* Fix bug in rebuild web domains
* Fix issue with restart webserver during rebuild
* Improve v-add-lets-encrypt-domain
* Small change in changelog
* Fix bug in v-add-letsencrypt-host
* Manage sieve disabled on default
* Remove sieve reference from default config
Prevent webmail from working propperly
* Add support for cross compile hestia pacakge
* When backend port is missing use $ORIGINAL_PORT instead of $PORT
* Add BACKEND_PORT to hestia.conf
* Update translations
* Add error message when attempting cross compile non hestia package
hestia-nginx and hestia-php doesn't support compiling on amd64 machine for arm64
* Update Changelog
* Update changelog + readme
Adjust version to 1.5.0
* Update version hestia-nginx + hestia-php
* Fix bug in update script where ~rc was not removed
Adjusted sed command to also match everything behind ~
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20-10Lines changed: 20 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,27 @@
1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
4
-
## [DEVELOPMENT] - Development version
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
7
11
8
-
- Add support for Dovecote Sieve #2163 (@2163)
12
+
- Add support for Dovecote Sieve #2163 (@gejobj)
9
13
- Improve HELO based system and use RDNS lookup instead our old system
14
+
- Add support for PHP 8.1 #2233
10
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
11
18
12
19
### Bugfixes
13
20
14
-
- Disable /reset/ endpoint when POLICY_SYSTEM_PASSWORD_RESET = no
15
-
- Add rate limit forgot password
21
+
- Disable /reset/ endpoint when POLICY_SYSTEM_PASSWORD_RESET = no#2167
22
+
- Add rate limit forgot password#2199
16
23
- Prevent SOA count up after v-change-dns-records with no changes are made
17
-
- Fix #1296Logrotate does not rotate logs any more on Ubuntu 20.04 and Debian 11
24
+
- Fix #1296Log rotate does not rotate logs any more on Ubuntu 20.04 and Debian 11
18
25
- Run shellcheck to improve code quality
19
26
- Improve ssh port detection for filemanager. Allowing users to create /etc/ssh/sshd.conf.d/custom.conf with custom port
20
27
- Fix an bug in v-add-letsencrypt-host due to changes of Lets Encrypt causing issues with rate limiting
@@ -25,16 +32,19 @@ All notable changes to this project will be documented in this file.
25
32
- Update permissions /var/log/roundcube on older installations #2173
26
33
- Update translations
27
34
- Fix Roundcube permissions
28
-
- Add webp to list of media formats that can be cached by the browser
35
+
- Add .webp to list of media formats that can be cached by the browser
29
36
- Disable /list/log/auth when in Demo mode
30
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
+
31
44
32
45
### Dependencies
33
46
34
47
- Update Roundcube to 1.5.0 https://roundcube.net/news/2021/10/18/roundcube-1.5.0-released
35
-
36
-
### Security
37
-
38
48
- Update jQuery UI to the last version [CVE-2021-41182](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41182)
***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