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 B7C871386F3 for ; Thu, 13 Aug 2015 10:07:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48AC5E0879; Thu, 13 Aug 2015 10:07:16 +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 7897BE0879 for ; Thu, 13 Aug 2015 10:07:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AA0A834090B for ; Thu, 13 Aug 2015 10:07:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5543153 for ; Thu, 13 Aug 2015 10:07:12 +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: <1439454354.f39abff9f45b81578c59bbd5dddef7f47597ac5a.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: f39abff9f45b81578c59bbd5dddef7f47597ac5a X-VCS-Branch: master Date: Thu, 13 Aug 2015 10:07:12 +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: f56d2807-ea49-4927-bfbd-9517c2b10170 X-Archives-Hash: f405f6c3f4daa708befa715b3bcf4b25 commit: f39abff9f45b81578c59bbd5dddef7f47597ac5a Author: Ulrich Müller gentoo org> AuthorDate: Thu Aug 13 08:25:54 2015 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Aug 13 08:25:54 2015 +0000 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=f39abff9 Update NEWS. NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 2778b0f..4075f32 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.5: + New features: + - binutils module removed (bug #507870). + 1.4.4: Bug fixes: - Fixed bug #536822: Recognise 'openrc-run' init scripts in rc module.