|
1 | 1 | Name: vesta |
2 | 2 | Version: 0.9.8 |
3 | | -Release: 5 |
| 3 | +Release: 6 |
4 | 4 | Summary: Vesta Control Panel |
5 | 5 | Group: System Environment/Base |
6 | 6 | License: GPL |
@@ -31,7 +31,7 @@ rm -rf %{buildroot} |
31 | 31 |
|
32 | 32 | %post |
33 | 33 | 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 |
35 | 35 | /usr/local/vesta/upd/convert_templates.sh |
36 | 36 | fi |
37 | 37 | if [ -e /usr/local/vesta/upd/convert_webip.sh ]; then |
|
52 | 52 | %config(noreplace) %{_vestadir}/web/css/main.css |
53 | 53 |
|
54 | 54 | %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 | + |
55 | 81 | * Mon Oct 15 2013 Serghey Rodin <builder@vestacp.com> - 0.9.8-5 |
56 | 82 | - Fix for dns sensitive records from Ursadon |
57 | 83 | - Fix for exim antispam/antivirus protection |
|
86 | 112 | - Debian/Ubuntu addoptation |
87 | 113 | - Czech language support |
88 | 114 |
|
89 | | - |
90 | 115 | * Mon Jun 10 2013 Serghey Rodin <builder@vestacp.com> - 0.9.8-2 |
91 | 116 | - Fixed missing ssl certificate on restore |
92 | 117 | - Fixed wrong disk usage key |
93 | 118 | - Added nginx trigger for templates |
94 | 119 | - Added template update function |
95 | 120 |
|
96 | | - |
97 | 121 | * Mon May 27 2013 Serghey Rodin <builder@vestacp.com> - 0.9.8-1 |
98 | 122 | - DNS Cluster |
99 | 123 | - JS: select checkbox by clicking on a row |
|
0 commit comments