commit c192f1f3e4ea17ee8a6572ee1ac89a6be8176a59
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:   Thu Sep 10 16:56:25 2015 +0100

    core: Remove undefined symbols from gdata.symbols

    These two symbols are not defined anywhere.

    https://bugzilla.gnome.org/show_bug.cgi?id=754821

 gdata/gdata.symbols | 2 --
 1 file changed, 2 deletions(-)

commit add73ea9b249079061538cb9d502866a2be24e7d
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Tue Sep 8 23:27:21 2015 +0200

    Updated Slovenian translation

 po/sl.po | 287
 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 163 insertions(+), 124 deletions(-)

commit b8722cf38ba7f8fc60e3518e1e84dabcdc1bb640
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed Sep 9 01:26:45 2015 +0900

    Updated Korean translation

 po/ko.po | 280
 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 159 insertions(+), 121 deletions(-)

commit 093b9fbc3cd2f9a18dc1ff2584bfe42b43679275
Author: Debarshi Ray <debarshir@gnome.org>
Date:   Fri Sep 4 13:55:03 2015 +0200

    tests: Remove redundant if-else branches

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

 gdata/tests/calendar.c | 7 +------
 gdata/tests/contacts.c | 7 +------
 gdata/tests/tasks.c    | 7 +------
 gdata/tests/youtube.c  | 9 +--------
 4 files changed, 4 insertions(+), 26 deletions(-)

commit 0c413dcc2c1a67504f9b039547e1733360414b69
Author: Debarshi Ray <debarshir@gnome.org>
Date:   Fri Sep 4 13:59:01 2015 +0200

    tests: Don't leak the authorizer

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

 gdata/tests/documents.c | 2 ++
 1 file changed, 2 insertions(+)

commit 977e18d79e6cd238fcb2ac782967aef4f3890ef7
Author: Debarshi Ray <debarshir@gnome.org>
Date:   Fri Sep 4 11:13:14 2015 +0200

    core: Ignore overflows, but not alphamerics when parsing int64
    from XML

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

 gdata/gdata-parser.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

commit 840eea2f26fb8de25d8bc0b9a1e4ca57f50fd660
Author: Debarshi Ray <debarshir@gnome.org>
Date:   Wed Sep 2 18:55:09 2015 +0200

    documents: Parse quotaBytesUsed as GDataDocumentsEntry:quota-used

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

 gdata/services/documents/gdata-documents-entry.c | 13 +++++++++++++
 1 file changed, 13 insertions(+)

commit 2e090dfa6ecd529b49a2fcb92fe8d9e0c062a91b
Author: Claudio Arseni <claudio.arseni@gmail.com>
Date:   Thu Sep 3 08:40:26 2015 +0000

    Updated Italian translation

 po/it.po | 320
 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 179 insertions(+), 141 deletions(-)

commit b2aad10863be1c52fd452ec01e3ff05228e69964
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Wed Sep 2 21:07:10 2015 +0300

    Updated Lithuanian translation

 po/lt.po | 303
 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 171 insertions(+), 132 deletions(-)

commit 972665011d9e0b975ee2acaa4818d2bad2000101
Author: Paul Seyfert <pseyfert@mathphys.fsk.uni-heidelberg.de>
Date:   Wed Sep 2 10:45:59 2015 +0000

    Updated German translation

 po/de.po | 289
 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 159 insertions(+), 130 deletions(-)

commit a10865c79aa2d9c696749459790dfcfcf3f4cb60
Author: Tom Tryfonidis <tomtryf@gmail.com>
Date:   Fri Aug 28 18:53:10 2015 +0000

    Updated Greek translation

 po/el.po | 309
 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 174 insertions(+), 135 deletions(-)

commit eaa1ea4343bea77adad4905fe00885396ad1b72e
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Wed Aug 26 19:45:52 2015 +0200

    Updated Polish translation

 po/pl.po | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

commit 7e6249c6a7079d9c757ef35a2266b6647883ff43
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Tue Aug 25 22:58:59 2015 +0000

    Updated Chinese (Taiwan) translation

 po/zh_TW.po | 295
 ++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 166 insertions(+), 129 deletions(-)

commit 45e5559a2bcb14dd00c11b922ea7cda9ad83b683
Author: Fran Dieguez <fran@openhost.es>
Date:   Tue Aug 25 16:02:59 2015 +0200

    Updated Galician translations

 po/gl.po | 305
 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 171 insertions(+), 134 deletions(-)

commit 5c3441dfc3599a0d990c91e3b15a888ea77e563f
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:   Tue Aug 18 08:54:34 2015 +0100

    tests: Remove disabled memory test

    GLib has removed the memory allocation vtable for good, so this
    test can
    never be made to work.

    See: https://bugzilla.gnome.org/show_bug.cgi?id=701694

 gdata/tests/Makefile.am |  3 --
 gdata/tests/memory.c    | 77
 -------------------------------------------------
 2 files changed, 80 deletions(-)

commit e9a8ed15c780c19bef6ce430356ad3393e25941f
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   Sat Aug 15 11:47:47 2015 +0000

    Updated French translation

 po/fr.po | 304
 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 171 insertions(+), 133 deletions(-)

commit 73796dd4037681fe5668a5712ecf4dbdc98463f9
Author: Dušan Kazik <prescott66@gmail.com>
Date:   Sat Aug 15 09:46:49 2015 +0000

    Updated Slovak translation

 po/sk.po | 182
 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 97 insertions(+), 85 deletions(-)

commit cc9e91f5ce41b0135ed61125026c5358e528e044
Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
Date:   Fri Aug 14 14:13:52 2015 +0000

    Updated Swedish translation

 po/sv.po | 309
 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 174 insertions(+), 135 deletions(-)

commit bd64219281c792db47e93d8a739b88f97550eff7
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Aug 11 19:27:14 2015 +0200

    Updated Norwegian bokmål translation.

 po/nb.po | 291
 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 156 insertions(+), 135 deletions(-)

commit 2268ad2bfa79e5a9c1f3b2dd1fb24f82c44abe53
Author: Andika Triwidada <andika@gmail.com>
Date:   Fri Aug 7 08:09:03 2015 +0000

    Updated Indonesian translation

 po/id.po | 297
 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 159 insertions(+), 138 deletions(-)

commit 403ad46c3cb6a54b44c1dd494a6187ff969fc93d
Author: Akom Chotiphantawanon <knight2000@gmail.com>
Date:   Tue Jul 28 16:03:58 2015 +0700

    Updated Thai translation

 po/th.po | 111
 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 60 insertions(+), 51 deletions(-)

commit 560b195e5bc3fb372e6850bc6dce23a9515f3d19
Author: Marek Černocký <marek@manet.cz>
Date:   Sat Jul 25 13:17:38 2015 +0200

    Updated Czech translation

 po/cs.po | 293
 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 157 insertions(+), 136 deletions(-)

commit 8e80be66795c7b7be7e2451c1102ed032812afd8
Author: Balázs Úr <urbalazs@gmail.com>
Date:   Fri Jul 17 14:27:54 2015 +0000

    Updated Hungarian translation

 po/hu.po | 306
 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 172 insertions(+), 134 deletions(-)

commit 7798d7d982dd1b62bb78bbfad89163db5fa6f235
Author: Pedro Albuquerque <palbuquerque73@gmail.com>
Date:   Wed Jul 15 09:32:15 2015 +0000

    Updated Portuguese translation

 po/pt.po | 30 +++++++++++++++++-------------
 1 file changed, 17 insertions(+), 13 deletions(-)

commit 5c0ed84aa4edbcad8268e8c14edad5d69b5a193f
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Jul 14 16:28:39 2015 +0200

    Updated Spanish translation

 po/es.po | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

commit 99d8a4ce16113d3bcdc256e67dc593f2a2c04f04
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Mon Jul 13 19:19:39 2015 +0200

    Updated Polish translation

 po/pl.po | 26 +++++++++++++++-----------
 1 file changed, 15 insertions(+), 11 deletions(-)

commit a9c8516b4380a213cd92d83a11f9793414588319
Author: Debarshi Ray <debarshir@gnome.org>
Date:   Tue Jun 16 18:53:13 2015 +0200

    documents: Support creating folders and copying files using Drive v2

    It is no longer possible to create a new folder using
    gdata_service_insert_entry(). One must now use
    gdata_documents_service_add_entry_to_folder for creating folders and
    copying existing files.

    This is essentially a soft API break, but it’s unavoidable.

    https://bugzilla.gnome.org/show_bug.cgi?id=684920

 gdata/services/documents/gdata-documents-folder.c  | 20 +++++--
 gdata/services/documents/gdata-documents-service.c | 61
 +++++++++++++++-------
 2 files changed, 57 insertions(+), 24 deletions(-)

commit 7f05d8b6a70327c7efd2afabea0b8db3af6c71a1
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Mon Jul 13 10:52:53 2015 +0200

    Updated Spanish translation

 po/es.po | 1186
 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 610 insertions(+), 576 deletions(-)

commit ca77a729bca37bebac38f6675aab63d897ea428d
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:   Fri Jul 10 13:54:17 2015 +0100

    build: Increment version to 0.17.3

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit dd6bbd2f0dacc22f0bb888000195d49d0501c016
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:   Fri Jul 10 13:52:29 2015 +0100

    Release version 0.17.2

 NEWS                                               | 49
 ++++++++++++++++++++++
 configure.ac                                       |  2 +-
 docs/reference/gdata-docs.xml                      |  4 ++
 gdata/gdata-access-handler.h                       |  2 +-
 gdata/gdata-batchable.h                            |  2 +-
 gdata/gdata-entry.c                                |  2 +-
 gdata/gdata-oauth2-authorizer.c                    |  6 +--
 gdata/gdata-parser.c                               |  2 +-
 .../services/calendar/gdata-calendar-access-rule.c |  4 +-
 .../services/calendar/gdata-calendar-access-rule.h |  4 +-
 gdata/services/calendar/gdata-calendar-calendar.c  | 10 ++---
 gdata/services/calendar/gdata-calendar-feed.c      |  8 ++--
 gdata/services/calendar/gdata-calendar-service.c   | 10 ++---
 .../documents/gdata-documents-access-rule.c        |  4 +-
 .../documents/gdata-documents-access-rule.h        |  4 +-
 gdata/services/documents/gdata-documents-utils.c   |  2 +-
 gdata/services/youtube/gdata-youtube-comment.c     |  4 +-
 17 files changed, 86 insertions(+), 33 deletions(-)