From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C7DE31395E3 for ; Mon, 28 Nov 2016 22:19:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4357E08BA; Mon, 28 Nov 2016 22:19:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CD706E08BA for ; Mon, 28 Nov 2016 22:19:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B378B340DD8 for ; Mon, 28 Nov 2016 22:19:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 021B124A2 for ; Mon, 28 Nov 2016 22:19:51 +0000 (UTC) From: "Austin English" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Austin English" Message-ID: <1480361447.2f5555d46b9f78c07b46deae293b2ff896a9676a.wizardedit@gentoo> Subject: [gentoo-commits] proj/eselect-java:master commit in: / X-VCS-Repository: proj/eselect-java X-VCS-Files: AUTHORS NEWS configure.ac X-VCS-Directories: / X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: 2f5555d46b9f78c07b46deae293b2ff896a9676a X-VCS-Branch: master Date: Mon, 28 Nov 2016 22:19:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 60553e60-ed66-46f6-af4c-e5ada1b66628 X-Archives-Hash: 5188cfb78ba86e6bc7a1a7bac06b3817 commit: 2f5555d46b9f78c07b46deae293b2ff896a9676a Author: Austin English gentoo org> AuthorDate: Mon Nov 28 19:30:47 2016 +0000 Commit: Austin English gentoo 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 Ralph Sennhauser +Austin English 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],[java@gentoo.org],[eselect-java],[https://bugs.gentoo.org/]) +AC_INIT([eselect-java],[0.3.0],[java@gentoo.org],[eselect-java],[https://bugs.gentoo.org/]) AC_PREREQ([2.68]) AC_CONFIG_SRCDIR([src/modules/java-vm.eselect.in]) AM_INIT_AUTOMAKE([1.11])