[java-atk-wrapper] Release 0.30.9



commit 6ffafb0dec204a7ec82d3b6863be5ad3bc88456b
Author: Magdalen Berns <m berns thismagpie com>
Date:   Mon Nov 10 19:31:45 2014 +0000

    Release 0.30.9

 ChangeLog    |   19 +++++++++++++++++++
 NEWS         |   27 +++++++++++++++++++++++++++
 configure.ac |    4 ++--
 3 files changed, 48 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 26980bc..446a81b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+0c9436f Set JAVA_HOME properly
+a367c71 fix invalid flag
+d617870 Revert "Specify JAVA_HOME"
+390cd63 Specify JAVA_HOME
+4953364 remove repeated code
+3400113 Allow writing of JavaInfo.class during distcheck
+8a6aacb Remove directory cd into cwd (pointless)
+6d3008f Style: replace tabs for spaces and format a bit
+2c0d5b5 configure.ac: remove quotation marks
+4e4c6e4 Change JRE_SRC back to JAVA_HOME
+e4e4c89 AtkWrapper: replace tabs for spaces
+0aba5b1 configure.ac: change tabs to spaces
+5bf3e3c configure: add check-news to AM_INIT_AUTOMAKE
+a288c8d ATKWrapper: fix b660968 mistake breaking build
+4c33d87 jawaction: style improvements
+a266328 Atktext: style improvements
+b660968 fix typo
+1f94187 Remove whitespace
+18605ee Release 0.30.8
 c8a2bdf atkwrapper: fix style and indentation
 bf9919f AtkKeyEvent: Use checked operations
 3273d5c AtkKeyEvent.java: fix indentation
diff --git a/NEWS b/NEWS
index f438947..8f01459 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,30 @@
+Changes in version 0.30.9
+=========================
+
+Build:
+  Bug 739909: Allow writing of JavaInfo.class during distcheck
+  Bug 739912: Set JAVA_HOME properly
+              Fix invalid flag
+  Remove directory cd into cwd
+  configure: add check-news to AM_INIT_AUTOMAKE
+  configure.ac: remove quotation marks
+  fix b660968 mistake breaking build
+
+Miscellanous:
+  Replace tabs for spaces and format a bit
+  Change JRE_SRC back to JAVA_HOME
+  change tabs to spaces
+  jawaction: style improvements
+  Atktext: style improvements
+  fix typo
+  Remove whitespace
+
+Mantainership:
+  Close 9 obsolete Bugs
+
+Contributors:
+  Magdalen Berns
+
 Changes in version 0.30.8
 =========================
 
diff --git a/configure.ac b/configure.ac
index 3743ba3..8fea95c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([java-atk-wrapper],[0.30.8])
+AC_INIT([java-atk-wrapper],[0.30.9])
 
 AC_CONFIG_AUX_DIR(config)
 AM_INIT_AUTOMAKE([-Wall check-news])
@@ -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:16:0
+LIB_ATK_WRAPPER_LT_VERSION=0:17:0
 AC_SUBST(LIB_ATK_WRAPPER_LT_VERSION)
 
 # jni


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