summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2016-06-29 23:12:07 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2016-06-29 23:12:07 +0100
commitf3b4e05523e8894a7a00c03fed7b7fdb6ceefcad (patch)
tree94cbad92781f3d7c712280e17c8443e1eb5cdda5
parentb66c7933a9774260c63dd9a5cef87997eebc4e09 (diff)
downloadlibgdata-f3b4e05523e8894a7a00c03fed7b7fdb6ceefcad.tar.gz
Release version 0.17.5LIBGDATA_0_17_5
-rw-r--r--NEWS45
-rw-r--r--configure.ac2
2 files changed, 46 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 151e7b2e..3f4aa69a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,48 @@
+Overview of changes from libgdata 0.17.4 to libgdata 0.17.5
+===========================================================
+
+Major changes:
+ • Google Drive documentation and test fixes
+ • Minor memory leak fixes
+ • Update autogen.sh to latest GNOME recommendations, fixing builddir ≠ srcdir
+
+Bugs fixed:
+ • Bug 684920 — Port to Google Drive API v2
+ • Bug 759180 — Can't open PDF file shared in Google Drive
+ • Bug 767784 — picasaweb: Clarify how to handle authentication failures during upload
+ • Bug 767785 — Mention that GDataGoaAuthorizer uses OAuth 2.0
+
+Updated translations:
+ • cs (Marek Černocký)
+ • da (Ask Hjorth Larsen)
+ • de (Mario Blättermann)
+ • el (Tom Tryfonidis)
+ • es (Daniel Mustieles)
+ • eu (Inaki Larranaga Murgoitio)
+ • fr (Alexandre Franke)
+ • fur (Fabio Tomat)
+ • gl (Fran Dieguez)
+ • id (Andika Triwidada)
+ • it (Milo Casagrande)
+ • ko (Changwoo Ryu)
+ • lt (Aurimas Černius)
+ • lv (Rūdolfs Mazurs)
+ • hu (Balázs Meskó)
+ • nb (Kjartan Maraas)
+ • oc (Cédric Valmary)
+ • pl (Piotr Drąg)
+ • pt (Sérgio Cardeira)
+ • pt_BR (Enrico Nicoletto, Rafael Fontenelle)
+ • ru (Stas Solovey)
+ • sk (Dušan Kazik)
+ • sl (Matej Urbančič)
+ • sr (Мирослав Николић)
+ • sv (Anders Jonsson)
+ • th (Akom Chotiphantawanon)
+ • vi (Trần Ngọc Quân)
+ • zh_CN (Jeff Bai)
+ • zh_TW (Chao-Hsiung Liao)
+
Overview of changes from libgdata 0.17.3 to libgdata 0.17.4
===========================================================
diff --git a/configure.ac b/configure.ac
index 87645871..3188d5aa 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:2:1
+GDATA_LT_VERSION=23:3:1
AC_SUBST(GDATA_LT_VERSION)
GDATA_VERSION_MAJOR=gdata_version_major