-
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
1 parent
8fac225
commit 58418b1
Showing
2 changed files
with
5 additions
and
2 deletions.
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], [3]) | ||
define([VERSION_FIX], [8]) | ||
define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX) | ||
define([VERSION_RELEASE], [1]) | ||
define([VERSION_RELEASE], [2]) | ||
|
||
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 |
---|---|---|
|
@@ -55,13 +55,16 @@ make install DESTDIR=%{buildroot} | |
%{_sysconfdir}/ovirt-web-ui/branding/00-ovirt.brand | ||
|
||
%changelog | ||
* Mon Apr 9 2018 Marek Libra <[email protected]> - 1.3.8 | ||
* Thu Apr 12 2018 Marek Libra <[email protected]> - 1.3.8-2 | ||
- Adjust min memory while editing memory - https://github.com/oVirt/ovirt-web-ui/pull/538 | ||
- Fixed the VmDisks sort - https://github.com/oVirt/ovirt-web-ui/pull/547 | ||
- All HTTP methods use proper 'Filter' header - https://github.com/oVirt/ovirt-web-ui/pull/550 | ||
- Fix: Avoid VM IDs in VMS navigation item list - https://github.com/oVirt/ovirt-web-ui/pull/540 | ||
- Fixed disk sorting - https://github.com/oVirt/ovirt-web-ui/pull/547 | ||
- Fixed error by deleting disk - https://github.com/oVirt/ovirt-web-ui/pull/551 | ||
- Add warning for Boot menu - https://github.com/oVirt/ovirt-web-ui/pull/560 | ||
- Fix Cloud-Init switch - https://github.com/oVirt/ovirt-web-ui/pull/559 | ||
- Fixed align of Delete buttons for Disks - https://github.com/oVirt/ovirt-web-ui/pull/553 | ||
- additional smaller UI enhancements | ||
|
||
* Mon Mar 26 2018 Marek Libra <[email protected]> - 1.3.7-2 | ||
|