mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 21:34:12 -07:00
new release 0.9.8-6
This commit is contained in:
parent
12c67c76b3
commit
b2eb3db380
1 changed files with 28 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
Name: vesta
|
Name: vesta
|
||||||
Version: 0.9.8
|
Version: 0.9.8
|
||||||
Release: 5
|
Release: 6
|
||||||
Summary: Vesta Control Panel
|
Summary: Vesta Control Panel
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPL
|
License: GPL
|
||||||
|
@ -31,7 +31,7 @@ rm -rf %{buildroot}
|
||||||
|
|
||||||
%post
|
%post
|
||||||
if [ $1 -ge 2 ]; then
|
if [ $1 -ge 2 ]; then
|
||||||
if [ -e /usr/local/vesta/upd/convert-templates.sh ]; then
|
if [ -e /usr/local/vesta/upd/convert_templates.sh ]; then
|
||||||
/usr/local/vesta/upd/convert_templates.sh
|
/usr/local/vesta/upd/convert_templates.sh
|
||||||
fi
|
fi
|
||||||
if [ -e /usr/local/vesta/upd/convert_webip.sh ]; then
|
if [ -e /usr/local/vesta/upd/convert_webip.sh ]; then
|
||||||
|
@ -52,6 +52,32 @@ fi
|
||||||
%config(noreplace) %{_vestadir}/web/css/main.css
|
%config(noreplace) %{_vestadir}/web/css/main.css
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 27 2013 Serghey Rodin <builder@vestacp.com> - 0.9.8-6
|
||||||
|
- New style for "Add" button
|
||||||
|
- Quick links after object creation (login as/webmail/pma)
|
||||||
|
- Custom 3rd party links
|
||||||
|
- Checkbox to control email forwardin behaviour
|
||||||
|
- Database host selector
|
||||||
|
- Portuguese language support from he-rnand-es
|
||||||
|
- System info on a service page
|
||||||
|
- More robust dns cluster sync
|
||||||
|
- User backup/restore logging
|
||||||
|
- Database names can contain dots
|
||||||
|
- Database user field is now changeable
|
||||||
|
- Spaces are now allowed in First Name and Last Name
|
||||||
|
- New script to change domain owner
|
||||||
|
- New script to database owner
|
||||||
|
- New script to show DKIM records in Bind format
|
||||||
|
- Ursadon fixed return code for is_mail_new()
|
||||||
|
- Ursadon fixed bug in email accounts restore
|
||||||
|
- Fix for full restore button
|
||||||
|
- Fix for custom ftp restore
|
||||||
|
- Fix for package change on Debian and Ubuntu
|
||||||
|
- Fix for webalizer and awstats on Debian/Ubuntu
|
||||||
|
- Fix for remi awstats package
|
||||||
|
- Fix for date and time on database creation
|
||||||
|
- Fix for Web API encoding artefacts in web API
|
||||||
|
|
||||||
* Mon Oct 15 2013 Serghey Rodin <builder@vestacp.com> - 0.9.8-5
|
* Mon Oct 15 2013 Serghey Rodin <builder@vestacp.com> - 0.9.8-5
|
||||||
- Fix for dns sensitive records from Ursadon
|
- Fix for dns sensitive records from Ursadon
|
||||||
- Fix for exim antispam/antivirus protection
|
- Fix for exim antispam/antivirus protection
|
||||||
|
@ -86,14 +112,12 @@ fi
|
||||||
- Debian/Ubuntu addoptation
|
- Debian/Ubuntu addoptation
|
||||||
- Czech language support
|
- Czech language support
|
||||||
|
|
||||||
|
|
||||||
* Mon Jun 10 2013 Serghey Rodin <builder@vestacp.com> - 0.9.8-2
|
* Mon Jun 10 2013 Serghey Rodin <builder@vestacp.com> - 0.9.8-2
|
||||||
- Fixed missing ssl certificate on restore
|
- Fixed missing ssl certificate on restore
|
||||||
- Fixed wrong disk usage key
|
- Fixed wrong disk usage key
|
||||||
- Added nginx trigger for templates
|
- Added nginx trigger for templates
|
||||||
- Added template update function
|
- Added template update function
|
||||||
|
|
||||||
|
|
||||||
* Mon May 27 2013 Serghey Rodin <builder@vestacp.com> - 0.9.8-1
|
* Mon May 27 2013 Serghey Rodin <builder@vestacp.com> - 0.9.8-1
|
||||||
- DNS Cluster
|
- DNS Cluster
|
||||||
- JS: select checkbox by clicking on a row
|
- JS: select checkbox by clicking on a row
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue