[template-glib] release 3.27.2



commit 4e632a11f34a61c2e2f8300929edb04a1af6b895
Author: Christian Hergert <chergert redhat com>
Date:   Sat Nov 18 01:08:33 2017 -0800

    release 3.27.2

 NEWS        |   21 +++++++++++++++++++++
 meson.build |    2 +-
 2 files changed, 22 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index c8dc78d..6d1d3fc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,25 @@
 ==============
+Version 3.27.2
+==============
+
+Changes in this release:
+
+ • A number of imporovements to the template locator.
+ • Support for more gobject introspection API calls.
+ • You can know use typeof(expr) to get the GType of the result
+   of the expression.
+ • The token stream tries harder to supress newlines.
+ • require/version expression priority is now lower
+ • Some memory leaks were plugged
+ • Versioning of symbols is now down with export macros to be
+   more portable for alternative platforms.
+ • We now explicity require a modern C standard.
+
+Updated Translations:
+
+ German, Slovenian
+
+==============
 Version 3.26.0
 ==============
 
diff --git a/meson.build b/meson.build
index 8e79b6c..1d27abe 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('template-glib', 'c',
-          version: '3.27.0',
+          version: '3.27.2',
           license: 'LGPLv2.1+',
     meson_version: '>= 0.40.1',
   default_options: [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11' ],


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