Skip to content

Commit b2eb3db

Browse files
committed
new release 0.9.8-6
1 parent 12c67c7 commit b2eb3db

File tree

1 file changed

+28
-4
lines changed

1 file changed

+28
-4
lines changed

src/rpm/specs/vesta.spec

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: vesta
22
Version: 0.9.8
3-
Release: 5
3+
Release: 6
44
Summary: Vesta Control Panel
55
Group: System Environment/Base
66
License: GPL
@@ -31,7 +31,7 @@ rm -rf %{buildroot}
3131

3232
%post
3333
if [ $1 -ge 2 ]; then
34-
if [ -e /usr/local/vesta/upd/convert-templates.sh ]; then
34+
if [ -e /usr/local/vesta/upd/convert_templates.sh ]; then
3535
/usr/local/vesta/upd/convert_templates.sh
3636
fi
3737
if [ -e /usr/local/vesta/upd/convert_webip.sh ]; then
@@ -52,6 +52,32 @@ fi
5252
%config(noreplace) %{_vestadir}/web/css/main.css
5353

5454
%changelog
55+
* Wed Nov 27 2013 Serghey Rodin <builder@vestacp.com> - 0.9.8-6
56+
- New style for "Add" button
57+
- Quick links after object creation (login as/webmail/pma)
58+
- Custom 3rd party links
59+
- Checkbox to control email forwardin behaviour
60+
- Database host selector
61+
- Portuguese language support from he-rnand-es
62+
- System info on a service page
63+
- More robust dns cluster sync
64+
- User backup/restore logging
65+
- Database names can contain dots
66+
- Database user field is now changeable
67+
- Spaces are now allowed in First Name and Last Name
68+
- New script to change domain owner
69+
- New script to database owner
70+
- New script to show DKIM records in Bind format
71+
- Ursadon fixed return code for is_mail_new()
72+
- Ursadon fixed bug in email accounts restore
73+
- Fix for full restore button
74+
- Fix for custom ftp restore
75+
- Fix for package change on Debian and Ubuntu
76+
- Fix for webalizer and awstats on Debian/Ubuntu
77+
- Fix for remi awstats package
78+
- Fix for date and time on database creation
79+
- Fix for Web API encoding artefacts in web API
80+
5581
* Mon Oct 15 2013 Serghey Rodin <builder@vestacp.com> - 0.9.8-5
5682
- Fix for dns sensitive records from Ursadon
5783
- Fix for exim antispam/antivirus protection
@@ -86,14 +112,12 @@ fi
86112
- Debian/Ubuntu addoptation
87113
- Czech language support
88114

89-
90115
* Mon Jun 10 2013 Serghey Rodin <builder@vestacp.com> - 0.9.8-2
91116
- Fixed missing ssl certificate on restore
92117
- Fixed wrong disk usage key
93118
- Added nginx trigger for templates
94119
- Added template update function
95120

96-
97121
* Mon May 27 2013 Serghey Rodin <builder@vestacp.com> - 0.9.8-1
98122
- DNS Cluster
99123
- JS: select checkbox by clicking on a row

0 commit comments

Comments
 (0)