Jaap Marcus 2 лет назад
Родитель
Сommit
d7e53ca30c
2 измененных файлов с 22 добавлено и 1 удалено
  1. 21 0
      CHANGELOG.md
  2. 1 1
      install/upgrade/upgrade.conf

+ 21 - 0
CHANGELOG.md

@@ -2,6 +2,27 @@
 
 All notable changes to this project will be documented in this file.
 
+## [1.8.9] - Service release
+
+### Security
+
+- Reduce Nginx keepalive_requests to 1000 ([Nginx default](https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/#http2_max_concurrent_streams)) to limit risks of [CVE-2023-44487](https://www.cve.org/CVERecord?id=CVE-2023-44487)
+
+### Bug fixes
+
+- Fix: removing certificates during apache reload #4053
+- Fix: Firehol blacklists #4046
+- Fix PHP error + Add option to update WPCLI + Composer #4039
+- Update v-add-mail-domain #4027 #4026
+- Update MediaWikiSetup.php #4034
+- Fix: for v-list-sys-services, pidof command in Debian Buster doesn't support option -d #4022
+- Update main.php humanize_usage_size() #4015
+- Fix: Prevent the script v-add-sys-roundcube from freezing during Roundcube upgrade #4018
+
+### Dependencies
+
+- Update Filegator to 7.9.3
+
 ## [1.8.8] - Service release
 
 ### Security

+ 1 - 1
install/upgrade/upgrade.conf

@@ -60,7 +60,7 @@ sm_v='2.28.4'
 # UPGRADE_UPDATE_FILEMANAGER_CONFIG: Updates only the configuration file if changes are made but now new issue has been issued!
 UPGRADE_UPDATE_FILEMANAGER_CONFIG='false'
 # Set version of File manager to update during upgrade if not already installed
-fm_v='7.9.2'
+fm_v='7.9.3'
 
 # Backblaze
 b2_v='3.10.0'