summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Rakus <rrakus@redhat.com>2013-10-01 10:58:34 +0200
committerRoman Rakus <rrakus@redhat.com>2013-10-01 10:58:34 +0200
commit70f89f373af7b8391d669d4c1f7d651923bee46d (patch)
tree3ee2df922660e71398fd7969e0b746450fcf5afe
parente43bc4e1cb68e28e702b274b80629078bbfb98e3 (diff)
downloadopenlmi-providers-70f89f373af7b8391d669d4c1f7d651923bee46d.tar.gz
openlmi-providers-70f89f373af7b8391d669d4c1f7d651923bee46d.tar.xz
openlmi-providers-70f89f373af7b8391d669d4c1f7d651923bee46d.zip
Release 0.3.00.3.0
Signed-off-by: Roman Rakus <rrakus@redhat.com>
-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