commit 5104837d01038dea7e6db83e8283e377cd0d9c91 Author: Philip Withnall Date: Sun Nov 22 16:19:22 2009 +0000 Properly encode Unicode characters in query URIs Previously, Unicode characters would just be left in query URIs unchanged. Google's servers don't like this, and tend to return empty result sets (but without errors), so we should escape Unicode characters too. See: bgo#602497 gdata/gdata-access-handler.c | 4 +- gdata/gdata-query.c | 8 ++-- gdata/services/calendar/gdata-calendar-query.c | 6 ++-- gdata/services/contacts/gdata-contacts-query.c | 6 ++-- gdata/services/documents/gdata-documents-query.c | 12 ++++---- gdata/services/picasaweb/gdata-picasaweb-query.c | 4 +- gdata/services/youtube/gdata-youtube-query.c | 6 ++-- gdata/tests/general.c | 34 +++++++++++++++++++-- 8 files changed, 53 insertions(+), 27 deletions(-) commit 4ff140c5d7b7d1a800e6908d87e0a898fab4a194 Author: Philip Withnall Date: Tue Nov 17 12:46:39 2009 +0000 Bug 602156 — GDataUploadStream should close GOutputStream on dispose Close the GOutputStream before disposing private data for GDataUploadStream which could be referenced by threaded code called when the upload is cancelled. Closes: bgo#602156 gdata/gdata-upload-stream.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit a958b57b9cf06fc7636d60e4a0e803923690d3c3 Author: Philip Withnall Date: Tue Nov 17 12:54:41 2009 +0000 Properly catch splice errors when uploading PicasaWeb files Use a known-existing child error instead of a potentially NULL passed-in error to detect whether splicing on upload failed. gdata/services/picasaweb/gdata-picasaweb-service.c | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) commit 2b5d773c0d6deff680f2b5b701ee312e1ea6d5ed Author: Richard Schwarting Date: Sat Oct 24 10:40:00 2009 +0100 Bug 598893 — gdata_picasaweb_album_new doesn't set a valid visibility Set GDataPicasaWebAlbum:visibility to private when creating a new album. Closes: bgo#598893 gdata/services/picasaweb/gdata-picasaweb-album.c | 1 + gdata/tests/picasaweb.c | 31 ++++++++++++++++++++++ 2 files changed, 32 insertions(+), 0 deletions(-) commit 2b02f8dc70f6a09871a4d4629f39e938ec7a010e Author: Richard Schwarting Date: Mon Oct 19 16:56:30 2009 +0100 Bug 598912 — Test data was changed by my mucking around with comments gdata/tests/picasaweb.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit f65b0d71ec208c5fb9e6f5b4521fc3ecef78e024 Author: Philip Withnall Date: Mon Oct 19 16:53:57 2009 +0100 Bug 598910 — Timestamp bug Fixes incorrect usage of GTimeVal.tv_usec as milliseconds in the PicasaWeb backend and in GDataGDWhen. Closes: bgo#598910. gdata/gd/gdata-gd-when.c | 15 ++++++++++----- gdata/services/picasaweb/gdata-picasaweb-album.c | 2 +- gdata/services/picasaweb/gdata-picasaweb-file.c | 4 +--- 3 files changed, 12 insertions(+), 9 deletions(-) commit dff92c57c97f63d428584513a28b84f650b41a2e Author: Richard Schwarting Date: Mon Oct 19 16:07:37 2009 +0100 Bug 598746 — gdata_picasaweb_query_set_image_size documentation fix Fixes the claim that set_image_size can deal with lists (it can't). Closes: bgo#598746. gdata/services/picasaweb/gdata-picasaweb-query.c | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) commit 4004971de98ccb8d6e16ea0e88f65c6f2c6be295 Author: Philip Withnall Date: Mon Sep 21 09:12:38 2009 +0100 Release version 0.5.0 NEWS | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.in | 2 +- 2 files changed, 83 insertions(+), 1 deletions(-)