summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2012-11-12 14:26:57 -0600
committerMike Gorse <mgorse@suse.com>2012-11-12 14:26:57 -0600
commit3859c5fdc1cc59a49a08815d3d8cff946a967b72 (patch)
treec8611db1994bd3845cd283ba7646ec5e267f99a1
parent68911746492c3434bdf8c4ba9b87764bc95aae34 (diff)
downloadat-spi2-core-3859c5fdc1cc59a49a08815d3d8cff946a967b72.tar.gz
Release v2.6.2AT_SPI2_CORE_2_6_2
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0fd5d64e..83aef901 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+What's new in at-spi2-core 2.6.2:
+
+* Don't output a warning when a p2p connection isn't available.
+
+* Don't distribute dbind-config.h (BGO#688083).
+
What's new in at-spi2-core 2.6.1:
* Update cache in response to role change notifications (BGO#685469).
diff --git a/configure.ac b/configure.ac
index dcde9760..e29cf816 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.6.1], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.6.2], [accessibility-atspi@lists.linux-foundation.org])
AC_PREREQ([2.59])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([m4])