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



commit 815eb4f5a275f03775daf65db7fe872af001fcc9
Author: Philip Withnall <philip tecnocode co uk>
Date:   Fri Mar 19 21:33:36 2010 +0000

    Release version 0.6.3

 NEWS         |   16 ++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 18 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 038cf29..9b95acb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Overview of changes from libgdata 0.6.2 to libgdata 0.6.3
+=========================================================
+
+Major changes:
+* Contacts' names can now be set as an entire GDataGDName, rather than piecemeal
+* Added the kind category to GDataContactsContact on init
+
+API changes:
+* Added gdata_contacts_contact_set_name and made GDataContactsContact:name writeable
+* Setters in GDataGDPostalAddress no longer accept empty strings (only NULL or a non-empty string)
+
+Updated translations:
+* eu (Iñaki Larrañaga Murgoitio)
+* pl (Piotr DrÄ?g)
+* ru (Alexandr Andrushchenko, Andrew Grigorev)
+
 Overview of changes from libgdata 0.6.1 to libgdata 0.6.2
 =========================================================
 
diff --git a/configure.ac b/configure.ac
index dca4f7b..6834976 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, 2)
+m4_define(gdata_version_micro, 3)
 
 # 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:2:0
+GDATA_LT_VERSION=8:0:1
 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]