[java-atk-wrapper] Release 0.32.2



commit 96e32ab6c674c237ec555514f384a0308f7a9724
Author: Magdalen Berns <m berns thismagpie com>
Date:   Thu Dec 11 19:13:53 2014 +0000

    Release 0.32.2

 ChangeLog    |    7 +++++++
 NEWS         |   14 ++++++++++++++
 configure.ac |    4 ++--
 3 files changed, 23 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index b0c3ad2..2b0c536 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+e80a1fc Revert "make: add top_srcdir and topsrcdir/wrapper to CFLAGS"
+44a7330 make: add top_srcdir and topsrcdir/wrapper to CFLAGS
+a964d9d Build: set propertiesdir & java_atk_wrapperdir
+347c21b jawimpl: initialise with compatible pointer type
+853eac9 jawutil: tidy up style
+35ae4b3 Fix symbol lookup error jaw_misc_type
+d6f8257 Release 0.32.1
 2a738f7 NEWS add contributors info
 8f76c73 AtkKeyEvent: remove reduntant cast to string
 f36a292 Component: remove return from get_extents
diff --git a/NEWS b/NEWS
index 1714e61..40202e2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Changes in version 0.32.2
+=========================
+
+Miscellanious:
+  741127: set propertiesdir & java_atk_wrapperdir
+  741073: initialise with compatible pointer type jawimpl
+  741062: Fix symbol lookup error jaw_misc_type
+
+Contributors:
+  741068: Tidy up style Magdalen Berns in jawutil
+
+Contributors:
+  Magdalen Berns
+
 Changes in version 0.32.1
 =========================
 
diff --git a/configure.ac b/configure.ac
index 5606274..3642f2e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.63)
-AC_INIT([java-atk-wrapper],[0.32.1])
+AC_INIT([java-atk-wrapper],[0.32.2])
 
 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:20:0
+LIB_ATK_WRAPPER_LT_VERSION=1:20:0
 AC_SUBST(LIB_ATK_WRAPPER_LT_VERSION)
 
 # jni


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