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 55E7B138010 for ; Thu, 13 Sep 2012 17:12:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B6BA21C01E; Thu, 13 Sep 2012 17:11:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1B5E021C01E for ; Thu, 13 Sep 2012 17:11: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 5EF8033C394 for ; Thu, 13 Sep 2012 17:11:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 797B8E5444 for ; Thu, 13 Sep 2012 17:11:49 +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: <1347554595.fe1de0b73d86de33ffadb7c0d0b8aa37c89c0887.ulm@gentoo> Subject: [gentoo-commits] proj/eselect:master commit in: / X-VCS-Repository: proj/eselect X-VCS-Files: ChangeLog NEWS configure.ac X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: fe1de0b73d86de33ffadb7c0d0b8aa37c89c0887 X-VCS-Branch: master Date: Thu, 13 Sep 2012 17:11:49 +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: 2d317904-10a2-41d3-9b29-cd72ec25d659 X-Archives-Hash: 6bce70e1882445eee41e992dff6d8383 commit: fe1de0b73d86de33ffadb7c0d0b8aa37c89c0887 Author: Ulrich Müller gentoo org> AuthorDate: Thu Sep 13 16:43:15 2012 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Thu Sep 13 16:43:15 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=fe1de0b7 Update version to 1.3.2. --- ChangeLog | 3 +++ NEWS | 1 + configure.ac | 2 +- 3 files changed, 5 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 67b68ee..59c253c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2012-09-13 Ulrich Müller + * configure.ac: Update version to 1.3.2. + * Tagged 1.3.2 release. + * bin/eselect.in (EROOT): Remove any trailing backslash from ROOT before appending EPREFIX. diff --git a/NEWS b/NEWS index 9958d91..665763f 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ This file contains a summary of changes in released versions. Please read the ChangeLog file for a more detailed listing of changes/bug fixes. +1.3.2: Bug fixes: - Fixed bug #423525: Prevent false globbing in binutils module. - Fixed bug #431898: Fix typo in data path of binutils module. diff --git a/configure.ac b/configure.ac index d4be47c..a478e6e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(eselect, 1.3.1, eselect@gentoo.org, eselect) +AC_INIT(eselect, 1.3.2, eselect@gentoo.org, eselect) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(bin/eselect.in) AC_CONFIG_AUX_DIR(config)