Skip to content

Commit

Permalink
Merge pull request #992 from gregsheremeta/release-1.5.2
Browse files Browse the repository at this point in the history
ovirt-web-ui 1.5.2-1
  • Loading branch information
gregsheremeta authored Mar 27, 2019
2 parents 5fdde0c + 2a88b59 commit 98efcd7
Show file tree
Hide file tree
Showing 2 changed files with 5 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], [5])
define([VERSION_FIX], [2])
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"
Expand Down
4 changes: 4 additions & 0 deletions ovirt-web-ui.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ make install DESTDIR=%{buildroot}
%{_sysconfdir}/ovirt-web-ui/branding/00-ovirt.brand

%changelog
* Wed Mar 27 2019 Greg Sheremeta <[email protected]> - 1.5.2-1
- Remove edibility of a VM's template
- Remove wrap for hostname and FQDN, add ellipsis with tooltip

* Mon Feb 18 2019 Greg Sheremeta <[email protected]> - 1.5.1-1
- Fixed several issues
- updated translations
Expand Down

0 comments on commit 98efcd7

Please sign in to comment.