Robert Zollner 6 лет назад
Родитель
Сommit
577a6f38f7
6 измененных файлов с 15 добавлено и 8 удалено
  1. 8 1
      CHANGELOG.md
  2. 1 1
      README.md
  3. 2 2
      install/hst-install-debian.sh
  4. 2 2
      install/hst-install-ubuntu.sh
  5. 1 1
      install/upgrade/version.sh
  6. 1 1
      src/deb/hestia/control

+ 8 - 1
CHANGELOG.md

@@ -1,6 +1,12 @@
 # Changelog
 All notable changes to this project will be documented in this file.
 
+## [1.0.6] - 2019-09-26 - Hotfix
+### Bugfixes
+- Add support for HTTP/2 Let's Encrypt Server
+- Backup would fail for email domains with SSL enabled
+- Fixed renewing of Let's Encrypt SSL certs for email domains
+
 ## [1.0.5] - 2019-08-06 - Hotfix
 ### Bugfixes
 - Fix several security issues, thanks to Andrea Cardaci (https://cardaci.xyz/)
@@ -55,7 +61,8 @@ All notable changes to this project will be documented in this file.
 
 
 [CURRENT]: https://github.com/hestiacp/hestiacp
-[1.0.4]: https://github.com/hestiacp/hestiacp/releases/tag/1.0.5
+[1.0.6]: https://github.com/hestiacp/hestiacp/releases/tag/1.0.6
+[1.0.5]: https://github.com/hestiacp/hestiacp/releases/tag/1.0.5
 [1.0.4]: https://github.com/hestiacp/hestiacp/releases/tag/1.0.4
 [1.0.3]: https://github.com/hestiacp/hestiacp/releases/tag/1.0.3
 [1.0.1]: https://github.com/hestiacp/hestiacp/releases/tag/1.0.1

+ 1 - 1
README.md

@@ -1,6 +1,6 @@
 [Hestia Control Panel](https://www.hestiacp.com/)
 ==================================================
-**Current stable release:** Version 1.0.4, released on July 9th, 2019.
+**Current stable release:** Version 1.0.6, released on September 26th, 2019.
 
 What is Hestia Control Panel?
 ----------------------------

+ 2 - 2
install/hst-install-debian.sh

@@ -412,7 +412,7 @@ echo ' |  _  |  __/\__ \ |_| | (_| | |___|  __/ '
 echo ' |_| |_|\___||___/\__|_|\__,_|\____|_|    '
 echo
 echo '                      Hestia Control Panel'
-echo '                                    v1.0.5'
+echo '                                    v1.0.6'
 echo -e "\n"
 echo "===================================================================="
 echo -e "\n"
@@ -1099,7 +1099,7 @@ echo "BACKUP_SYSTEM='local'" >> $HESTIA/conf/hestia.conf
 echo "LANGUAGE='$lang'" >> $HESTIA/conf/hestia.conf
 
 # Version & Release Branch
-echo "VERSION='1.0.5'" >> $HESTIA/conf/hestia.conf
+echo "VERSION='1.0.6'" >> $HESTIA/conf/hestia.conf
 echo "RELEASE_BRANCH='release'" >> $HESTIA/conf/hestia.conf
 
 # Installing hosting packages

+ 2 - 2
install/hst-install-ubuntu.sh

@@ -390,7 +390,7 @@ echo ' |  _  |  __/\__ \ |_| | (_| | |___|  __/ '
 echo ' |_| |_|\___||___/\__|_|\__,_|\____|_|    '
 echo
 echo '                      Hestia Control Panel'
-echo '                                    v1.0.5'
+echo '                                    v1.0.6'
 echo -e "\n"
 echo "===================================================================="
 echo -e "\n"
@@ -1061,7 +1061,7 @@ echo "BACKUP_SYSTEM='local'" >> $HESTIA/conf/hestia.conf
 echo "LANGUAGE='$lang'" >> $HESTIA/conf/hestia.conf
 
 # Version & Release Branch
-echo "VERSION='1.0.5'" >> $HESTIA/conf/hestia.conf
+echo "VERSION='1.0.6'" >> $HESTIA/conf/hestia.conf
 echo "RELEASE_BRANCH='release'" >> $HESTIA/conf/hestia.conf
 
 # Installing hosting packages

+ 1 - 1
install/upgrade/version.sh

@@ -45,7 +45,7 @@ if [ $VERSION = "1.0.3" ]; then
 fi
 
 if [ $VERSION = "1.0.4" ]; then
-    source /usr/local/hestia/install/upgrade/versions/1.0.4.sh
+    source /usr/local/hestia/install/upgrade/versions/1.0.5.sh
     VERSION="1.0.5"
 fi
 

+ 1 - 1
src/deb/hestia/control

@@ -1,7 +1,7 @@
 Source: hestia
 Package: hestia
 Priority: optional
-Version: 1.0.5
+Version: 1.0.6
 Section: admin
 Maintainer: HestiaCP <info@hestiacp.com>
 Homepage: https://www.hestiacp.com