Release 2.19.92 ATK_2_19_92
authorAlejandro Piñeiro <apinheiro@igalia.com>
Tue, 15 Mar 2016 08:17:58 +0000 (09:17 +0100)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Tue, 15 Mar 2016 08:17:58 +0000 (09:17 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index d087132..54a7bea 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Changes in version 2.19.92:
+===========================
+*
+* Build improvements:
+   * Bug 763212: Fix gettext domain after recent changes
+   * Fix builddir ≠ srcdir in autogen.sh
+   * MSVC builds: Re-arrange include paths
+* Cleaning:
+   * atkregistry: remove code not being compiled
+
+Contributors:
+Chun-wei Fan, Kalev Lember, Alejandro Piñeiro Iglesias, Philip
+Withnall
+
+Translations:
+Anders Jonsson (sv), Cédric Valmary (oc)
+
 Changes in version 2.19.90:
 ===========================
 *
index e3ec601..61026ff 100644 (file)
@@ -17,7 +17,7 @@ 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], [19])
-m4_define([atk_micro_version], [90])
+m4_define([atk_micro_version], [92])
 m4_define([atk_version],
           [atk_major_version.atk_minor_version.atk_micro_version])