From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 88E8F1382BD for ; Fri, 17 Jun 2016 18:42:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9046E0AB7; Fri, 17 Jun 2016 18:42:31 +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 6DCCBE0ABC for ; Fri, 17 Jun 2016 18:42:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3337F3406AD for ; Fri, 17 Jun 2016 18:42:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65B5B2413 for ; Fri, 17 Jun 2016 18:42:27 +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: <1466187761.1e4ac8e4bb859ebfb022528f6fbc2e951648d90e.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: 1e4ac8e4bb859ebfb022528f6fbc2e951648d90e X-VCS-Branch: master Date: Fri, 17 Jun 2016 18:42:27 +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: cb241220-39ce-4647-8048-eeede5646c2c X-Archives-Hash: 5556189792f6ac701fd7d1aa0a831215 commit: 1e4ac8e4bb859ebfb022528f6fbc2e951648d90e Author: Ulrich Müller gentoo org> AuthorDate: Fri Jun 17 18:22:41 2016 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Jun 17 18:22:41 2016 +0000 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=1e4ac8e4 Update version to 1.4.6. ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 56f76c0..eb3db3b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-06-17 Ulrich Müller + + * configure.ac: Update version to 1.4.6. + * Tagged 1.4.6 release. + 2016-06-16 Ulrich Müller * modules/pager.eselect (EDITOR_LIST): Prefer less to more. diff --git a/configure.ac b/configure.ac index 9a72546..0448825 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(eselect, 1.4.5, eselect@gentoo.org, eselect) +AC_INIT(eselect, 1.4.6, eselect@gentoo.org, eselect) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(bin/eselect.in) AC_CONFIG_AUX_DIR(config)