mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
Version 0.9.9-0-9
This commit is contained in:
parent
583a1e5cc7
commit
929241c5f7
3 changed files with 6 additions and 9 deletions
|
@ -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
|
* 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
|
* Few bugs fixed
|
||||||
|
|
||||||
Version 0.9.9-0-5 [08-Oct-2023]
|
|
||||||
==================================================
|
|
||||||
* Many bugfixes
|
|
||||||
|
|
||||||
Version 0.9.9-0-4 [27-Jun-2023]
|
Version 0.9.9-0-4 [27-Jun-2023]
|
||||||
==================================================
|
==================================================
|
||||||
* Support for Debian 12 ( in mutual cooperation with @HestiaCP )
|
* Support for Debian 12 ( in mutual cooperation with @HestiaCP )
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
vesta-0.9.9-0-8
|
vesta-0.9.9-0-9
|
|
@ -22,8 +22,8 @@ if [ ! -d "/usr/local/vesta/data/upgrades" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# show changelog after update
|
# show changelog after update
|
||||||
# echo "1" > /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
|
chmod a=rw /usr/local/vesta/data/upgrades/show_changelog
|
||||||
|
|
||||||
# Fixing 'dh key too small' in dovecot
|
# 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
|
if [ -f "/var/log/dovecot.log.1" ] && [ -f "/etc/dovecot/conf.d/10-ssl.conf" ] && [ -f "/usr/share/dovecot/dh.pem" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue