summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2014-08-09 18:41:03 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2014-08-09 18:41:03 +0100
commit08ebb3e5804b29e18a67872eb071fd50e7fcc4b3 (patch)
tree71dff9ce72a2d33fbf06307c788f7654614dcd8d
parent64532922a8096bd4eed8c83242e8d87c30423c4f (diff)
downloadlibgdata-08ebb3e5804b29e18a67872eb071fd50e7fcc4b3.tar.gz
Release version 0.15.2LIBGDATA_0_15_2
-rw-r--r--NEWS23
-rw-r--r--configure.ac2
2 files changed, 24 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 80d9f610..a046cb74 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+Overview of changes from libgdata 0.15.1 to libgdata 0.15.2
+===========================================================
+
+Major changes:
+ • Support PicasaWeb in the GOA authoriser (thanks to Saurav Agarwalla)
+ • Fix a data corruption bug in the downloads/uploads code
+
+Bugs fixed:
+ • Bug 731269 — Wrong scope information in authorization domain
+ • Bug 731949 — Memory leak from gdata_parser_int64_to_iso8601()
+ • Bug 731946 — Removing a task result in error, but succeeds
+ • Bug 732890 — Refresh authoriser on receiving SOUP_STATUS_NOT_FOUND
+
+Updated translations:
+ • el (Tom Tryfonidis)
+ • en_GB (Philip Withnall)
+ • es (Daniel Mustieles)
+ • eu (Iñaki Larrañaga Murgoitio)
+ • gl (Fran Dieguez)
+ • lt (Aurimas Černius)
+ • pt_BR (Enrico Nicoletto)
+ • sv (Anders Jonsson)
+
Overview of changes from libgdata 0.15.0 to libgdata 0.15.1
===========================================================
diff --git a/configure.ac b/configure.ac
index 20dac767..594555d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -58,7 +58,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=20:0:1
+GDATA_LT_VERSION=20:1:1
AC_SUBST(GDATA_LT_VERSION)
GDATA_VERSION_MAJOR=gdata_version_major