Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/eselect-java:master commit in: /
Date: Mon, 28 Nov 2016 22:19:55
Message-Id: 1480361447.2f5555d46b9f78c07b46deae293b2ff896a9676a.wizardedit@gentoo
1 commit: 2f5555d46b9f78c07b46deae293b2ff896a9676a
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 28 19:30:47 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 28 19:30:47 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/eselect-java.git/commit/?id=2f5555d4
7
8 Prepare 0.3.0 release
9
10 AUTHORS | 1 +
11 NEWS | 5 +++++
12 configure.ac | 2 +-
13 3 files changed, 7 insertions(+), 1 deletion(-)
14
15 diff --git a/AUTHORS b/AUTHORS
16 index a654eb7..723b20e 100644
17 --- a/AUTHORS
18 +++ b/AUTHORS
19 @@ -1,2 +1,3 @@
20 James Le Cuirot <chewi@g.o>
21 Ralph Sennhauser <sera@g.o>
22 +Austin English <wizardedit@g.o>
23
24 diff --git a/NEWS b/NEWS
25 index 96a0ffb..cb1a799 100644
26 --- a/NEWS
27 +++ b/NEWS
28 @@ -1,3 +1,8 @@
29 +0.3.0:
30 +
31 + * run-java-tool.bash.in: fix shellcheck issues
32 + * run-java-tool.bash.in: replace `which` with `command -v`
33 +
34 0.2.0:
35
36 * Make run-java-tool POSIX-compliant
37
38 diff --git a/configure.ac b/configure.ac
39 index 250f43a..08eaf14 100644
40 --- a/configure.ac
41 +++ b/configure.ac
42 @@ -1,4 +1,4 @@
43 -AC_INIT([eselect-java],[0.2.0],[java@g.o],[eselect-java],[https://bugs.gentoo.org/])
44 +AC_INIT([eselect-java],[0.3.0],[java@g.o],[eselect-java],[https://bugs.gentoo.org/])
45 AC_PREREQ([2.68])
46 AC_CONFIG_SRCDIR([src/modules/java-vm.eselect.in])
47 AM_INIT_AUTOMAKE([1.11])