Release 2.13.2 ATK_2_13_2
authorAlejandro Piñeiro <apinheiro@igalia.com>
Tue, 15 Jul 2014 10:44:08 +0000 (12:44 +0200)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Tue, 15 Jul 2014 10:44:08 +0000 (12:44 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index f8d1b2e..48af436 100644 (file)
--- 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:
 ==========================
 *
index a5447c2..c8a52b6 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], [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])