From 929241c5f787f301da3a6ace160d979729e98d11 Mon Sep 17 00:00:00 2001 From: myvesta <38690722+myvesta@users.noreply.github.com> Date: Fri, 5 Apr 2024 20:10:05 +0200 Subject: [PATCH] Version 0.9.9-0-9 --- Changelog.md | 9 +++------ src/deb/latest.txt | 2 +- src/deb/vesta/postinst | 4 ++-- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/Changelog.md b/Changelog.md index d0df650b..f9d95b6c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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 ) diff --git a/src/deb/latest.txt b/src/deb/latest.txt index 9bd24024..df77dd74 100644 --- a/src/deb/latest.txt +++ b/src/deb/latest.txt @@ -1 +1 @@ -vesta-0.9.9-0-8 +vesta-0.9.9-0-9 \ No newline at end of file diff --git a/src/deb/vesta/postinst b/src/deb/vesta/postinst index e53fee72..4d414655 100755 --- a/src/deb/vesta/postinst +++ b/src/deb/vesta/postinst @@ -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