From 336f3221ee6c3b8b5bd385392627b27f0943b7e5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alejandro=20Pi=C3=B1eiro?= Date: Tue, 15 Jul 2014 12:44:08 +0200 Subject: [PATCH] Release 2.13.2 --- NEWS | 20 ++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f8d1b2e..48af436 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,23 @@ +Changes in version 2.13.2: +========================== +* +* Bug 729752: introspection: add many missing Returns: (nullable) annotations +* Bug 730859: atk/Makefile.am: Stop reading atk.def +* Fix GIR scanning for srcdir != buildir +* Visual Studio support + * MSVC 2010+ Projects: Update "Installation" Process + * Build: Add Build Support for Visual Studio 2013 + * MSVC 2012/2013 Support: Update Property Sheet Creation +* Documentation: + * Bug 729922: adding further explanation on atk_add_global_event_listener + +Contributors: + Benjamin Gilbert, Chun-wei Fan, Evan Nemerson, Alejandro PiƱeiro + Iglesias, Owen W. Taylor + +Translation: + genodeftest (de), Pau Iranzo (ca), Carles Ferrando (ca@valencia), Yosef Or Boczko (he) + Changes in version 2.13.1: ========================== * diff --git a/configure.ac b/configure.ac index a5447c2..c8a52b6 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], [13]) -m4_define([atk_micro_version], [1]) +m4_define([atk_micro_version], [2]) m4_define([atk_version], [atk_major_version.atk_minor_version.atk_micro_version]) -- 2.11.4.GIT