Release v2.7.2 AT_SPI2_CORE_2_7_2
authorMike Gorse <mgorse@suse.com>
Mon, 19 Nov 2012 16:57:56 +0000 (10:57 -0600)
committerMike Gorse <mgorse@suse.com>
Mon, 19 Nov 2012 16:57:56 +0000 (10:57 -0600)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 89f3f30..4e00286 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+What's new in at-spi2-core 2.7.2:
+
+* Only call an event listener once per event, even if the listener registered
+  for both the event and a superset of the event.
+
+* Don't distribute dbind-config.h (BGO#688083).
+
+* Fix gtk-doc for Atspi-Registry (BGO#688224).
+
+* Some introspection fixes to make vapigen happy (BGO#688223).
+
+* [registry] Fixed a crash handling DeregisterKeystrokeListener.
+
 What's new in at-spi2-core 2.7.1:
 
 * Update the cache in response to role change notifications (BGO#685469).
index eb9a1a7..6bcfdbe 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.7.1], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.7.2], [accessibility-atspi@lists.linux-foundation.org])
 AC_PREREQ([2.59])
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_MACRO_DIR([m4])