[atk] Release 2.25.2
- From: Alejandro Piñeiro Iglesias <apinheiro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [atk] Release 2.25.2
- Date: Thu, 25 May 2017 06:27:01 +0000 (UTC)
commit dd7c22e2586adf23bc7d9f52c793cbf127b2a753
Author: Alejandro Piñeiro <apinheiro igalia com>
Date: Thu May 25 08:25:46 2017 +0200
Release 2.25.2
NEWS | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
configure.ac | 4 ++--
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])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]