-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #148 from oVirt/release-0.1.3
Bump v0.1.3
- Loading branch information
Showing
2 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,9 +18,9 @@ AC_PREREQ(2.60) | |
|
||
define([VERSION_MAJOR], [0]) | ||
define([VERSION_MINOR], [1]) | ||
define([VERSION_FIX], [2]) | ||
define([VERSION_FIX], [3]) | ||
define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX) | ||
define([VERSION_RELEASE], [4]) | ||
define([VERSION_RELEASE], [1]) | ||
|
||
AC_INIT([ovirt-web-ui], VERSION_NUMBER, [[email protected]]) | ||
PACKAGE_RPM_VERSION="VERSION_NUMBER" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,6 +56,11 @@ make install DESTDIR=%{buildroot} | |
%{_sysconfdir}/ovirt-engine/engine.conf.d/50-ovirt-web-ui.conf | ||
|
||
%changelog | ||
* Wed Apr 12 2017 Marek Libra <[email protected]> - 0.1.3 | ||
- UI fixes | ||
- docker builds | ||
- oVirt API version check | ||
- About dialog | ||
* Mon Feb 20 2017 Marek Libra <[email protected]> - 0.1.2 | ||
- Minor UI fixes, npm replaced by yarn | ||
* Fri Dec 16 2016 Marek Libra <[email protected]> - 0.1.1 | ||
|