summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2010-06-04 15:53:00 -0400
committerMike Gorse <mgorse@novell.com>2010-06-04 15:53:00 -0400
commitbf0e94a6443eaef4a381ee49d7f7153e65928ded (patch)
treee27d62c0cada39df98aefbe7300ccbf462c9bbeb
parentb5b5b7890a2eced829a60cfd3881f708c6df16e6 (diff)
downloadat-spi2-atk-bf0e94a6443eaef4a381ee49d7f7153e65928ded.tar.gz
Release v0.3.3AT_SPI2_ATK_0_3_3
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4ac5c1d..48dcd24 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+What's new in at-spi2-atk 0.3.3:
+
+* Remove unused gtk build dependency.
+
+* Install a copy of the module into the gtk-3.0 modules directory.
+
+* Correct handling of some children-changed events sent by Firefox.
+
+* Lease objects that send events if they are not cached; fixes some
+tracebacks when handling Firefox events.
+
What's new in at-spi2-atk 0.3.2:
* Some hyperlink fixes.
diff --git a/configure.ac b/configure.ac
index 8dffa71..9b4065a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-atk], [0.3.2], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-atk], [0.3.3], [accessibility-atspi@lists.linux-foundation.org])
AC_CONFIG_AUX_DIR(config)
AT_SPI_ATK_MAJOR_VERSION=0