[java-atk-wrapper] Release 0.30.8



commit 18605ee115f251c817fd7871f7a27b149d4e9769
Author: Magdalen Berns <m berns thismagpie com>
Date:   Sat Nov 1 21:14:05 2014 +0000

    Release 0.30.8

 ChangeLog    |   10 ++++++++++
 NEWS         |   20 ++++++++++++++++++++
 configure.ac |    4 ++--
 3 files changed, 32 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 5174fad..26980bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+c8a2bdf atkwrapper: fix style and indentation
+bf9919f AtkKeyEvent: Use checked operations
+3273d5c AtkKeyEvent.java: fix indentation
+77fdaf8 Add $(srcdir)/*.java to EXTRA_DIST
+7cca5a9 autogen.sh: less is more, tidy up
+0601b23 autogen.sh: use unary operators
+23c8ddd autogen.sh: fix indentation
+63ec920 Update autogen.sh
+78aa7ac HACKING: Update maintainer contact details
+636f2d8 Release 0.30.7
 833088d Makefile: add ${ACLOCAL_FLAGS} to ACLOCAL_FLAGS
 3694129 Release 0.30.6
 463d156 Change JAVA_HOME to JRE_SRC
diff --git a/NEWS b/NEWS
index 420cb06..f438947 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+Changes in version 0.30.8
+=========================
+
+Build:
+  Bug 739427: USE_GNOME2_MACROS=1 seems redundant => update autogen.sh
+  Bug 739503: AtkKeyEvent: Use checked operations
+              Add $(srcdir)/*.java to EXTRA_DIST
+              autogen.sh: use unary operators
+
+Miscellanous:
+  Atkwrapper: fix style and indentation
+  AtkKeyEvent: fix indentation
+  autogen.sh: less is more, tidy up
+
+Mantainership:
+  HACKING: Update maintainer contact details
+
+Contributors:
+  Magdalen Berns, Alejandro Pi�eiro
+
 Changes in version 0.30.7
 =========================
 
diff --git a/configure.ac b/configure.ac
index 6d8f406..1a22e88 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([java-atk-wrapper],[0.30.7])
+AC_INIT([java-atk-wrapper],[0.30.8])
 
 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:15:0
+LIB_ATK_WRAPPER_LT_VERSION=0:16:0
 AC_SUBST(LIB_ATK_WRAPPER_LT_VERSION)
 
 # jni


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