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 85162138D29 for ; Sat, 15 Feb 2014 00:00:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7AFF7E0AA3; Sat, 15 Feb 2014 00:00:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 16D72E0AA3 for ; Sat, 15 Feb 2014 00:00:15 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4962233FA8A for ; Sat, 15 Feb 2014 00:00:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 6F314188C7 for ; Sat, 15 Feb 2014 00:00:10 +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: <1392422074.d3c308efd39af58ffe596958ffa8ceca8add6508.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: d3c308efd39af58ffe596958ffa8ceca8add6508 X-VCS-Branch: master Date: Sat, 15 Feb 2014 00:00:10 +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: bdede68d-df62-4d80-a65b-2db76ed4289a X-Archives-Hash: 93c868fc6d93a3212e92eccb79752348 commit: d3c308efd39af58ffe596958ffa8ceca8add6508 Author: Ulrich Müller gentoo org> AuthorDate: Fri Feb 14 23:54:34 2014 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Feb 14 23:54:34 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=d3c308ef Update version to 1.4.1. --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c9d20fe..3c618bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-02-15 Ulrich Müller + + * configure.ac: Update version to 1.4.1. + * Tagged 1.4.1 release. + 2014-02-09 Ulrich Müller * modules/rc.eselect (get_runlevel): Call "rc-status -r" directly, diff --git a/configure.ac b/configure.ac index bf91b57..6379db0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(eselect, 1.4, eselect@gentoo.org, eselect) +AC_INIT(eselect, 1.4.1, eselect@gentoo.org, eselect) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(bin/eselect.in) AC_CONFIG_AUX_DIR(config)