|
1 | 1 | Name: vesta |
2 | 2 | Version: 0.9.8 |
3 | | -Release: 14 |
| 3 | +Release: 15 |
4 | 4 | Summary: Vesta Control Panel |
5 | 5 | Group: System Environment/Base |
6 | 6 | License: GPL |
@@ -30,23 +30,11 @@ rm -rf %{buildroot} |
30 | 30 |
|
31 | 31 | %post |
32 | 32 | if [ $1 -ge 2 ]; then |
33 | | - if [ -e /usr/local/vesta/upd/convert_templates.sh ]; then |
34 | | - /usr/local/vesta/upd/convert_templates.sh |
35 | | - fi |
36 | | - if [ -e /usr/local/vesta/upd/convert_webip.sh ]; then |
37 | | - /usr/local/vesta/upd/convert_webip.sh |
38 | | - fi |
39 | | - if [ -e /usr/local/vesta/upd/add_fwd_only.sh ]; then |
40 | | - /usr/local/vesta/upd/add_fwd_only.sh |
41 | | - fi |
42 | | - if [ -e /usr/local/vesta/upd/fix_vesta_ssl_permissions.sh ]; then |
43 | | - /usr/local/vesta/upd/fix_vesta_ssl_permissions.sh |
44 | | - fi |
45 | 33 | if [ -e /usr/local/vesta/upd/add_sudo.sh ]; then |
46 | 34 | /usr/local/vesta/upd/add_sudo.sh |
47 | 35 | fi |
48 | | - if [ -e /usr/local/vesta/upd/add_firewall.sh ]; then |
49 | | - /usr/local/vesta/upd/add_firewall.sh |
| 36 | + if [ -e /usr/local/vesta/upd/add_notifications.sh ]; then |
| 37 | + /usr/local/vesta/upd/add_notifications.sh |
50 | 38 | fi |
51 | 39 | fi |
52 | 40 | %files |
|
62 | 50 | %config(noreplace) %{_vestadir}/web/css/uploadify.css |
63 | 51 |
|
64 | 52 | %changelog |
| 53 | +* Fri Nov 06 2015 Serghey Rodin <builder@vestacp.com> - 0.9.8-15 |
| 54 | +- File Manager (commercial plugin) |
| 55 | +- SFTP Chroot (commercial plugin) |
| 56 | +- Monitoring Tools: top/free/df/server-status/mysql-status/etc |
| 57 | +- New installer |
| 58 | +- Improved PHP-FPM support |
| 59 | +- UI: Notification center |
| 60 | +- UI: Starred objects |
| 61 | +- UI: Object sorting |
| 62 | +- UI: HotKeys suport |
| 63 | +- UI: Mail account settings JS hint |
| 64 | +- UI: Autofocus on first input when adding/editing |
| 65 | +- UI: Up to 8 nameserver dns support |
| 66 | +- Core: Improved system logger, domain adding api and backup routine |
| 67 | +- Japanese language support. Thanks to Flatta |
| 68 | +- Polish language support. Thanks to MarPiRK |
| 69 | +- Vietnamese language support. Thanks to Nguyen Ngoc Phuong |
| 70 | +- Security Fix: Command Injection and XSS Thanks to Global IT |
| 71 | +- BugFix: DNS Cluster SOA synchronization |
| 72 | +- BugFix: Bulk Operation |
| 73 | +- BugFix: Backup exclusions |
| 74 | +- BugFix: Domain validation |
| 75 | +- BugFix: FTP user name prefix |
| 76 | +- BugFix: Fail2Ban manager |
| 77 | +- BugFix: Service manager |
| 78 | + |
65 | 79 | * Wed Jun 03 2015 Serghey Rodin <builder@vestacp.com> - 0.9.8-13 |
66 | 80 | - New UI |
67 | 81 | - PHP-FPM support |
|
0 commit comments