Release 2.27.1
authorAlejandro Piñeiro <apinheiro@igalia.com>
Fri, 20 Oct 2017 10:29:28 +0000 (12:29 +0200)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Fri, 20 Oct 2017 10:29:28 +0000 (12:29 +0200)
NEWS
configure.ac
meson.build

diff --git a/NEWS b/NEWS
index 201d1bc..51224f0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Changes in version 2.27.1
+=========================
+
+* Build: meson, tracked by bug 785802)
+   * Ad option to disable introspection
+   * Fix .rc generation in Meson builds
+
+* Build (Visual Studio)
+   * Enhance security of x64 binaries
+
+Translations
+  Pawan Chitrakar (ne), Xavi Ivars (ca@valencia), hanniedu (nl)
+
 Changes in version 2.26
 =======================
 
index c6eebae..5f7ad6f 100644 (file)
@@ -16,8 +16,8 @@ dnl set ATK_BINARY_AGE _and_ ATK_INTERFACE_AGE to 0.
 
 dnl The triplet 
 m4_define([atk_major_version], [2])
-m4_define([atk_minor_version], [26])
-m4_define([atk_micro_version], [0])
+m4_define([atk_minor_version], [27])
+m4_define([atk_micro_version], [1])
 m4_define([atk_version],
           [atk_major_version.atk_minor_version.atk_micro_version])
 
index 8751bd4..8957de7 100644 (file)
@@ -1,5 +1,5 @@
 project('atk', 'c',
-        version: '2.26.0',
+        version: '2.27.1',
         license: 'LGPLv2.1+',
         default_options: [
           'buildtype=debugoptimized',