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



commit b877c76434be1503c37b38e940d25e5bb0702de4
Author: Philip Withnall <philip tecnocode co uk>
Date:   Sun Feb 21 15:24:46 2010 +0000

    Release version 0.6.2

 NEWS         |   12 ++++++++++++
 configure.ac |    4 ++--
 2 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 32cd8cd..038cf29 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Overview of changes from libgdata 0.6.1 to libgdata 0.6.2
+=========================================================
+
+Major changes:
+* Fixed introspection build for machines without a system-wide libtool
+
+Bugs fixed:
+* Bug 610273 â?? Fails to build without a system-wide libtool
+
+Updated translations:
+* zh_CN (Aron Xu)
+
 Overview of changes from libgdata 0.6.0 to libgdata 0.6.1
 =========================================================
 
diff --git a/configure.ac b/configure.ac
index 1d1f01b..dca4f7b 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, 1)
+m4_define(gdata_version_micro, 2)
 
 # 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=7:1:0
+GDATA_LT_VERSION=7:2: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]