summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2020-09-03 11:37:00 +0100
committerPhilip Withnall <withnall@endlessm.com>2020-09-03 11:37:00 +0100
commit2bc0941f428cf7fa54e4ba996482dba3843e08d3 (patch)
treec8b780aa0141bf679da5bde145fad680635d71f1
parentbd73293a6ead6b4fc607a1943e8e9d9dc423c097 (diff)
downloadlibgdata-2bc0941f428cf7fa54e4ba996482dba3843e08d3.tar.gz
0.17.130.17.13
Signed-off-by: Philip Withnall <withnall@endlessm.com>
-rw-r--r--NEWS20
-rw-r--r--meson.build4
2 files changed, 22 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 30b6367a..a9039247 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+Overview of changes from libgdata 0.17.12 to libgdata 0.17.13
+=============================================================
+
+* Default to not installing installed-tests (see !24)
+
+* Default to not building documentation (see !23) (thanks Debarshi Ray)
+
+* Bugs fixed:
+ - !23 build: Disable the gtk-doc documentation by default
+ - !24 Various minor fixes to meson_options.txt
+ - !25 all: Fix various typos and incorrect terminology
+ - !26 core: Add g_autoptr() support for GDataUploadStream
+
+* Translation updates:
+ - Chinese (China)
+ - English (United Kingdom)
+ - Latvian
+ - Ukrainian
+
+
Overview of changes from libgdata 0.17.11 to libgdata 0.17.12
=============================================================
diff --git a/meson.build b/meson.build
index 838d6f53..d4e623c3 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'libgdata', 'c',
- version: '0.17.12',
+ version: '0.17.13',
license: 'LGPL2.1+',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.50.0',
@@ -35,7 +35,7 @@ gdata_include_subdir = gdata_name / 'gdata'
#
# 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
current = 27
-revision = 1
+revision = 2
age = 5
gdata_soversion = '@0@.@1@.@2@'.format(current - age, age, revision)