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



commit 270e70363e4f31dce8f21bc261ebfe95702ae6e2
Author: Philip Withnall <philip tecnocode co uk>
Date:   Mon Feb 15 21:18:46 2010 +0000

    Release version 0.6.1

 NEWS         |   12 ++++++++++++
 configure.ac |    4 ++--
 2 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 61a4017..32cd8cd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Overview of changes from libgdata 0.6.0 to libgdata 0.6.1
+=========================================================
+
+Major changes:
+* Fixed introspection build for previously-non-installed libgdata
+
+Bugs fixed:
+* Bug 610007 â?? libgdata introspection support requires installed libgdata.pc
+
+Updated translations:
+* en_GB (Philip Withnall)
+
 Overview of changes from libgdata 0.5.0 to libgdata 0.6.0
 =========================================================
 
diff --git a/configure.ac b/configure.ac
index f87c273..1d1f01b 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, 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
@@ -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:0:0
+GDATA_LT_VERSION=7: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]