From dcc87be1859f9d23be7d8cc7c493e39444192256 Mon Sep 17 00:00:00 2001 From: Sharon Gratch Date: Wed, 30 Mar 2022 07:02:23 +0300 Subject: [PATCH] ovirt-web-ui 1.8.1-1 (#1577) --- configure.ac | 2 +- ovirt-web-ui.spec.in | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e3ba72be4..96f5ac909 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ define([VERSION_MAJOR], [1]) define([VERSION_MINOR], [8]) define([VERSION_FIX], [1]) 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 64cffe2be..373ef81da 100644 --- a/ovirt-web-ui.spec.in +++ b/ovirt-web-ui.spec.in @@ -60,6 +60,10 @@ make install DESTDIR=%{buildroot} %{_sysconfdir}/ovirt-web-ui/branding/00-ovirt.brand %changelog +* Wed Mar 30 2022 Sharon Gratch - 1.8.1-1 + - fix a bug for removing deleted pool entities from VMs dashbord after refresh for the last pool + - add an option to trigger ost run with "/ost" via Github + * Tue Mar 15 2022 Sharon Gratch - 1.8.0-1 - user/account settings - support auto connect for a VM - user/account settings - support setting a full screen mode for the noVnc console