diff --git a/configure.ac b/configure.ac index 34ac09d7b..d5ab678e3 100644 --- a/configure.ac +++ b/configure.ac @@ -16,9 +16,9 @@ dnl AC_PREREQ(2.60) -define([VERSION_MAJOR], [0]) -define([VERSION_MINOR], [2]) -define([VERSION_FIX], [2]) +define([VERSION_MAJOR], [1]) +define([VERSION_MINOR], [0]) +define([VERSION_FIX], [0]) define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX) define([VERSION_RELEASE], [1]) diff --git a/ovirt-web-ui.spec.in b/ovirt-web-ui.spec.in index e11406727..694251f57 100644 --- a/ovirt-web-ui.spec.in +++ b/ovirt-web-ui.spec.in @@ -25,8 +25,8 @@ ExclusiveArch: x86_64 BuildRequires: ovirt-engine-nodejs = 6.10.3 BuildRequires: ovirt-engine-yarn = 0.24.4 -# contains ovirt-ui-components-0.2.2 -BuildRequires: ovirt-engine-nodejs-modules = 1.0.11 +# contains ovirt-ui-components-0.2.2 and react-router +BuildRequires: ovirt-engine-nodejs-modules = 1.0.13 %description This package provides new VM Portal for %{product}, so far as technical preview. @@ -56,6 +56,10 @@ make install DESTDIR=%{buildroot} %{_sysconfdir}/ovirt-engine/engine.conf.d/50-ovirt-web-ui.conf %changelog +* Fri Jun 2 2017 Marek Libra - 1.0.0 +- "Door effect" removed, replaced by standard patternfly design +- User Messages are not closed automatically +- Check "Console in use" added * Mon May 15 2017 Marek Libra - 0.2.2 - Minor fixes for pools * Mon May 15 2017 Marek Libra - 0.2.1