[java-atk-wrapper] Release 0.30.6



commit 3694129866ad40b3ee5a66f8ea7bbdddd02f8ae5
Author: Magdalen Berns <m berns thismagpie com>
Date:   Sat Oct 18 00:46:27 2014 +0100

    Release 0.30.6

 NEWS         |   16 ++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 18 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 924f967..93b6dff 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Changes in version 0.30.6
+=========================
+
+Build:
+  Bug 738721: Fix "unary operator expected" error
+
+Mantainership:
+  738709 Updated doap file (current active maintainers)
+
+Miscellanous:
+  738730  Change JDK_HOME to JDK_SRC
+  738731       Change JAVA_HOME to JRE_SRC
+
+Contributors:
+  Magdalen Berns
+
 Changes in version 0.30.5
 =========================
 
diff --git a/configure.ac b/configure.ac
index fb732b5..e3f02f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([java-atk-wrapper],[0.30.5])
+AC_INIT([java-atk-wrapper],[0.30.6])
 
 AC_CONFIG_AUX_DIR(config)
 AM_INIT_AUTOMAKE([-Wall])
@@ -14,7 +14,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:13:0
+LIB_ATK_WRAPPER_LT_VERSION=0:14:0
 AC_SUBST(LIB_ATK_WRAPPER_LT_VERSION)
 
 # jni


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