[java-atk-wrapper] Release 0.33.1
- From: Magdalen Berns <mberns src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [java-atk-wrapper] Release 0.33.1
- Date: Tue, 23 Jun 2015 18:23:57 +0000 (UTC)
commit 2efa160e70cd479eff371581a95eba56c57600e7
Author: Magdalen Berns <m berns thismagpie com>
Date: Tue Jun 23 19:17:04 2015 +0100
Release 0.33.1
ChangeLog | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
NEWS | 44 ++++++++++++++++++++++++++++++++++
configure.ac | 4 +-
3 files changed, 121 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index d82d60f..6623f73 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,78 @@
+35caeed Build: Use PLATFORM_LDFLAGS
+4ed46b8 Build: tidy up root check
+462d16d Build: fix unrecognised warning
+75ffc2f Build: Remove unsused
+b0eba07 Build: do not repeat autoreconf check
+56fde82 Implement AtkTableCell interface wrapper class
+73b1a69 JNI: Create jaw_object_get_object_locale
+5f583c6 Build: Add darwin includes
+be87bd1 JNI check g_object is not null before ref
+6a9f8d6 Build: fix duplicate symbol error
+a522e2e JNI: create jaw_object_set_role
+014f829 JNI: create jaw_object_set_parent
+d6dc33c JNI: create jaw_object_set_description
+5e166eb JNI: Create jaw_object_set_name
+703b05d JNI: create jaw_object_get_parent for JawObject
+6ee2e71 JNI: Create jaw_object_initialize
+e745cae Maintainership: update bugzilla info
+d7468d5 Wrapper: Remove unnecessary java print statements
+15efe67 Build: include $JDK_SRC/include/$host_os
+fb1b616 Create JawTableCellIface and AtkTableCell
+81d962a JNI: create jaw_table_add_column_selection
+6764dbb Build: fix root build configuration
+573d850 Build: fix non-root install configuration
+f7746cb JNI: create jaw_table_add_row_selection
+da1612d JNI: Create jaw_window_add_signal function
+f15e0ad Revert to d53bd87
+8733331 JNI: Fix JRE error when running java apps
+b1b75e8 JNI: Create JAW_TYPE_WINDOW
+dc471c4 Wrapper: fix bug in AtkWindow
+85683e9 HACKING: update JawWindowIface signals info
+e234b6b Create jaw_table_cell_get_position
+08a8116 HACKING: update list of unimplemented functions
+75a675c Create JawTableCellIface and AtkTableCell
+833638c JNI: fix crash when turning orca off
+7a745c7 JNI: Do not set windows signals explicitly
+1583a0b Maintainership: update bugzilla info
+3133c34 JNI check g_object is not null before ref
+1436754 JNI: create jaw_table_add_column_selection
+7453f5b JNI: create jaw_table_add_row_selection
+d6345cb Wrapper: emit visible-data-changed signals
+82f32ce Build: fix root build configuration
+e2f3680 Wrapper: add check for WINDOW to get_layer
+cca0fff JNI: Remove jawwindow.h include from jawimpl
+383c469 JNI: remove need for jawwindow.h
+b4353ae JNI: remove jaw_object_state_change
+3cb0b94 JNI: Create jaw_object_get_object_locale
+e7faa8e JNI: Init windows iface via impl & util
+00ac829 JNI: remove atk-bridge include from jawobject.h
+3378dd4 JNI: create jaw_object_set_role
+c97520e JNI: create jaw_object_peek_parent
+68e1414 JNI: Remove unused from JawObject
+dbda22b JNI: create jaw_object_set_parent
+d24df6e JNI: create jaw_object_set_description
+54dcfc6 JNI: Create jaw_object_set_name
+eaed794 JNI: Create jaw_impl_get_atk_relation_type_from_java_key
+a3d1600 JNI: create jaw_object_ref_relation_set
+317befb JNI: create jaw_object_ref_child
+c3f1bd4 JNI: Create jaw_object_notify_state_change
+77d3997 JNI: create jaw_object_get_parent for JawObject
+7ec03a7 JNI: Create jaw_object_initialize
+75147c0 Build: fix non-root install configuration
+d7b1980 Build: fix duplicate symbol error
+0b5c3e9 Build: Add darwin includes
+e2d096f Build: Add JNI_INCLUDES after CHECK_JNI
+23c01fa Build: remove unused
+20668ec JNI: remove unneeded string.h include
+c15eee6 Build: include $JDK_SRC/include/$host_os
+cf4927a JNI: Create JawWindow for AtkWindow signals
+d53bd87 JNI: return with G_SOURCE_REMOVE
+9b54bfe JNI: Initialise variables before using
+4339b8b JNI: Use gdk_threads_add_idle() instead of g_idle_add()
+3b9ec7f JNI: Remove gtk thread functions
+b6fd368 Remove autogenerated files
+a14a35e GConf is not needed; remove it as a requirement
+59a10ad Release 0.33.0
c26046a JNI: GINT_TO_POINTER cast for g_hash_table_lookup arg
5f1dfcb JNI: create NewGlobalRef for gdk threads
236b9dd JNI: fix crash on java applications
diff --git a/NEWS b/NEWS
index e4e32a3..f6a2804 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,47 @@
+Changes in version 0.33.1
+=========================
+
+Build:
+ 751396: Use PLATFORM_LDFLAGS
+ 751351: Fix unrecognised warning in AM_INIT_AUTOMAKE
+ 751325: GModule is not needed; remove it as a requirement
+ 751325: Donot repeat autoreconf check in autogen.sh
+ 750521 Fix duplicate symbol error
+ 750501: Add darwin includes for installations on OSX
+ 750533: Fix non-root install failure
+ 750501: Set JNI_INCLUDES for linux and add after CHECK_JNI
+ Remove autogenerated files
+ GConf is not needed; remove it as a requirement
+
+JNI:
+ 750786: Create jaw_object_get_object_locale
+ 751009: Check g_object is not null before ref
+ 750716: Create jaw_object_set_role
+ 750649: Create jaw_object_set_description
+ 750655: Create jaw_object_set_parent
+ 750647: Create jaw_object_set_name
+ 750620: Create jaw_object_get_parent
+ 750589: Create jaw_object_initialize
+ 751008: Create jaw_table_add_column_selection
+ 750998: Create jaw_table_add_row_selection
+ 751281: Create jaw_window_add_signal
+ 751159: Fix JRE error when running java apps
+ 750461: Set signal handler returns to G_SOURCE_REMOVE
+ 750425: Initialise variables before using them
+ 750417: Use gdk_threads_add_idle() instead of g_idle_add()
+ 750417: Remove gtk thread functions
+
+Wrapper:
+ 751111: Implement AtkTableCell interface wrapper class
+ 751286: Remove unnecessary print statements
+
+Maintainership:
+ Update bugzilla info
+
+Contributors:
+ Magdalen Berns
+ Federico Mena Quintero
+
Changes in version 0.33.0
=========================
diff --git a/configure.ac b/configure.ac
index 288ead4..50f70c2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.63)
-AC_INIT([java-atk-wrapper],[0.33.0])
+AC_INIT([java-atk-wrapper],[0.33.1])
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE([1.11 -Wall check-news])
@@ -16,7 +16,7 @@ m4_ifdef([AM_PROG_AR], [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=3:22:2
+LIB_ATK_WRAPPER_LT_VERSION=4:0:0
AC_SUBST(LIB_ATK_WRAPPER_LT_VERSION)
# jni
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]