commit 43a274295e59b64cbcd06f813507e61d7fbb9236 Author: Philip Withnall Date: Fri May 16 10:22:17 2014 +0100 core: Disconnect a cancellable in GDataDownloadStream Ensure to disconnect from the user-provided cancellable when finalising a GDataDownloadStream. Coverity issue: #59757 gdata/gdata-download-stream.c | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) commit 24b519d9b1460c7db88d08ab4e839a89d46adb3d Author: Philip Withnall Date: Fri May 16 10:16:10 2014 +0100 tests: Add an extra assertion about pagination Coverity issue: #59763 gdata/tests/general.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 8276acd6bd11a08663fd78a8bcf4a1e06b996778 Author: Philip Withnall Date: Fri May 16 10:00:36 2014 +0100 contacts: Remove a redundant xmlFree() call It was always called on NULL, and was confusing Coverity. Coverity issue: #59764 gdata/services/contacts/gdata-contacts-contact.c | 1 - 1 file changed, 1 deletion(-) commit e3f2d83f933cc79c352233e015b9690278128601 Author: Philip Withnall Date: Fri May 16 09:59:05 2014 +0100 tests: Fix copy–paste errors in the OAuth 1 tests Coverity issues: #59766, #59765 gdata/tests/oauth1-authorizer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit eae25a4c4d3f4924302ed0fb5eb8bd36354bc7ab Author: Philip Withnall Date: Fri May 16 09:56:12 2014 +0100 tests: Tidy up cases in a switch statement Coverity issue: #59767 gdata/tests/streams.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit 1ec045434e3c0e73d6660ded14374870f20d3e92 Author: Philip Withnall Date: Wed Mar 5 23:46:30 2014 +0000 core: Load extra attributes from ‘kind’ categories When a GDataEntry is created, it’s automatically given a ‘kind’ category element, as this is the way the GData protocol identifies the schema which applies to a given . Previously, the ‘kind’ category from parsed XML would not override the automatically-added category. This meant that if the XML contained extra attributes, such as a label, they were effectively lost. Fix this by always preferring the ‘kind’ category from the XML. Add a test case, because test cases are cool. https://bugzilla.gnome.org/show_bug.cgi?id=707477 gdata/gdata-entry.c | 14 ++++++++++++++ gdata/tests/general.c | 45 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+) commit 33b3e5c5bf37c1db55c98b493cb70b40bbf337b7 Author: Stas Solovey Date: Wed Apr 16 14:51:50 2014 +0000 Updated Russian translation po/ru.po | 147 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 80 insertions(+), 67 deletions(-) commit 40ea3d0d4b16e67c82338c327abb5ef0cb19a1cb Author: Мирослав Николић Date: Mon Jan 13 10:23:42 2014 +0100 Updated Serbian translation po/sr.po | 117 +++++++++++++++++++++++++++++++-------------------------- po/sr@latin.po | 117 +++++++++++++++++++++++++++++++-------------------------- 2 files changed, 128 insertions(+), 106 deletions(-) commit 23eb2d9d5459796864c8ed7c92aeab0bf4d62bc5 Author: Gabor Kelemen Date: Tue Jan 7 18:48:04 2014 +0100 Updated Hungarian translation po/hu.po | 154 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 85 insertions(+), 69 deletions(-) commit 30b5e3c1a57187aa2743877fe40da1a99ebde3d7 Author: Wylmer Wang Date: Sun Jan 5 14:58:23 2014 +0800 Update Chinese simplified translation po/zh_CN.po | 194 ++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 118 insertions(+), 76 deletions(-) commit d8b3ac5d183e660cb80ffd9a9a2b30331d49a25e Author: Andika Triwidada Date: Fri Dec 27 09:34:21 2013 +0700 Updated Indonesian translation po/id.po | 205 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 114 insertions(+), 91 deletions(-) commit d262ad8f055ec9f9b523ed7d5d74700e1f9e876e Author: Philip Withnall Date: Thu Dec 19 01:16:45 2013 +0000 build: Increment version to 0.14.2 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ab1c9a6a10d4c19f14ac67856c2d2e4732ae84d7 Author: Philip Withnall Date: Thu Dec 19 01:15:42 2013 +0000 Release version 0.14.1 NEWS | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-)