From d3e05ca9566441b5ed3ffc326522f9ec1f8453ab Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Wed, 3 Jun 2015 18:54:46 +0300 Subject: [PATCH] 0.9.8-13 --- src/deb/vesta/control | 2 +- src/rpm/specs/vesta.spec | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/deb/vesta/control b/src/deb/vesta/control index 32189033..b2cd77a1 100644 --- a/src/deb/vesta/control +++ b/src/deb/vesta/control @@ -1,7 +1,7 @@ Source: vesta Package: vesta Priority: optional -Version: 0.9.8-12 +Version: 0.9.8-13 Section: admin Maintainer: Serghey Rodin Homepage: http://vestacp.com diff --git a/src/rpm/specs/vesta.spec b/src/rpm/specs/vesta.spec index c5f2ea44..a08824f8 100644 --- a/src/rpm/specs/vesta.spec +++ b/src/rpm/specs/vesta.spec @@ -1,6 +1,6 @@ Name: vesta Version: 0.9.8 -Release: 12 +Release: 14 Summary: Vesta Control Panel Group: System Environment/Base License: GPL @@ -20,7 +20,6 @@ This package contains the packages for Vesta Control Panel api. %setup -q -n %{name}-%{version} %build -gcc -lcrypt src/v-check-user-password.c -o bin/v-check-user-password %install install -d %{buildroot}%{_vestadir} @@ -60,6 +59,12 @@ fi %config(noreplace) %{_vestadir}/web/css/main.css %changelog +* Wed June 03 2015 Serghey Rodin - 0.9.8-13 +- New UI +- PHP-FPM support +- Security improvements +- Dozen bugfixes + * Wed Oct 23 2014 Serghey Rodin - 0.9.8-12 - Firewall service handler for Debian and Ubuntu - Minor i18n fix