瀏覽代碼

new release 0.9.8-4

Serghey Rodin 12 年之前
父節點
當前提交
3b1a32f6cb
共有 1 個文件被更改,包括 10 次插入1 次删除
  1. 10 1
      src/rpm/specs/vesta.spec

+ 10 - 1
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 <builder@vestacp.com> - 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 <builder@vestacp.com> - 0.9.8-3
 - Fix for zero cron bug
 - Minor fixes for dns sync