Skip to content

Commit

Permalink
Merge pull request #1377 from sgratch/release-1.6.8
Browse files Browse the repository at this point in the history
ovirt-web-ui 1.6.8-1
  • Loading branch information
sgratch committed Mar 11, 2021
2 parents d84ec56 + b5ed223 commit 496f7b4
Show file tree
Hide file tree
Showing 2 changed files with 9 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], [8])
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
8 changes: 8 additions & 0 deletions ovirt-web-ui.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ make install DESTDIR=%{buildroot}
%{_sysconfdir}/ovirt-web-ui/branding/00-ovirt.brand

%changelog
* Thu Mar 11 2021 Sharon Gratch <sgratch@redhat.com> - 1.6.8-1
- create VM Wizard - ass support for creating VMs based on a High Performance optimized for template
- enhance graphic consoles data fetching time by fetching consoles info on demand instead of on refresh. This changes the way consoles are opened on dashboard
- prevent crash when viewing a suspending/shutting down VM's details card
- fixed few translated strings on VMs dashboard
- enhance user/account settings by adding support for locale changes and displaying email info
- a fix for reading new format of config val MaxNumOfVmCpus

* Wed Feb 10 2021 Sharon Gratch <sgratch@redhat.com> - 1.6.7-1
- create VM Wizard - display a validation text message next to the VM Name and Cloud-init/Sysprep's host name fields on basic settings step
- create VM Wizard - add a validation to disk name field on the storage step
Expand Down

0 comments on commit 496f7b4

Please sign in to comment.