Skip to content

Commit cbb49fb

Browse files
committed
Merge branch 'staging/1.6.3' into main
2 parents b010b40 + d69dd58 commit cbb49fb

File tree

5 files changed

+40
-4
lines changed

5 files changed

+40
-4
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,42 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [1.6.3] - Service release
5+
6+
### Features
7+
8+
- Add additional support for bcrypt for mail passwords (#2752 @divinity76)
9+
10+
### Enhancements
11+
12+
- Simplify md5crypt on reset form email (#2751 @divinity76)
13+
- Use secure RNG to generate passwords (#2726)
14+
- Add twig support filemanger (#2714, @anvme)
15+
16+
### Bugfixes
17+
18+
- Fixed an issue with restart Apache2 and Nginx after v-update-letsencrypt (#2748, #2563, #2744, #2677)
19+
- Prevent transversing path in Quick installer apps (#2742)
20+
- Avoid out of memory serving large logfiles (#2741, #2736, @divinity76
21+
- Improve passwords loading in password_valid (#2739)
22+
- Use secure RNG to generate passwords (#2726)
23+
- Utilise entire alphabet for random string (#2735 @Shadowfied)
24+
- Don't use hosts_try_fastopen in Exim for Gmail / Google hostnames
25+
- Add check if Sieve is already installed (#2719 #manuelserol)
26+
- Allow PHP templates to be selected in Quick installer apps (#2713, #2711, #2690)
27+
- Small changes to translation strings (#2700 @V4M0N0S)
28+
- Rate limit in email address blank in UI (saved correct in limits) (#2710, #2707)
29+
- Fixed a bug in Settings sites where always websites got rebuild on save (#2705, #2710)
30+
- Fixed a bug in Weblog where the session got incorrectly reset as admin user (#2710)
31+
- Prevent v-add-web-php to be used for non fpm installs (#2753)
32+
- Update translations (#2750)
33+
- Chmod o+x .ssh folder when creating file manager ssh key (#2755)
34+
35+
### Dependencies
36+
37+
- Update hestia-php to 8.1.8
38+
- Update disable_functions list php.ini for hestia-php (#2746, #2741)
39+
440
## [1.6.2] - Service release
541

642
- Fixed an issue with rate limits in Exim4 and make it more bullet proof (#2703)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[Hestia Control Panel](https://www.hestiacp.com/)
44
==================================================
5-
**Latest stable release:** Version 1.6.2 | [View Changelog](https://github.com/hestiacp/hestiacp/blob/release/CHANGELOG.md) | [![Build Status](https://drone.hestiacp.com/api/badges/hestiacp/hestiacp/status.svg?ref=refs/heads/main)](https://drone.hestiacp.com/hestiacp/hestiacp) <br>
5+
**Latest stable release:** Version 1.6.3 | [View Changelog](https://github.com/hestiacp/hestiacp/blob/release/CHANGELOG.md) | [![Build Status](https://drone.hestiacp.com/api/badges/hestiacp/hestiacp/status.svg?ref=refs/heads/main)](https://drone.hestiacp.com/hestiacp/hestiacp) <br>
66

77
**Web:** [www.hestiacp.com](https://www.hestiacp.com/)<br>
88
**Documentation:** [docs.hestiacp.com](https://docs.hestiacp.com/)<br>

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
3131
VERBOSE='no'
3232

3333
# Define software versions
34-
HESTIA_INSTALL_VER='1.6.3~alpha'
34+
HESTIA_INSTALL_VER='1.6.3'
3535
# Dependencies
3636
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1")
3737
fpm_v="8.0"

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
3131
VERBOSE='no'
3232

3333
# Define software versions
34-
HESTIA_INSTALL_VER='1.6.2~alpha'
34+
HESTIA_INSTALL_VER='1.6.3'
3535
# Dependencies
3636
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1")
3737
fpm_v="8.0"

src/deb/hestia/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Source: hestia
22
Package: hestia
33
Priority: optional
4-
Version: 1.6.3~alpha
4+
Version: 1.6.3
55
Section: admin
66
Maintainer: HestiaCP <info@hestiacp.com>
77
Homepage: https://www.hestiacp.com

0 commit comments

Comments
 (0)