Skip to content

Commit

Permalink
Bump v1.3.7 version
Browse files Browse the repository at this point in the history
- VM networks editation - #517
- VM disks editation - #523
- ssh dialog UI fix - #519
- cloud-init VM name fix - #528
- minor UI fixes
- Translations updated
  • Loading branch information
mareklibra committed Mar 22, 2018
1 parent f606b27 commit c8ccb5c
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 @@ -18,7 +18,7 @@ AC_PREREQ(2.60)

define([VERSION_MAJOR], [1])
define([VERSION_MINOR], [3])
define([VERSION_FIX], [6])
define([VERSION_FIX], [7])
define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX)
define([VERSION_RELEASE], [1])

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 @@ -55,6 +55,14 @@ make install DESTDIR=%{buildroot}
%{_sysconfdir}/ovirt-web-ui/branding/00-ovirt.brand

%changelog
* Thu Mar 22 2018 Marek Libra <[email protected]> - 1.3.7
- VM networks editation - https://github.com/oVirt/ovirt-web-ui/pull/517
- VM disks editation - https://github.com/oVirt/ovirt-web-ui/pull/523
- ssh dialog UI fix - https://github.com/oVirt/ovirt-web-ui/pull/519
- cloud-init VM name fix - https://github.com/oVirt/ovirt-web-ui/pull/528
- minor UI fixs
- Translations updated

* Wed Feb 28 2018 Marek Libra <[email protected]> - 1.3.6
- VM detail landing after refresh fixed (https://github.com/oVirt/ovirt-web-ui/pull/497)
- Dialog for SSH keys fixed (https://github.com/oVirt/ovirt-web-ui/pull/464)
Expand Down

0 comments on commit c8ccb5c

Please sign in to comment.