Skip to content

Commit

Permalink
Merge pull request #697 from oVirt/release-1.4.1
Browse files Browse the repository at this point in the history
ovirt-web-ui 1.4.1-1
  • Loading branch information
gregsheremeta authored Aug 2, 2018
2 parents 9ee98e0 + 068b977 commit 85d88c7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ AC_PREREQ(2.60)

define([VERSION_MAJOR], [1])
define([VERSION_MINOR], [4])
define([VERSION_FIX], [0])
define([VERSION_FIX], [1])
define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX)
define([VERSION_RELEASE], [3])
define([VERSION_RELEASE], [1])

AC_INIT([ovirt-web-ui], VERSION_NUMBER, [mlibra@redhat.com])
AC_INIT([ovirt-web-ui], VERSION_NUMBER, [gshereme@redhat.com])
PACKAGE_RPM_VERSION="VERSION_NUMBER"
PACKAGE_RPM_RELEASE="VERSION_RELEASE"
AC_SUBST([PACKAGE_RPM_VERSION])
Expand Down
8 changes: 7 additions & 1 deletion ovirt-web-ui.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,20 @@ make
make install DESTDIR=%{buildroot}

%files
%doc README.md
%doc README.md
%license LICENSE
%{_ovirtwebuidir}
%{_datarootdir}/ovirt-engine/ovirt-web-ui.war
%{_sysconfdir}/ovirt-engine/engine.conf.d/50-ovirt-web-ui.conf
%{_sysconfdir}/ovirt-web-ui/branding/00-ovirt.brand

%changelog
* Thu Aug 2 2018 Greg Sheremeta <[email protected]> - 1.4.1-1
Fixed issues:
- 'failed Not found' error with Connect automatically console option bug major [#509](https://github.com/oVirt/ovirt-web-ui/issues/509)
- reattach VmDialog's sagas to the root saga so VM edits get saved [#683](https://github.com/oVirt/ovirt-web-ui/pull/683)
- VM edits don't save bug [#684](https://github.com/oVirt/ovirt-web-ui/issues/684)

* Mon Jul 16 2018 Marek Libra <[email protected]> - 1.4.0-3
Fixed issues:
- web-ui about windows7 display? [#644](https://github.com/oVirt/ovirt-web-ui/issues/644)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"test:watch": "jest --watch --no-watchman",
"intl:extract": "babel-node scripts/intl/extract-messages.js --presets env,flow && rip json2pot -o extra/to-zanata/messages.pot extra/to-zanata/messages.json",
"intl:push": "zanata-cli push",
"intl:pull": "zanata-cli pull",
"intl:pull": "zanata-cli pull -e",
"intl:apply": "rip po2json -o extra/from-zanata/translated-messages.json -m extra/to-zanata/messages.json 'extra/from-zanata/*.po' && babel-node scripts/intl/normalize-messages.js --presets env,flow"
},
"jest": {
Expand Down

0 comments on commit 85d88c7

Please sign in to comment.