From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 106A71395E3 for ; Sat, 10 Dec 2016 09:33:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D67FE0CBC; Sat, 10 Dec 2016 09:33:34 +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 3D3EDE0CBC for ; Sat, 10 Dec 2016 09:33:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 37059341422 for ; Sat, 10 Dec 2016 09:33:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0E2A4A6 for ; Sat, 10 Dec 2016 09:33:30 +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: <1481358661.b56166b9c84cde2ff69e81cfe516863ab631d849.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 Müller X-VCS-Revision: b56166b9c84cde2ff69e81cfe516863ab631d849 X-VCS-Branch: master Date: Sat, 10 Dec 2016 09:33:30 +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: 1b672c01-23c2-4595-a185-1a87618d4efa X-Archives-Hash: 7f2f6be98df0def193643a5d313c26df commit: b56166b9c84cde2ff69e81cfe516863ab631d849 Author: Ulrich Müller gentoo org> AuthorDate: Sat Dec 10 08:31:01 2016 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Dec 10 08:31:01 2016 +0000 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=b56166b9 Update NEWS. NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index 9df3dc4..e83e0b0 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,12 @@ 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.4.8: + Bug fixes: + - Fixed bug #304011: Support pkgcore-0.9*. + - Fixed bug #601506: Improved error handling in news module. + - Disable eval again. + 1.4.7: Bug fixes: - Fixed bug #598480: Ignore comment lines when parsing config files.