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 EEE181382C5 for ; Wed, 24 Jan 2018 10:03:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19EF6E08EA; Wed, 24 Jan 2018 10:03:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EF7BAE08EA for ; Wed, 24 Jan 2018 10:03:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 95B49335C2F for ; Wed, 24 Jan 2018 10:03:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2127A1CF for ; Wed, 24 Jan 2018 10:03:56 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1516786838.b391686b4d1fd434cb357c04ffe4026c335f70e1.ulm@gentoo> Subject: [gentoo-commits] proj/eselect:master commit in: / X-VCS-Repository: proj/eselect X-VCS-Files: ChangeLog configure.ac X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: b391686b4d1fd434cb357c04ffe4026c335f70e1 X-VCS-Branch: master Date: Wed, 24 Jan 2018 10:03:56 +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: a5515e87-613e-4edf-a31a-5cc7667ecfb2 X-Archives-Hash: 2a1b31c96e85e46316bf9c914bea2c18 commit: b391686b4d1fd434cb357c04ffe4026c335f70e1 Author: Ulrich Müller gentoo org> AuthorDate: Wed Jan 24 09:40:38 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Jan 24 09:40:38 2018 +0000 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=b391686b Update version to 1.4.12. ChangeLog | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 66b7e4e..d94fe63 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2018-01-24 Ulrich Müller + * configure.ac: Update version to 1.4.12. + * Tagged 1.4.12 release. + * modules/rc.eselect (show_script_status): Add /lib64/rc/bin to PATH as well, workaround for bug 645240 until OpenRC is fixed. diff --git a/configure.ac b/configure.ac index 1cb4d06..062ef5d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(eselect, 1.4.11, eselect@gentoo.org, eselect) +AC_INIT(eselect, 1.4.12, eselect@gentoo.org, eselect) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(bin/eselect.in) AC_CONFIG_AUX_DIR(config)