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 1D4F4138010 for ; Tue, 23 Oct 2012 08:40:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63AB5E0466; Tue, 23 Oct 2012 08:40:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id AEE58E0466 for ; Tue, 23 Oct 2012 08:40:41 +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 1593D33D83B for ; Tue, 23 Oct 2012 08:40:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7D778E5436 for ; Tue, 23 Oct 2012 08:40:39 +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: <1350813897.4bfa4d1d48c4f7b75d4093750c122f8bdd83b6ee.ulm@gentoo> Subject: [gentoo-commits] proj/eselect:master commit in: / X-VCS-Repository: proj/eselect X-VCS-Files: NEWS X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: 4bfa4d1d48c4f7b75d4093750c122f8bdd83b6ee X-VCS-Branch: master Date: Tue, 23 Oct 2012 08:40:39 +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: ecf49248-7a21-4f28-b1cc-0abefaa1cbe1 X-Archives-Hash: 06a8b3efdad0eaeeb432f3a272cf6703 commit: 4bfa4d1d48c4f7b75d4093750c122f8bdd83b6ee Author: Ulrich Müller gentoo org> AuthorDate: Sun Oct 21 09:46:36 2012 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Sun Oct 21 10:04:57 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=4bfa4d1d Update NEWS. --- NEWS | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/NEWS b/NEWS index 665763f..eaf8d33 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,13 @@ 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.3: + Bug fixes: + - Fixed bug #429960: Warn about sourcing /etc/profile only if ROOT is /. + - Fixed bug #437986: Recognise amd64 as hardware name; allow hyphens and + underscores in profile names, to account for FreeBSD in profile module. + - Fixed bug #438112: More robust detection of GNU sed in configure. + 1.3.2: Bug fixes: - Fixed bug #423525: Prevent false globbing in binutils module.