Skip to content

Commit

Permalink
Merge pull request #1208 from sgratch/release-1.6.2
Browse files Browse the repository at this point in the history
ovirt-web-ui 1.6.2-1
  • Loading branch information
sgratch committed May 12, 2020
2 parents 088f401 + 154172d commit 020a318
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
9 changes: 9 additions & 0 deletions ovirt-web-ui.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@ make install DESTDIR=%{buildroot}
%{_sysconfdir}/ovirt-web-ui/branding/00-ovirt.brand

%changelog
* Tue May 12 2020 Sharon Gratch <sgratchk@redhat.com> - 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 <sgratchk@redhat.com> - 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.
Expand Down

0 comments on commit 020a318

Please sign in to comment.