[libgdata/libgdata-0-7] Release version 0.7.1



commit 091fe630035b72d89303600b28d5b9d3fae38489
Author: Philip Withnall <philip tecnocode co uk>
Date:   Sat Dec 11 00:10:48 2010 +0000

    Release version 0.7.1

 NEWS         |   13 +++++++++++++
 configure.ac |    4 ++--
 2 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index d36cef7..aad71d1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Overview of changes from libgdata 0.7.0 to libgdata 0.7.1
+=========================================================
+
+Major changes:
+* Added information about the exported libraries to the GIR, helping Vala bindings
+* Fixed asynchronous authentication success notification
+* Various small fixes to the core, YouTube and Documents services
+* Fixed many small and large memory leaks
+
+Bugs fixed:
+* Bug 635335 â?? GIR missing exported packages information
+* Bug 635736 â?? Asynchronous authentication tests broken
+
 Overview of changes from libgdata 0.6.0 to libgdata 0.7.0
 =========================================================
 
diff --git a/configure.ac b/configure.ac
index b800fa1..a4b999e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ(2.65)
 # Release version
 m4_define(gdata_version_major, 0)
 m4_define(gdata_version_minor, 7)
-m4_define(gdata_version_micro, 0)
+m4_define(gdata_version_micro, 1)
 
 # API version
 # TODO: This currently isn't used in the library name; once we hit gdata_version_major=1, that should be changed
@@ -42,7 +42,7 @@ SOUP_REQS=2.26.1
 #  4. If any interfaces have been removed or changed since the last public release, then set age to 0.
 #
 # 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=10:0:0
+GDATA_LT_VERSION=10:1:0
 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]