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



commit f83c825978382fa01a1fccca3d502d5fdf7c0b12
Author: Philip Withnall <philip tecnocode co uk>
Date:   Sat Dec 11 21:51:14 2010 +0000

    Release version 0.6.6

 NEWS         |   14 ++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 16 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 53a0a8a..2488eaa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Overview of changes from libgdata 0.6.5 to libgdata 0.6.6
+=========================================================
+
+Major changes:
+* Fixed attribute escaping for several elements
+* Fixed asynchronous authentication success notification
+* Various small fixes to the core, YouTube and Documents services
+* Fixed many small and large memory leaks
+* Fixed the XML comparisons in the test suite re. changes to GHashTable in GLib master
+
+Bugs fixed:
+* Bug 630350 â?? Email address cannot contain name
+* Bug 635736 â?? Asynchronous authentication tests broken
+
 Overview of changes from libgdata 0.6.4 to libgdata 0.6.5
 =========================================================
 
diff --git a/configure.ac b/configure.ac
index 1fe5406..18d1185 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, 5)
+m4_define(gdata_version_micro, 6)
 
 # 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:1:2
+GDATA_LT_VERSION=9:2: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]