diff --git a/configure.ac b/configure.ac index f25c9a5fe..da940434b 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ define([VERSION_MAJOR], [1]) define([VERSION_MINOR], [5]) define([VERSION_FIX], [2]) define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX) -define([VERSION_RELEASE], [0]) +define([VERSION_RELEASE], [1]) AC_INIT([ovirt-web-ui], VERSION_NUMBER, [gshereme@redhat.com]) PACKAGE_RPM_VERSION="VERSION_NUMBER" diff --git a/ovirt-web-ui.spec.in b/ovirt-web-ui.spec.in index e0d96e941..df1ab7c5b 100644 --- a/ovirt-web-ui.spec.in +++ b/ovirt-web-ui.spec.in @@ -56,6 +56,10 @@ make install DESTDIR=%{buildroot} %{_sysconfdir}/ovirt-web-ui/branding/00-ovirt.brand %changelog +* Wed Mar 27 2019 Greg Sheremeta - 1.5.2-1 + - Remove edibility of a VM's template + - Remove wrap for hostname and FQDN, add ellipsis with tooltip + * Mon Feb 18 2019 Greg Sheremeta - 1.5.1-1 - Fixed several issues - updated translations