Release 2.25.2
authorAlejandro Piñeiro <apinheiro@igalia.com>
Thu, 25 May 2017 06:25:46 +0000 (08:25 +0200)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Thu, 25 May 2017 06:25:46 +0000 (08:25 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index f8b69d0..ae66228 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,53 @@
+Changes in version 2.25.2
+=========================
+
+* Bugfixing:
+   * Bug 781715: Crash under atk_gobject_accessible_dispose()
+* Build (general/autotools):
+   * Add ATK_UNAVAILABLE macro
+   * Use template files for the ATK enumerations
+   * Convert atkversion.h.in to UTF-8 encoding
+   * Include the marshallers header, not the source
+   * Add buildir to the docs directories
+   * Update deprecation warnings symbols
+   * Simplify GObject dependency discovery
+* Build (meson):
+   * Bug 782871: Add meson build system
+   * Dist the Meson files
+   * Use the appropriate soversion
+   * Use the appropriate GETTEXT_PACKAGE
+   * Install atk.h
+   * Only depend on generated header
+* Build (win32):
+   * win32: Fix replacing items in files with UTF-8 content
+* Cleaning:
+   * Remove atk.spec.in
+   * Remove uninstalled pkg-config file
+   * Remove unused script for bundling ATK on Windows
+   * Remove ChangeLog
+   * Remove local introspection.m4
+* Docs:
+   * Modernise the API reference:
+      * Use XInclude
+      * Stop using SGML mode with XML files
+      * Drop version.xml and use the gtk-doc package entities
+   * Update the README mentioning Meson, Ninja, and cleaning a little
+   * Remove empty overrides file
+* Gobject introspection:
+   * Mark unbindable functions as 'skip
+* Misc:
+   * Update git ignore file
+* New Relations and Roles:
+   * Bug 748384: Add ATK_ROLE_FOOTNOTE
+   * Bug 781587: Add error-message, error-for, details and details-for-relation
+* Translation support:
+   * Update po/Makevars (copyright and bug address)
+
+Contributors:
+Emmanuele Bassi, Milan Crha, Joanmarie Diggs, Piotr Drąg, Chun-wei Fan
+
+Translations:
+Yuras Shumovich (be)
 Changes in version 2.24.0
 ==========================
 *
index 6d6b986..1d54126 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], [24])
-m4_define([atk_micro_version], [0])
+m4_define([atk_minor_version], [25])
+m4_define([atk_micro_version], [2])
 m4_define([atk_version],
           [atk_major_version.atk_minor_version.atk_micro_version])