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 3C56913877A for ; Mon, 1 Sep 2014 16:55:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2D2BE0B84; Mon, 1 Sep 2014 16:55:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7B5B3E0B84 for ; Mon, 1 Sep 2014 16:55:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5C9D033F883 for ; Mon, 1 Sep 2014 16:55:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09F7F4727 for ; Mon, 1 Sep 2014 16:55:44 +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: <1409589626.436c38c7f99736fd5732ca513308b5f6a2ec99b5.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: 436c38c7f99736fd5732ca513308b5f6a2ec99b5 X-VCS-Branch: master Date: Mon, 1 Sep 2014 16:55:44 +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: d9cbe15e-ca06-4eb9-9fef-df95c8e78076 X-Archives-Hash: 74e595db95320cc2ef5c68ab3080353f commit: 436c38c7f99736fd5732ca513308b5f6a2ec99b5 Author: Ulrich Müller gentoo org> AuthorDate: Mon Sep 1 16:40:26 2014 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Sep 1 16:40:26 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=436c38c7 Update NEWS. --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS b/NEWS index f891f60..f14d592 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,14 @@ 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.3: + Bug fixes: + - Recognise kernel directories other than linux-[0-9]* (bug #516754). + + New features: + - Improved parsing of global options. + - Bash completion for options with an argument. + 1.4.2: Bug fixes: - Fixed bug #511132: Breakage with bash 4.3 in profile module.