Skip to content

Commit

Permalink
ovirt-web-ui 1.8.1-1 (#1577)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratch committed Mar 30, 2022
1 parent b36242b commit dcc87be
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], [8])
define([VERSION_FIX], [1])
define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX)
define([VERSION_RELEASE], [0])
define([VERSION_RELEASE], [1])

AC_INIT([ovirt-web-ui], VERSION_NUMBER, [gshereme@redhat.com])
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 @@ -60,6 +60,10 @@ make install DESTDIR=%{buildroot}
%{_sysconfdir}/ovirt-web-ui/branding/00-ovirt.brand

%changelog
* Wed Mar 30 2022 Sharon Gratch <sgratch@redhat.com> - 1.8.1-1
- fix a bug for removing deleted pool entities from VMs dashbord after refresh for the last pool
- add an option to trigger ost run with "/ost" via Github

* Tue Mar 15 2022 Sharon Gratch <sgratch@redhat.com> - 1.8.0-1
- user/account settings - support auto connect for a VM
- user/account settings - support setting a full screen mode for the noVnc console
Expand Down

0 comments on commit dcc87be

Please sign in to comment.