From 3b1a32f6cbe545d0b8b2cc62b16a7ca28a994988 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Tue, 17 Sep 2013 13:31:32 +0300 Subject: [PATCH] new release 0.9.8-4 --- src/rpm/specs/vesta.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/rpm/specs/vesta.spec b/src/rpm/specs/vesta.spec index 33d0bcfa9..d27e3cb29 100644 --- a/src/rpm/specs/vesta.spec +++ b/src/rpm/specs/vesta.spec @@ -1,6 +1,6 @@ Name: vesta Version: 0.9.8 -Release: 3 +Release: 4 Summary: Vesta Control Panel Group: System Environment/Base License: GPL @@ -37,6 +37,9 @@ if [ $1 -ge 2 ]; then if [ -e /usr/local/vesta/upd/convert_webip.sh ]; then /usr/local/vesta/upd/convert_webip.sh fi + if [ -e /usr/local/vesta/upd/fix_cron.sh ]; then + /usr/local/vesta/upd/fix_cron.sh + fi fi %files @@ -49,6 +52,12 @@ fi %config(noreplace) %{_vestadir}/web/css/main.css %changelog +* Tue Sep 17 2013 Serghey Rodin - 0.9.8-4 +- DNS cluster 5-minute sync improvement +- Crontab ownership fix +- Fix for nginx template switcher +- Fix for LoadAverage check + * Mon Jul 30 2013 Serghey Rodin - 0.9.8-3 - Fix for zero cron bug - Minor fixes for dns sync