summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--openlmi-providers.spec10
2 files changed, 9 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1f62c37..546742e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,7 +2,7 @@
project(openlmi-providers C)
set(OPENLMI_VERSION_MAJOR 0)
-set(OPENLMI_VERSION_MINOR 2)
+set(OPENLMI_VERSION_MINOR 3)
set(OPENLMI_VERSION_REVISION 0)
set(OPENLMI_VERSION "${OPENLMI_VERSION_MAJOR}.${OPENLMI_VERSION_MINOR}.${OPENLMI_VERSION_REVISION}")
diff --git a/openlmi-providers.spec b/openlmi-providers.spec
index e3f1e68..31d30f2 100644
--- a/openlmi-providers.spec
+++ b/openlmi-providers.spec
@@ -2,8 +2,8 @@
%global required_konkret_ver 0.9.0-2
Name: openlmi-providers
-Version: 0.2.0
-Release: 2%{?dist}
+Version: 0.3.0
+Release: 1%{?dist}
Summary: Set of basic CIM providers
License: LGPLv2+
@@ -738,6 +738,12 @@ if [ "$1" -eq 0 ]; then
fi >> %logfile 2>&1
%changelog
+* Mon Sep 30 2013 Roman Rakus <rrakus@redhat.com> - 0.3.0-1
+- Version 0.3.0
+- Enhancement in account api.
+- Fixed logging.
+- per provider configuration files as well as global configuration files
+
* Mon Sep 16 2013 Tomas Smetana <tsmetana@redhat.com> 0.2.0-2
- Add the openlmi metapackage