diff --git a/configure.ac b/configure.ac index 60b177086..61c1cb617 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/ovirt-web-ui.spec.in b/ovirt-web-ui.spec.in index 11afac47f..39488e6b7 100644 --- a/ovirt-web-ui.spec.in +++ b/ovirt-web-ui.spec.in @@ -49,7 +49,7 @@ make make install DESTDIR=%{buildroot} %files -%doc README.md +%doc README.md %license LICENSE %{_ovirtwebuidir} %{_datarootdir}/ovirt-engine/ovirt-web-ui.war @@ -57,6 +57,12 @@ make install DESTDIR=%{buildroot} %{_sysconfdir}/ovirt-web-ui/branding/00-ovirt.brand %changelog +* Thu Aug 2 2018 Greg Sheremeta - 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 - 1.4.0-3 Fixed issues: - web-ui about windows7 display? [#644](https://github.com/oVirt/ovirt-web-ui/issues/644) diff --git a/package.json b/package.json index ebe389927..44bb51427 100644 --- a/package.json +++ b/package.json @@ -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": {