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 7C35B139694 for ; Wed, 22 Mar 2017 05:26:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 238B121C0DF; Wed, 22 Mar 2017 05:26:39 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F31A721C012 for ; Wed, 22 Mar 2017 05:26:38 +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 B2EF8340DF9 for ; Wed, 22 Mar 2017 05:26:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C06570B1 for ; Wed, 22 Mar 2017 05:26:36 +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: <1490159508.2adf612ee8fe69ade0e46ef918354b70218ceec2.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: 2adf612ee8fe69ade0e46ef918354b70218ceec2 X-VCS-Branch: master Date: Wed, 22 Mar 2017 05:26:36 +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: fec7b79e-6c82-4fb8-84ec-021f40218fea X-Archives-Hash: 903ffa2f623fa0f69122ad3e40e48e92 commit: 2adf612ee8fe69ade0e46ef918354b70218ceec2 Author: Ulrich Müller gentoo org> AuthorDate: Wed Mar 22 05:11:48 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Mar 22 05:11:48 2017 +0000 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=2adf612e Update version to 1.4.9. ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9508639..4bd53b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-03-22 Ulrich Müller + + * configure.ac: Update version to 1.4.9. + * Tagged 1.4.9 release. + 2017-03-21 Mike Frysinger * libs/package-manager.bash.in (arch): Fill out arch matches diff --git a/configure.ac b/configure.ac index 9127ca6..4f8744d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(eselect, 1.4.8, eselect@gentoo.org, eselect) +AC_INIT(eselect, 1.4.9, eselect@gentoo.org, eselect) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(bin/eselect.in) AC_CONFIG_AUX_DIR(config)