Skip to content

Commit 9e1ee28

Browse files
authored
Merge pull request hestiacp#1124 from hestiacp/fix/2020-08-changelog
Fix/2020 08 changelog
2 parents ecfd4fc + ce60199 commit 9e1ee28

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,25 @@ All notable changes to this project will be documented in this file.
99
- `UPGRADE_SEND_EMAIL` = Sends an email notification to admin email address
1010
- `UPGRADE_SEND_EMAIL_LOG` = Sends installation log output to admin email address
1111
- Upgrade process will now save logs to the `hst_backups` directory.
12+
- Support for removing backup remote location (#1083)
1213

1314
## Bugfixes
1415

16+
- Add ca-certificates, software-properties-common to the dependencies (#1073 + [Forum](https://forum.hestiacp.com/t/hestiscp-fails-on-new-debian-9-vps/1623/8) ) @daniel-eder
17+
- Fixed issues with database port during backup when port was missing (#1068)
18+
- Postqresql: forbid the use of upper case (#1084) causing issues with backup / creating database or user
19+
- Fixed permissions email account during restore (#1114)
20+
- Create .npm on creating new user (#1113) @hahagu
21+
- Fixed Access to a website without a ssl certificate on https shows the content of the first, valid ssl website (#1103)
22+
- Fixed an issue when installing --with-debs and version check (#1110)
23+
- Improved Translations Chinese @myrevery
24+
- File manager create directory with proper permissions
25+
- Removed loop ad v-rebuild-all (#1096)
26+
- Add $restart flag to v-add-web-domain-backend call (#1094) (#797) @bright-soft
27+
- Fixed an issue with Restore Failed on Domains with Mail Setups using SSL (#1069)
28+
- Fixed an issue with PHPMyAdmin button (#1078)
29+
- Changed WordPress name in Webapp installer (#1074)
30+
1531
## [1.2.3] - Service Release
1632
### Features
1733
- No new features have been introduced in this release.

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ elif [ "$release" -eq 10 ]; then
6464
ssh util-linux ipset libapache2-mpm-itk"
6565
fi
6666

67-
installer_dependencies="apt-transport-https curl dirmngr gnupg wget"
67+
installer_dependencies="apt-transport-https curl dirmngr gnupg wget ca-certificates"
6868

6969
# Defining help function
7070
help() {

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ software="apache2 apache2.2-common apache2-suexec-custom apache2-utils
4646
hestia-nginx hestia-php vim-common vsftpd whois zip acl sysstat setpriv
4747
ipset libonig5 libzip5 openssh-server ssh"
4848

49-
installer_dependencies="apt-transport-https curl dirmngr gnupg wget software-properties-common"
49+
installer_dependencies="apt-transport-https curl dirmngr gnupg wget software-properties-common ca-certificates"
5050

5151
# Defining help function
5252
help() {

0 commit comments

Comments
 (0)