[java-atk-wrapper] Release 0.31.0



commit cbbbb4eeacc2eee4e0d1610db97ebbfd7aab866f
Author: Magdalen Berns <m berns thismagpie com>
Date:   Thu Nov 13 15:12:09 2014 +0000

    Release 0.31.0

 ChangeLog    |    9 +++++++++
 NEWS         |   18 ++++++++++++++++++
 configure.ac |   12 ++++++------
 3 files changed, 33 insertions(+), 6 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 446a81b..197bdbc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+b35e4bb set wrapperdir and propertiesdir to prefix
+4a6a042 Set wrapperdir and propertiesdir correctly
+3f3802e configure.ac: use current directory
+d23876a configure.ac: print useful build config info
+c295dab configure.ac: Specify minimum versions for building
+11716b3 Remove fileSeperator object
+00ba127 Set JAW_CFLAGS includes
+e17ebb4 FIX 'install-libLTLIBRARIES' failed: error
+6ffafb0 Release 0.30.9
 0c9436f Set JAVA_HOME properly
 a367c71 fix invalid flag
 d617870 Revert "Specify JAVA_HOME"
diff --git a/NEWS b/NEWS
index 8f01459..28a0fab 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Changes in version 0.31.0
+=========================
+
+Build:
+
+739912: Set JAVA_HOME
+739976: Fix 'install-libLTLIBRARIES' failed error
+740062: set wrapperdir and propertiesdir to prefix
+        Set wrapperdir and propertiesdir correctly
+  Set JAW_CFLAGS includes
+  configure.ac: use current working directory
+                Specify minimum versions for building
+
+Miscellanous:
+  Remove fileSeperator object
+  print useful build config info
+  Specify JAVA_HOME
+
 Changes in version 0.30.9
 =========================
 
diff --git a/configure.ac b/configure.ac
index 09c786d..1258535 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.63)
-AC_INIT([java-atk-wrapper],[0.30.9])
+AC_INIT([java-atk-wrapper],[0.31.0])
 
 AC_CONFIG_AUX_DIR(config)
 AM_INIT_AUTOMAKE([1.11 -Wall check-news])
@@ -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:17:0
+LIB_ATK_WRAPPER_LT_VERSION=0:18:0
 AC_SUBST(LIB_ATK_WRAPPER_LT_VERSION)
 
 # jni
@@ -32,13 +32,13 @@ LT_INIT([disable-static])
 
 AC_CONFIG_MACRO_DIR([m4])
 
-m4_define([req_ver_atk], [1.17.0])
+m4_define([req_ver_atk], [1.18.0])
 
 PKG_CHECK_MODULES(JAW, [
-  atk             >= req_ver_atk
-  glib-2.0
+  atk >= 2.11.90
+  glib-2.0 >= 2.32.0
   gthread-2.0
-  gmodule-2.0
+  gmodule-2.0 >= 2.0.0
   gdk-2.0
   gconf-2.0
 ])


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