소스 검색

release 0.9.8-9

Serghey Rodin 11 년 전
부모
커밋
9c44600892
3개의 변경된 파일25개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/deb/vesta/control
  2. 7 0
      src/deb/vesta/postinst
  3. 17 0
      src/rpm/specs/vesta.spec

+ 1 - 1
src/deb/vesta/control

@@ -1,7 +1,7 @@
 Source: vesta
 Package: vesta
 Priority: optional
-Version: 0.9.8-8
+Version: 0.9.8-9
 Section: admin
 Maintainer: Serghey Rodin <skid@vestacp.com>
 Homepage: http://vestacp.com

+ 7 - 0
src/deb/vesta/postinst

@@ -9,3 +9,10 @@ fi
 if [ -x "/usr/local/vesta/upd/fix_exim_permissions.sh" ]; then
     /usr/local/vesta/upd/fix_exim_permissions.sh
 fi
+
+# Run vesta permission fixer
+if [ -x "/usr/local/vesta/upd/fix_vesta_ssl_permissions.sh" ]; then
+    /usr/local/vesta/upd/fix_vesta_ssl_permissions.sh
+fi
+
+exit 0

+ 17 - 0
src/rpm/specs/vesta.spec

@@ -40,6 +40,9 @@ if [ $1 -ge 2 ]; then
     if [ -e /usr/local/vesta/upd/add_fwd_only.sh ]; then
         /usr/local/vesta/upd/add_fwd_only.sh
     fi
+    if [ -e /usr/local/vesta/fix_vesta_ssl_permissions.sh ]; then
+        /usr/local/vesta/upd/fix_vesta_ssl_permissions.sh
+    fi
 fi
 
 %files
@@ -52,6 +55,20 @@ fi
 %config(noreplace) %{_vestadir}/web/css/main.css
 
 %changelog
+* Sun May 18 2014 Serghey Rodin <builder@vestacp.com> - 0.9.8-9
+- File System Quota support
+- Norwegian translation. Thanks to Helge Sverre
+- New script to change system hostname
+- Updated Ukranian translation. Thanks to Alexandr Loskutov
+- Updated RRD Memory Graph. Thanks to Demian
+- Updated Dutch translation. Thanks to Ricardo
+- Fix for dns gmail template. Thanks to flangefrog
+- Fix for fwd_only rule. Thanks to demlasjr
+- Fix for oversized backup tarballs
+- Fix for exim mail user on Debian
+- Fix for better vhost matching in get_web_config_brds()
+- Fix for upstart service handler
+
 * Fri Apr 18 2014 Serghey Rodin <builder@vestacp.com> - 0.9.8-8
 - Auto Updates
 - Backup Exclusions