[libgdata/libgdata-0-6] Release version 0.6.4
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata/libgdata-0-6] Release version 0.6.4
- Date: Mon, 29 Mar 2010 22:09:37 +0000 (UTC)
commit f2ea3d492a418c4cf5ca3ed032b8dc44e4f56eb1
Author: Philip Withnall <philip tecnocode co uk>
Date: Mon Mar 29 23:09:13 2010 +0100
Release version 0.6.4
NEWS | 18 ++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 20 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9b95acb..346a8fb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Overview of changes from libgdata 0.6.3 to libgdata 0.6.4
+=========================================================
+
+Major changes:
+* Fixed the behaviour of gdata_entry_get_id() for GDataPicasaWebAlbum and GDataPicasaWebFile, which was previously *broken*
+ Use gdata_picasaweb_album_get_id() and gdata_picasaweb_file_get_id() for the equivalent results now
+* Don't send ETags if a query is modified since it was last used; this improves libgdata's behaviour for programs which re-use GDataQuery instances
+* Lots of documentation fixes and improvements
+* Added missing #includes to gdata.h
+* Improved error reporting about network and proxy problems
+
+API changes:
+* Added GDataPicasaWebAlbum:album-id, gdata_picasaweb_album_get_id(), GDataPicasaWebFile:file-id and gdata_picasaweb_file_get_id()
+* Fix the value returned by gdata_entry_get_id() for GDataPicasaWebAlbum and GDataPicasaWebFile; it is now a full URI
+
+Bugs fixed:
+* Bug 613529 â?? Sending ETag with modified query
+
Overview of changes from libgdata 0.6.2 to libgdata 0.6.3
=========================================================
diff --git a/configure.ac b/configure.ac
index 6834976..5453929 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, 3)
+m4_define(gdata_version_micro, 4)
# 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=8:0:1
+GDATA_LT_VERSION=9:0:2
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]