summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2013-12-19 01:15:42 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2013-12-19 01:15:42 +0000
commitab1c9a6a10d4c19f14ac67856c2d2e4732ae84d7 (patch)
treeab9d5577a8d7e07c26891a1df66c0d45e2396547
parente7d47186360bc3310e2b1020105a224ca9ec9008 (diff)
downloadlibgdata-ab1c9a6a10d4c19f14ac67856c2d2e4732ae84d7.tar.gz
Release version 0.14.1LIBGDATA_0_14_1
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d86e1521..dd4bf26a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Overview of changes from libgdata 0.14.0 to libgdata 0.14.1
+===========================================================
+
+Major changes:
+ • Fix build with recent gnome-common versions
+ • Fix build and installed header files for C++
+ • Remove deprecated function calls
+ • Fix compilation with -fstrict-aliasing
+
+Bugs fixed:
+ • Bug 712565 — Fix compilation's warnings
+ • Bug 719647 — gdata-goa-authorizer.h broken for C++
+
Overview of changes from libgdata 0.13.4 to libgdata 0.14.0
===========================================================
diff --git a/configure.ac b/configure.ac
index 70096cbc..5aea41d0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -48,7 +48,7 @@ GOA_REQS=3.2
# 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=18:2:5
+GDATA_LT_VERSION=18:3:5
AC_SUBST(GDATA_LT_VERSION)
GDATA_VERSION_MAJOR=gdata_version_major