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 52C071381F3 for ; Tue, 16 Jul 2013 16:08:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D94BDE0A72; 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 6360CE0A60 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 79D2533E8BE 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 15291E468F 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: <1373986604.f29d4e645e8dc4f942ddeee3d93545a9444a6a8b.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: f29d4e645e8dc4f942ddeee3d93545a9444a6a8b 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: 08a23e4b-3d99-4f1e-acc3-9c65c514f488 X-Archives-Hash: 6f7bfd80df4c3f747130b91283d6ae83 commit: f29d4e645e8dc4f942ddeee3d93545a9444a6a8b Author: Ulrich Müller gentoo org> AuthorDate: Tue Jul 16 14:56:44 2013 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Tue Jul 16 14:56:44 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=f29d4e64 Update NEWS. --- NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/NEWS b/NEWS index 68d3aab..731554e 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,16 @@ 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.7: + Bug fixes: + - Fixed bug #460328: kernel module check for Makefile in target tree. + - Fixed bug #473308: Return status in editor-variable library and + locale module. + + New features: + - Documentation in doc/ is now dual-licensed under GPL-2+ or CC-BY-SA-2.5. + - bashcomp module removed (bug #476992). + 1.3.6: Bug fixes: - Fixed bug #475284: Workaround for bash crashing on Darwin.