-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ define([VERSION_MAJOR], [1]) | |
define([VERSION_MINOR], [6]) | ||
define([VERSION_FIX], [3]) | ||
define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX) | ||
define([VERSION_RELEASE], [0]) | ||
define([VERSION_RELEASE], [1]) | ||
|
||
AC_INIT([ovirt-web-ui], VERSION_NUMBER, [[email protected]]) | ||
PACKAGE_RPM_VERSION="VERSION_NUMBER" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,6 +48,22 @@ make install DESTDIR=%{buildroot} | |
%{_sysconfdir}/ovirt-web-ui/branding/00-ovirt.brand | ||
|
||
%changelog | ||
* Mon Jul 6 2020 Sharon Gratch <[email protected]> - 1.6.3-1 | ||
- create VM Wizard - fixed a bug so that nics and disks data resetting happens only when it is supposed to | ||
- create VM Wizard - enable resetting of basic settings to baseline defaults when changing the provision source | ||
- create VM Wizard - add a tooltip to the "T" badge for Templates disks and nics | ||
- create VM Wizard - the Storage Domain menu field width, displayed on a new disk row, is fixed to be aligned | ||
- the VM's filter is fixed to return only Pools entities that answer the query result | ||
- enable the Shutdown button for a suspended VM | ||
- fix a bug of displaying an error in UPDATE_VMS reducer in scheduled refresh done after a manual refresh | ||
- fix a bug for enable maximizing of the Notifications drawer | ||
- enable setting disk's of exisiting VMs as "Bootable" | ||
- change VM/Pool fetch page size and optimize refresh scheduling for improving the loading performance | ||
- increase parallel calls during login data fetch for improving the login loading performance | ||
- update Dockerfile with yarn network timeout mitigations | ||
- refactor Makefile to prevent unexpected symlinks | ||
- translations update | ||
|
||
* Tue May 12 2020 Sharon Gratch <[email protected]> - 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 | ||
|