From 154172d26b2fb7387604ad4c665792692b97cda1 Mon Sep 17 00:00:00 2001 From: Sharon Gratch Date: Tue, 12 May 2020 18:50:11 +0300 Subject: [PATCH] ovirt-web-ui 1.6.2-1 --- configure.ac | 2 +- ovirt-web-ui.spec.in | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 080304ede..dba285cc8 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ define([VERSION_MAJOR], [1]) define([VERSION_MINOR], [6]) 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 695ebbed1..762e82266 100644 --- a/ovirt-web-ui.spec.in +++ b/ovirt-web-ui.spec.in @@ -48,6 +48,15 @@ make install DESTDIR=%{buildroot} %{_sysconfdir}/ovirt-web-ui/branding/00-ovirt.brand %changelog +* Tue May 12 2020 Sharon Gratch - 1.6.2-1 + - fix a bug in which VM Portal fails to initialize if the environment contains an Export storage domain + - fix a bug in which opening a VM console of type SPICE or VNC is always failing + - fix VMs filter results to include all VMs with entered string exists anywhere inside the Vm name and not just the prefix + - change the snapshots rpm file names to contain the latest commit hash + - apply ovirt 4.4 branding changes to the error page as well + - yarn dependencies update + - translations update + * Mon Apr 6 2020 Sharon Gratch - 1.6.1-1 - fixed saving NIC with empty VNIC Profile - make the vm poratl more responsive for browser resizing, set minimum card widths and fixed alignments.