[java-atk-wrapper] Release 0.32.1



commit d6f82570cfdff44410cd2e94fa356f908b69b40f
Author: Magdalen Berns <m berns thismagpie com>
Date:   Tue Nov 25 00:01:29 2014 +0000

    Release 0.32.1

 ChangeLog    |    5 +++++
 NEWS         |   12 ++++++++++++
 configure.ac |    4 ++--
 3 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 2c4f656..b0c3ad2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2a738f7 NEWS add contributors info
+8f76c73 AtkKeyEvent: remove reduntant cast to string
+f36a292 Component: remove return from get_extents
+95495dc Component: set_extents returns gboolean
+b4f4c5f Release 0.32.0
 045d08d HACKING: don't list get_minimum_increment
 485a055 jawvalue: use consistent style
 73c6573 Component: make use of instance methods
diff --git a/NEWS b/NEWS
index 2e75199..1714e61 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Changes in version 0.32.1
+=========================
+
+Miscellanious:
+  740644 jawvalue.c has no style
+  740649 Component: set_extents return gboolean
+  740650 Component: get_extents should not return anything.
+  740653 Remove Reundant cast to String
+
+Contributors:
+  Magdalen Berns
+
 Changes in version 0.32.0
 =========================
 
diff --git a/configure.ac b/configure.ac
index 9b996d9..1a42669 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.63)
-AC_INIT([java-atk-wrapper],[0.32.0])
+AC_INIT([java-atk-wrapper],[0.32.1])
 
 AC_CONFIG_AUX_DIR(config)
 AM_INIT_AUTOMAKE([1.11 -Wall check-news -Wdeprecated-declarations])
@@ -15,7 +15,7 @@ AM_PROG_AR
 #   change to C+1:0:0
 # - If the interface is the same as the previous version, change to C:R+1:A
 
-LIB_ATK_WRAPPER_LT_VERSION=0:19:0
+LIB_ATK_WRAPPER_LT_VERSION=0:20:0
 AC_SUBST(LIB_ATK_WRAPPER_LT_VERSION)
 
 # jni


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