Skip to content

Commit

Permalink
Bump 1.3.8-2
Browse files Browse the repository at this point in the history
  • Loading branch information
mareklibra committed Apr 12, 2018
1 parent 8fac225 commit 58418b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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], [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"
Expand Down
5 changes: 4 additions & 1 deletion ovirt-web-ui.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 58418b1

Please sign in to comment.