diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2015-09-14 18:27:31 +0100 |
---|---|---|
committer | Philip Withnall <philip.withnall@collabora.co.uk> | 2015-09-14 18:27:31 +0100 |
commit | 2840ab1ddfc4d0616424f0c23626f240a7923c3a (patch) | |
tree | fd9bd2c0fa5dea2952498aaa79db1e79985710da | |
parent | c192f1f3e4ea17ee8a6572ee1ac89a6be8176a59 (diff) | |
download | libgdata-2840ab1ddfc4d0616424f0c23626f240a7923c3a.tar.gz |
Release version 0.17.3LIBGDATA_0_17_3
-rw-r--r-- | NEWS | 41 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 42 insertions, 1 deletions
@@ -1,3 +1,44 @@ +Overview of changes from libgdata 0.17.2 to libgdata 0.17.3 +=========================================================== + +Major changes: + • More Google Drive improvements + • A few memory leak fixes and improvements in the unit tests + +API changes: + • Soft API break for gdata_service_insert_entry() when creating Google Drive + folders — you must now use gdata_documents_service_add_entry_to_folder() due + to changes on the server API + (see https://bugzilla.gnome.org/show_bug.cgi?id=684920) + • Remove two unused symbols from the export list; these were never intended + to be public API: gdata_freebase_result_error_get_type, + gdata_freebase_result_error_quark + +Bugs fixed: + • Bug 684920 — Port to Google Drive API v2 + • Bug 754821 — Compilation issues on Mac OS X + +Updated translations: + • cs (Marek Černocký) + • de (Paul Seyfert) + • el (Tom Tryfonidis) + • es (Daniel Mustieles) + • fr (Bruno Brouard) + • gl (Fran Dieguez) + • hu (Balázs Úr) + • id (Andika Triwidada) + • it (Claudio Arseni) + • ko (Changwoo Ryu) + • lt (Aurimas Černius) + • nb (Kjartan Maraas) + • pl (Piotr Drąg) + • pt (Pedro Albuquerque) + • sk (Dušan Kazik) + • sl (Matej Urbančič) + • sv (Anders Jonsson, Mattias Eriksson) + • th (Akom Chotiphantawanon) + • zh_TW (Chao-Hsiung Liao) + Overview of changes from libgdata 0.17.1 to libgdata 0.17.2 =========================================================== diff --git a/configure.ac b/configure.ac index 8458f5c8..e57aa077 100644 --- a/configure.ac +++ b/configure.ac @@ -59,7 +59,7 @@ GDK_PIXBUF_MAX_ALLOWED=GDK_VERSION_2_14 # 4. If any interfaces have been removed or changed since the last public release, then set age to 0. # # 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=23:0:1 +GDATA_LT_VERSION=23:1:1 AC_SUBST(GDATA_LT_VERSION) GDATA_VERSION_MAJOR=gdata_version_major |