From 70f89f373af7b8391d669d4c1f7d651923bee46d Mon Sep 17 00:00:00 2001 From: Roman Rakus Date: Tue, 1 Oct 2013 10:58:34 +0200 Subject: Release 0.3.0 Signed-off-by: Roman Rakus --- CMakeLists.txt | 2 +- openlmi-providers.spec | 10 ++++++++-- 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 - 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 0.2.0-2 - Add the openlmi metapackage -- cgit