summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2017-04-20 12:34:34 +0100
committerPhilip Withnall <withnall@endlessm.com>2017-04-20 12:34:34 +0100
commit19f9f9420146bc51c7dc6dba2102c7d94bae149a (patch)
tree440820ec74a2b0bdb50aae1a853cac844963dfb9
parentd10155034b0fa2e43e2889e55157798ce073f807 (diff)
downloadlibgdata-19f9f9420146bc51c7dc6dba2102c7d94bae149a.tar.gz
Release version 0.17.80.17.8
Signed-off-by: Philip Withnall <withnall@endlessm.com>
-rw-r--r--NEWS24
-rw-r--r--configure.ac2
2 files changed, 25 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 54578dca..97d521a7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+Overview of changes from libgdata 0.17.7 to libgdata 0.17.8
+===========================================================
+
+Major changes:
+ • Bump GLib dependency to 2.38.0 for G_TEST_DIST
+ • Bump libsoup dependency for tests to 2.55.90; the dependency if building
+ libgdata without tests is still 2.42.0
+ • Fix use of deprecated GTK+ API in the demos
+
+Bugs fixed:
+ • Bug 779641 — test_query_properties broken on i686
+ • Bug 780067 — Unable to sync Google Contacts
+ • Bug 780081 — libgdata 0.17.7 fails streams tests (unable to set up SSL cert)
+
+Updated translations:
+ • be (Yuras Shumovich)
+ • da (Alan Mortensen)
+ • el (Tom Tryfonidis)
+ • fi (Jiri Grönroos)
+ • gl (Fran Dieguez)
+ • oc (Cédric Valmary)
+ • ru (Yuri Myasoedov)
+
+
Overview of changes from libgdata 0.17.6 to libgdata 0.17.7
===========================================================
diff --git a/configure.ac b/configure.ac
index 42314712..f0ccac72 100644
--- a/configure.ac
+++ b/configure.ac
@@ -60,7 +60,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=24:0:2
+GDATA_LT_VERSION=24:1:2
AC_SUBST(GDATA_LT_VERSION)
GDATA_VERSION_MAJOR=gdata_version_major