diff --git a/func/main.sh b/func/main.sh index 964610cd..11486a5b 100644 --- a/func/main.sh +++ b/func/main.sh @@ -794,7 +794,7 @@ is_format_valid() { antispam) is_boolean_format_valid "$arg" 'antispam' ;; antivirus) is_boolean_format_valid "$arg" 'antivirus' ;; autoreply) is_autoreply_format_valid "$arg" ;; - backup) is_user_format_valid "$arg" 'backup' ;; + backup) is_object_format_valid "$arg" 'backup' ;; charset) is_object_format_valid "$arg" "$arg_name" ;; charsets) is_common_format_valid "$arg" 'charsets' ;; comment) is_object_format_valid "$arg" 'comment' ;; diff --git a/src/rpm/specs/vesta.spec b/src/rpm/specs/vesta.spec index 6be72e16..1aca2549 100644 --- a/src/rpm/specs/vesta.spec +++ b/src/rpm/specs/vesta.spec @@ -1,6 +1,6 @@ Name: vesta Version: 0.9.8 -Release: 18 +Release: 19 Summary: Vesta Control Panel Group: System Environment/Base License: GPL @@ -56,6 +56,18 @@ fi %config(noreplace) %{_vestadir}/web/css/uploadify.css %changelog +* Wed Jan 10 2018 Serghey Rodin - 0.9.8-19 +- Fixed backup restore function + +* Fri Dec 29 2017 Serghey Rodin - 0.9.8-18 +- Let's Encrypt for internationalized domains (IDN) +- Softaculous Application Installer +- Debian 9 support sponsored by isicore.com +- Ubuntu 16.10 and 17.04 support +- Korean, Urdu, Thai, Brazilian Portuguese, Serbian and Bulgarian language support +- We've made 1478 commits +- 29 bugs closed / 141 pull requests merged + * Mon Nov 14 2016 Serghey Rodin - 0.9.8-17 - System Config Editor - Let's Encrypt GUI