summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2017-05-25 08:25:46 +0200
committerAlejandro Piñeiro <apinheiro@igalia.com>2017-05-25 08:25:46 +0200
commitdd7c22e2586adf23bc7d9f52c793cbf127b2a753 (patch)
tree6de534f933a41d285518217b75dc40f64a022578
parentb9a89abf12379c2b8497cbbd73eb65f2b498d6dc (diff)
downloadatk-dd7c22e2586adf23bc7d9f52c793cbf127b2a753.tar.gz
Release 2.25.2ATK_2_25_2
-rw-r--r--NEWS50
-rw-r--r--configure.ac4
2 files changed, 52 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index f8b69d0..ae66228 100644
--- 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
==========================
*
diff --git a/configure.ac b/configure.ac
index 6d6b986..1d54126 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])