summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2013-08-28 23:32:42 -0600
committerPhilip Withnall <philip@tecnocode.co.uk>2013-08-28 23:32:42 -0600
commit2c9ba300498e8dfd28498389e202eefda41e4c16 (patch)
treea7b82ab53904f27f4257810cd74d674ceb41647a
parent6937287b6c3302397eb92e4e900195d238f00888 (diff)
downloadlibgdata-2c9ba300498e8dfd28498389e202eefda41e4c16.tar.gz
Release version 0.14.0LIBGDATA_0_14_0
-rw-r--r--NEWS21
-rw-r--r--configure.ac6
2 files changed, 24 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 83e3ae45..d86e1521 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+Overview of changes from libgdata 0.13.4 to libgdata 0.14.0
+===========================================================
+
+Updated translations:
+ • ca (Gil Forcada)
+ • cs (Marek Černocký)
+ • de (Christian Kirbach)
+ • el (Dimitris Spingos)
+ • es (Daniel Mustieles)
+ • fr (Alexandre Franke)
+ • he (Yaron Shahrabani)
+ • it (Claudio Arseni)
+ • lt (Aurimas Černius)
+ • nb (Kjartan Maraas)
+ • nl (Reinout van Schouwen)
+ • pt_BR (Rafael Ferreira)
+ • sl (Matej Urbančič)
+ • th (Akom Chotiphantawanon)
+ • zh_HK (Chao-Hsiung Liao)
+ • zh_TW (Chao-Hsiung Liao)
+
Overview of changes from libgdata 0.13.3 to libgdata 0.13.4
===========================================================
diff --git a/configure.ac b/configure.ac
index f111a0db..08e5f488 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,8 +2,8 @@ AC_PREREQ(2.65)
# Release version
m4_define(gdata_version_major, 0)
-m4_define(gdata_version_minor, 13)
-m4_define(gdata_version_micro, 5)
+m4_define(gdata_version_minor, 14)
+m4_define(gdata_version_micro, 0)
# API version
# TODO: This currently isn't used in the library name; once we hit gdata_version_major=1, that should be changed
@@ -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:1:5
+GDATA_LT_VERSION=18:2:5
AC_SUBST(GDATA_LT_VERSION)
GDATA_VERSION_MAJOR=gdata_version_major