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 BF5B41395E1 for ; Sun, 30 Oct 2016 09:17:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E177321C080; Sun, 30 Oct 2016 09:17:27 +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 A8CBB21C07B for ; Sun, 30 Oct 2016 09:17:27 +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 D7672341342 for ; Sun, 30 Oct 2016 09:17:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E2A324A8 for ; Sun, 30 Oct 2016 09:17:25 +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: <1477818912.a21c7ce175289e9550d146897ae84e6b25d00085.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: a21c7ce175289e9550d146897ae84e6b25d00085 X-VCS-Branch: master Date: Sun, 30 Oct 2016 09:17:25 +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: f2b2ca1c-d9e9-4720-8517-387f8903bdc2 X-Archives-Hash: 704e1fbe245641a883355edba729cf17 commit: a21c7ce175289e9550d146897ae84e6b25d00085 Author: Ulrich Müller gentoo org> AuthorDate: Sun Oct 30 09:15:12 2016 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Oct 30 09:15:12 2016 +0000 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=a21c7ce1 Update NEWS. NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 942e4eb..9df3dc4 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ 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.7: + Bug fixes: + - Fixed bug #598480: Ignore comment lines when parsing config files. + 1.4.6: Bug fixes: - Fixed bug #122260: Do not call programs by absolute paths.