[pyatspi2] Release v2.1.2



commit fef25ec42754a2879a8005fd36b85c81d2989bcb
Author: Mike Gorse <mgorse novell com>
Date:   Mon Jun 13 17:41:14 2011 -0500

    Release v2.1.2

 NEWS         |   17 +++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 18 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index c878a10..f52cb40 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+What's new in pyatspi 2.1.2:
+
+* Fix traceback when creating match rules with attribute sets
+
+* Add atspiVersion().
+
+* Fix several table functions
+
+* Fix makeSyncType to generate a proper enum (will be needed when enum-types
+  branch of at-spi2-core is merged).
+
+* Add clearCache().
+
+* Cache eventTypes in events for performance reasons.
+
+* Add GPL2 license because a couple of test files are licensed under it.
+
 What's new in pyatspi2 2.1.1:
 
 * Fix traceback when calling document functions
diff --git a/configure.ac b/configure.ac
index 46af961..95985eb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([pyatspi], [2.1.1], [accessibility-atspi lists linux-foundation org])
+AC_INIT([pyatspi], [2.1.2], [accessibility-atspi lists linux-foundation org])
 AC_CONFIG_AUX_DIR(config)
 
 LT_RELEASE=$AT_SPI_MAJOR_VERSION.$AT_SPI_MINOR_VERSION



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]