[libgdata/libgdata-0-6] Release version 0.6.5



commit f2dffa2e26efd6106a8ec0803268fab9c680e247
Author: Philip Withnall <philip tecnocode co uk>
Date:   Thu Sep 30 14:09:10 2010 +0100

    Release version 0.6.5

 NEWS         |   11 +++++++++++
 configure.ac |    4 ++--
 2 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 346a8fb..53a0a8a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Overview of changes from libgdata 0.6.4 to libgdata 0.6.5
+=========================================================
+
+Major changes:
+* Fixed the introspection build with gobject-introspection >= 0.9.7 and bumped our dependency to match
+* Added a lot of missing introspection annotations
+* Fixed a few small leaks
+
+Bugs fixed:
+* Bug 630756 â?? 0.6.4 fails to build with newer version of gobject-introspection (git)
+
 Overview of changes from libgdata 0.6.3 to libgdata 0.6.4
 =========================================================
 
diff --git a/configure.ac b/configure.ac
index c840622..1fe5406 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ(2.63)
 # Release version
 m4_define(gdata_version_major, 0)
 m4_define(gdata_version_minor, 6)
-m4_define(gdata_version_micro, 4)
+m4_define(gdata_version_micro, 5)
 
 # API version
 # TODO: This currently isn't used in the library name; once we hit gdata_version_major=1, that should be changed
@@ -44,7 +44,7 @@ SOUP_REQS=2.26.1
 # - If the interface is the same as the previous version, change to C:R+1:A
 # Note that versioning started at 2:0:0 to ensure no conflicts with e-d-s' libgdata
 # library, whose maximum version was 1:0:0
-GDATA_LT_VERSION=9:0:2
+GDATA_LT_VERSION=9:1:2
 AC_SUBST(GDATA_LT_VERSION)
 
 GDATA_VERSION_MAJOR=gdata_version_major



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