[libgdata] 0.17.13



commit 2bc0941f428cf7fa54e4ba996482dba3843e08d3
Author: Philip Withnall <withnall endlessm com>
Date:   Thu Sep 3 11:37:00 2020 +0100

    0.17.13
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 NEWS        | 20 ++++++++++++++++++++
 meson.build |  4 ++--
 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)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]