commit: 2f5555d46b9f78c07b46deae293b2ff896a9676a Author: Austin English <wizardedit <AT> gentoo <DOT> org> AuthorDate: Mon Nov 28 19:30:47 2016 +0000 Commit: Austin English <wizardedit <AT> gentoo <DOT> org> CommitDate: Mon Nov 28 19:30:47 2016 +0000 URL: https://gitweb.gentoo.org/proj/eselect-java.git/commit/?id=2f5555d4
Prepare 0.3.0 release AUTHORS | 1 + NEWS | 5 +++++ configure.ac | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index a654eb7..723b20e 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,2 +1,3 @@ James Le Cuirot <[email protected]> Ralph Sennhauser <[email protected]> +Austin English <[email protected]> diff --git a/NEWS b/NEWS index 96a0ffb..cb1a799 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +0.3.0: + + * run-java-tool.bash.in: fix shellcheck issues + * run-java-tool.bash.in: replace `which` with `command -v` + 0.2.0: * Make run-java-tool POSIX-compliant diff --git a/configure.ac b/configure.ac index 250f43a..08eaf14 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([eselect-java],[0.2.0],[[email protected]],[eselect-java],[https://bugs.gentoo.org/]) +AC_INIT([eselect-java],[0.3.0],[[email protected]],[eselect-java],[https://bugs.gentoo.org/]) AC_PREREQ([2.68]) AC_CONFIG_SRCDIR([src/modules/java-vm.eselect.in]) AM_INIT_AUTOMAKE([1.11])
