Skip to content

Commit 9c44600

Browse files
committed
release 0.9.8-9
1 parent a4a404e commit 9c44600

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

src/deb/vesta/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Source: vesta
22
Package: vesta
33
Priority: optional
4-
Version: 0.9.8-8
4+
Version: 0.9.8-9
55
Section: admin
66
Maintainer: Serghey Rodin <skid@vestacp.com>
77
Homepage: http://vestacp.com

src/deb/vesta/postinst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,10 @@ fi
99
if [ -x "/usr/local/vesta/upd/fix_exim_permissions.sh" ]; then
1010
/usr/local/vesta/upd/fix_exim_permissions.sh
1111
fi
12+
13+
# Run vesta permission fixer
14+
if [ -x "/usr/local/vesta/upd/fix_vesta_ssl_permissions.sh" ]; then
15+
/usr/local/vesta/upd/fix_vesta_ssl_permissions.sh
16+
fi
17+
18+
exit 0

src/rpm/specs/vesta.spec

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ if [ $1 -ge 2 ]; then
4040
if [ -e /usr/local/vesta/upd/add_fwd_only.sh ]; then
4141
/usr/local/vesta/upd/add_fwd_only.sh
4242
fi
43+
if [ -e /usr/local/vesta/fix_vesta_ssl_permissions.sh ]; then
44+
/usr/local/vesta/upd/fix_vesta_ssl_permissions.sh
45+
fi
4346
fi
4447

4548
%files
@@ -52,6 +55,20 @@ fi
5255
%config(noreplace) %{_vestadir}/web/css/main.css
5356

5457
%changelog
58+
* Sun May 18 2014 Serghey Rodin <builder@vestacp.com> - 0.9.8-9
59+
- File System Quota support
60+
- Norwegian translation. Thanks to Helge Sverre
61+
- New script to change system hostname
62+
- Updated Ukranian translation. Thanks to Alexandr Loskutov
63+
- Updated RRD Memory Graph. Thanks to Demian
64+
- Updated Dutch translation. Thanks to Ricardo
65+
- Fix for dns gmail template. Thanks to flangefrog
66+
- Fix for fwd_only rule. Thanks to demlasjr
67+
- Fix for oversized backup tarballs
68+
- Fix for exim mail user on Debian
69+
- Fix for better vhost matching in get_web_config_brds()
70+
- Fix for upstart service handler
71+
5572
* Fri Apr 18 2014 Serghey Rodin <builder@vestacp.com> - 0.9.8-8
5673
- Auto Updates
5774
- Backup Exclusions

0 commit comments

Comments
 (0)