release 0.9.8-9

This commit is contained in:
Serghey Rodin 2014-05-18 20:23:43 +03:00
commit 9c44600892
3 changed files with 25 additions and 1 deletions

View file

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

View file

@ -9,3 +9,10 @@ fi
if [ -x "/usr/local/vesta/upd/fix_exim_permissions.sh" ]; then if [ -x "/usr/local/vesta/upd/fix_exim_permissions.sh" ]; then
/usr/local/vesta/upd/fix_exim_permissions.sh /usr/local/vesta/upd/fix_exim_permissions.sh
fi 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

View file

@ -40,6 +40,9 @@ if [ $1 -ge 2 ]; then
if [ -e /usr/local/vesta/upd/add_fwd_only.sh ]; then if [ -e /usr/local/vesta/upd/add_fwd_only.sh ]; then
/usr/local/vesta/upd/add_fwd_only.sh /usr/local/vesta/upd/add_fwd_only.sh
fi fi
if [ -e /usr/local/vesta/fix_vesta_ssl_permissions.sh ]; then
/usr/local/vesta/upd/fix_vesta_ssl_permissions.sh
fi
fi fi
%files %files
@ -52,6 +55,20 @@ fi
%config(noreplace) %{_vestadir}/web/css/main.css %config(noreplace) %{_vestadir}/web/css/main.css
%changelog %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 * Fri Apr 18 2014 Serghey Rodin <builder@vestacp.com> - 0.9.8-8
- Auto Updates - Auto Updates
- Backup Exclusions - Backup Exclusions