[libgdata/libgdata-0-5: 8/8] Release version 0.5.1



commit e9a0851733d90a893260b91291f1f55d8c2ced62
Author: Philip Withnall <philip tecnocode co uk>
Date:   Sun Nov 22 16:50:15 2009 +0000

    Release version 0.5.1

 NEWS         |   13 +++++++++++++
 configure.in |    4 ++--
 2 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index e94dace..18de7c6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Overview of changes from libgdata 0.5.0 to libgdata 0.5.1
+=========================================================
+
+Major changes:
+* Fix up Unicode support in queries
+
+Bugs fixed:
+* Bug 598746 â?? gdata_picasaweb_query_set_image_size documentation fix
+* Bug 598910 â?? Timestamp bug
+* Bug 598912 â?? Test data was changed by my mucking around with comments
+* Bug 598893 â?? gdata_picasaweb_album_new doesn't set a valid visibility
+* Bug 602156 â?? GDataUploadStream should close GOutputStream on dispose
+
 Overview of changes from libgdata 0.4.0 to libgdata 0.5.0
 =========================================================
 
diff --git a/configure.in b/configure.in
index 9d0220f..743689a 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ AC_PREREQ(2.52)
 
 m4_define(gdata_major_version, 0)
 m4_define(gdata_minor_version, 5)
-m4_define(gdata_micro_version, 0)
+m4_define(gdata_micro_version, 1)
 
 AC_INIT([libgdata], [gdata_major_version.gdata_minor_version.gdata_micro_version])
 
@@ -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, maximum whose version was 1:0:0
-GDATA_LT_VERSION=6:0:0
+GDATA_LT_VERSION=6:1:0
 AC_SUBST(GDATA_LT_VERSION)
 
 GDATA_VERSION_MAJOR=gdata_major_version



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