[java-atk-wrapper] Release 0.30.5
- From: Alejandro Piñeiro Iglesias <apinheiro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [java-atk-wrapper] Release 0.30.5
- Date: Mon, 22 Sep 2014 15:04:09 +0000 (UTC)
commit ce8cd5560f293647fb210d00ec91d691a158ca97
Author: Alejandro Piñeiro <apinheiro igalia com>
Date: Mon Sep 22 17:01:39 2014 +0200
Release 0.30.5
INSTALL | 4 ++--
NEWS | 44 ++++++++++++++++++++++++++++++++++++++++++++
configure.ac | 2 +-
3 files changed, 47 insertions(+), 3 deletions(-)
---
diff --git a/INSTALL b/INSTALL
index 007e939..2099840 100644
--- a/INSTALL
+++ b/INSTALL
@@ -12,8 +12,8 @@ without warranty of any kind.
Basic Installation
==================
- Briefly, the shell commands `./configure; make; make install' should
-configure, build, and install this package. The following
+ Briefly, the shell command `./configure && make && make install'
+should configure, build, and install this package. The following
more-detailed instructions are generic; see the `README' file for
instructions specific to this package. Some packages provide this
`INSTALL' file but do not implement all of the features documented
diff --git a/NEWS b/NEWS
index 562a44a..924f967 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,47 @@
+Changes in version 0.30.5
+=========================
+
+Maintainer note: while doing this release, we detected that the
+version bump on each release was not included on the master branch. So
+most of the 0.30.X JAW versions available were not reflected on
+master, but only on the branch gnome-2-30. In that sense, the
+versioning of this module was more updated on a specific branch that
+on master.
+
+This was against the usual GNOME policies, and in general, for any
+free software project using git as repository. So, from now on, the
+usual policy would be used, summarized as:
+
+ * master will include also the version bumping.
+ * specific branches will be used for developing new features or to
+ keep track of stable branches
+
+Additionally, this NEWS entry will include all the changes since
+0.29.5., beind those:
+*
+* Atk wrapping:
+ * Bug 616693: emit both the visible and showing events for combo box
+ * Bug 611256 - atk_text_get_text is not working correctly with the
+ specified end offset
+* Building:
+ * Add JAVACFLAGS option for build
+ * Bug 703358 - java-atk-wrapper can't be re-automake with automake 1.13
+ * Use -avoid-version only when target_os is cygwin
+* Mantainership:
+ * Updated doap file, both in format [1] and in content (current
+ active maintainers)
+ * Updated AUTHORS and MAINTAINERS files accordingly
+* Miscellanea
+ * Use GTK_PATH to locate libatk-bridge.so
+ * Use AT_SPI_IOR and AT_SPI_BUS instead of GConf key to check
+ enablement of accessibility
+ * Adding initial .gitignore file
+
+[1] https://mail.gnome.org/archives/release-team/2014-July/msg00045.html
+
+Contributors:
+Magdalen Berns, Leon Fan, James Page, Alejandro Pi�eiro, Yaakov Selkowitz, Ke Wang,
+
===============================
Java ATK Wrapper version 0.29.5
Important changes:
diff --git a/configure.ac b/configure.ac
index bf3ce58..6761f1b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([java-atk-wrapper],[0.29.5])
+AC_INIT([java-atk-wrapper],[0.30.5])
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE([-Wall])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]