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 170C11381F3 for ; Tue, 16 Jul 2013 16:08:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D581CE0A60; Tue, 16 Jul 2013 16:08:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 757C8E0A72 for ; Tue, 16 Jul 2013 16:08:52 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9086533E936 for ; Tue, 16 Jul 2013 16:08:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3E237E5459 for ; Tue, 16 Jul 2013 16:08:50 +0000 (UTC) From: "Ulrich Mueller" 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 Mueller" Message-ID: <1373986780.2e6dc6b5d0f06673b0919af0472eae712b5dd793.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 Mueller X-VCS-Revision: 2e6dc6b5d0f06673b0919af0472eae712b5dd793 X-VCS-Branch: master Date: Tue, 16 Jul 2013 16:08:50 +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: 1828c1ca-f936-43b7-8264-e866598ef8c6 X-Archives-Hash: 3d9cd44c3ae25df1dafd53dd7cd1c33f commit: 2e6dc6b5d0f06673b0919af0472eae712b5dd793 Author: Ulrich Müller gentoo org> AuthorDate: Tue Jul 16 14:59:40 2013 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Tue Jul 16 14:59:40 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=2e6dc6b5 Update version to 1.3.7. --- ChangeLog | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 67605fc..411b9b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2013-07-16 Ulrich Müller + * configure.ac: Update version to 1.3.7. + * Tagged 1.3.7 release. + * modules/bashcomp.eselect: Remove, bug 476992. * modules/Makefile.am (modules_DATA): Remove bashcomp.eselect. * Makefile.am (symlinks): Don't install bashcomp-config symlink. diff --git a/configure.ac b/configure.ac index 410ee2c..28e47da 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(eselect, 1.3.6, eselect@gentoo.org, eselect) +AC_INIT(eselect, 1.3.7, eselect@gentoo.org, eselect) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(bin/eselect.in) AC_CONFIG_AUX_DIR(config)