From 2aed495bcf30614f52beee74a894e252a2ac7bd5 Mon Sep 17 00:00:00 2001 From: Greg Sheremeta Date: Tue, 8 Jan 2019 14:10:27 -0500 Subject: [PATCH] ovirt-web-ui 1.4.5-1 Change-Id: I0401a14400febd3e9dd4ea13c748c4fb37e1d1f3 Signed-off-by: Greg Sheremeta --- configure.ac | 2 +- ovirt-web-ui.spec.in | 4 ++++ src/version.js | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index a6294872f..98825695c 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ define([VERSION_MAJOR], [1]) define([VERSION_MINOR], [4]) define([VERSION_FIX], [5]) 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 7e443164b..78b4273fd 100644 --- a/ovirt-web-ui.spec.in +++ b/ovirt-web-ui.spec.in @@ -54,6 +54,10 @@ make install DESTDIR=%{buildroot} %{_sysconfdir}/ovirt-web-ui/branding/00-ovirt.brand %changelog +* Tue Jan 8 2019 Greg Sheremeta - 1.4.5-1 + Fixed issues: +- [BZ#1644970] web-ui does not load on IE11 [#869](https://github.com/oVirt/ovirt-web-ui/issues/869) + * Sat Oct 13 2018 Greg Sheremeta - 1.4.4-2 - respin (1.4.4-1 had incorrect sources) diff --git a/src/version.js b/src/version.js index b6c634991..c2970d534 100644 --- a/src/version.js +++ b/src/version.js @@ -1,7 +1,7 @@ const Product = { name: 'oVirt Basic Portal', version: '1.4.5', - release: '0', + release: '1', ovirtApiVersionRequired: { major: 4,