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 EB3301395E1 for ; Sun, 30 Oct 2016 09:17:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02F9A21C07B; Sun, 30 Oct 2016 09:17:28 +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 C41E321C07B for ; Sun, 30 Oct 2016 09:17:27 +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 E9A09341375 for ; Sun, 30 Oct 2016 09:17:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20D1F24AE for ; Sun, 30 Oct 2016 09:17:25 +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: <1477818926.6946c746d66ef00161af74c57c97a75d1c117df8.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: 6946c746d66ef00161af74c57c97a75d1c117df8 X-VCS-Branch: master Date: Sun, 30 Oct 2016 09:17:25 +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: 2448a860-30da-49c2-8bcc-9fcd547e3ce9 X-Archives-Hash: c2cb711eb673771edb4bef33ed1bf8b8 commit: 6946c746d66ef00161af74c57c97a75d1c117df8 Author: Ulrich Müller gentoo org> AuthorDate: Sun Oct 30 09:15:26 2016 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Oct 30 09:15:26 2016 +0000 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=6946c746 Update version to 1.4.7. ChangeLog | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e9fc937..c7a54f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2016-10-30 Ulrich Müller + * configure.ac: Update version to 1.4.7. + * Tagged 1.4.7 release. + * libs/config.bash.in (store_config): Ignore comment lines in config files and make parsing more robust, bug 598480. diff --git a/configure.ac b/configure.ac index 0448825..a571340 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(eselect, 1.4.6, eselect@gentoo.org, eselect) +AC_INIT(eselect, 1.4.7, eselect@gentoo.org, eselect) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(bin/eselect.in) AC_CONFIG_AUX_DIR(config)