[libgdata] Release version 0.17.3



commit 2840ab1ddfc4d0616424f0c23626f240a7923c3a
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Mon Sep 14 18:27:31 2015 +0100

    Release version 0.17.3

 NEWS         |   41 +++++++++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 42 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 88f556d..bbc31f2 100644
--- a/NEWS
+++ b/NEWS
@@ -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 8458f5c..e57aa07 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]