[libgovirt] Update NEWS in preparation for 0.3.0 release



commit 367108d4dea529ee97fbec0c2e1267d79d687624
Author: Christophe Fergeau <cfergeau redhat com>
Date:   Wed Sep 11 15:01:31 2013 +0200

    Update NEWS in preparation for 0.3.0 release

 NEWS         |   18 ++++++++++++++++++
 configure.ac |    6 +++---
 2 files changed, 21 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index bbd9304..3e5d639 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+0.3.0 -
+====================
+
+Changes since 0.2.0:
+
+- Add support for listing storage domains and the files they contain
+- Add support for changing the CDRom available in a VM
+- Introduced an OvirtApi class which represents the toplevel oVirt
+  collection from which one can access VMs, storage domains, ...
+  This means that various OvirtProxy methods to fetch VMs have been deprecated
+  in favour of using OvirtApi + OvirtCollection methods
+- Rework certificate handling, OvirtProxy now has a 'ssl-ca-file' property
+  that can be used to specify which CA certificate should be used to validate
+  remote certificates.
+- Certificate checking is now enforced by default unless
+  OvirtProxy::ssl-strict is set to FALSE
+- ABI/API hasn't been broken, even though some functions were deprecated
+
 0.2.0 - July 5, 2013
 ====================
 
diff --git a/configure.ac b/configure.ac
index 33504ef..84f5687 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
 AC_PREREQ(2.63)
 
 m4_define([govirt_major_version], [0])
-m4_define([govirt_minor_version], [2])
+m4_define([govirt_minor_version], [3])
 m4_define([govirt_micro_version], [0])
 m4_define([govirt_version],
           [govirt_major_version.govirt_minor_version.govirt_micro_version])
@@ -38,9 +38,9 @@ AC_SUBST(G_OVIRT_MICRO_VERSION)
 # CURRENT      If the API or ABI interface has changed (reset REVISION to 0)
 # REVISION     If the API and ABI remains the same, but bugs are fixed.
 # AGE          Don't use.
-LT_CURRENT=2
+LT_CURRENT=3
 LT_REVISION=0
-LT_AGE=0
+LT_AGE=1
 AC_SUBST(LT_CURRENT)
 AC_SUBST(LT_REVISION)
 AC_SUBST(LT_AGE)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]