From 226308a2110033221a96cb3801dd0ff43473b47f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alejandro=20Pi=C3=B1eiro?= Date: Tue, 15 Mar 2016 09:17:58 +0100 Subject: [PATCH] Release 2.19.92 --- NEWS | 17 +++++++++++++++++ configure.ac | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d087132..54a7bea 100644 --- 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: =========================== * diff --git a/configure.ac b/configure.ac index e3ec601..61026ff 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- 2.7.4