Skip to content

Commit 3b1a32f

Browse files
committed
new release 0.9.8-4
1 parent 8cdfe2b commit 3b1a32f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/rpm/specs/vesta.spec

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: vesta
22
Version: 0.9.8
3-
Release: 3
3+
Release: 4
44
Summary: Vesta Control Panel
55
Group: System Environment/Base
66
License: GPL
@@ -37,6 +37,9 @@ if [ $1 -ge 2 ]; then
3737
if [ -e /usr/local/vesta/upd/convert_webip.sh ]; then
3838
/usr/local/vesta/upd/convert_webip.sh
3939
fi
40+
if [ -e /usr/local/vesta/upd/fix_cron.sh ]; then
41+
/usr/local/vesta/upd/fix_cron.sh
42+
fi
4043
fi
4144

4245
%files
@@ -49,6 +52,12 @@ fi
4952
%config(noreplace) %{_vestadir}/web/css/main.css
5053

5154
%changelog
55+
* Tue Sep 17 2013 Serghey Rodin <builder@vestacp.com> - 0.9.8-4
56+
- DNS cluster 5-minute sync improvement
57+
- Crontab ownership fix
58+
- Fix for nginx template switcher
59+
- Fix for LoadAverage check
60+
5261
* Mon Jul 30 2013 Serghey Rodin <builder@vestacp.com> - 0.9.8-3
5362
- Fix for zero cron bug
5463
- Minor fixes for dns sync

0 commit comments

Comments
 (0)