Version 0.9.9-0-9

This commit is contained in:
myvesta 2024-04-05 20:10:05 +02:00 committed by GitHub
parent 583a1e5cc7
commit 929241c5f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 9 deletions

View file

@ -1,15 +1,12 @@
Version 0.9.9-0-7 [27-Feb-2024]
Version 0.9.9-0-9 [05-Apr-2024]
==================================================
* Get quick info about a banned IP (Host, Banlist, Location) (many thanks to @VasilisParaschos )
* Few bugs fixed
Version 0.9.9-0-6 [22-Jan-2024]
Version 0.9.9-0-5 to 0.9.9-0-8
==================================================
* Few bugs fixed
Version 0.9.9-0-5 [08-Oct-2023]
==================================================
* Many bugfixes
Version 0.9.9-0-4 [27-Jun-2023]
==================================================
* Support for Debian 12 ( in mutual cooperation with @HestiaCP )

View file

@ -1 +1 @@
vesta-0.9.9-0-8
vesta-0.9.9-0-9

View file

@ -22,8 +22,8 @@ if [ ! -d "/usr/local/vesta/data/upgrades" ]; then
fi
# show changelog after update
# echo "1" > /usr/local/vesta/data/upgrades/show_changelog
# chmod a=rw /usr/local/vesta/data/upgrades/show_changelog
echo "1" > /usr/local/vesta/data/upgrades/show_changelog
chmod a=rw /usr/local/vesta/data/upgrades/show_changelog
# Fixing 'dh key too small' in dovecot
if [ -f "/var/log/dovecot.log.1" ] && [ -f "/etc/dovecot/conf.d/10-ssl.conf" ] && [ -f "/usr/share/dovecot/dh.pem" ]; then