From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-766267-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 0D260138A1A
	for <garchives@archives.gentoo.org>; Sat, 24 Jan 2015 12:27:21 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C72A6E09B9;
	Sat, 24 Jan 2015 12:27:19 +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 4B566E09AE
	for <gentoo-commits@lists.gentoo.org>; Sat, 24 Jan 2015 12:27:19 +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 5434B3406E6
	for <gentoo-commits@lists.gentoo.org>; Sat, 24 Jan 2015 12:27:18 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C6B41044A
	for <gentoo-commits@lists.gentoo.org>; Sat, 24 Jan 2015 12:27:17 +0000 (UTC)
From: "Ulrich Müller" <ulm@gentoo.org>
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" <ulm@gentoo.org>
Message-ID: <1422101628.58947742d04832ea2dbbd0d28af1c41b496745c7.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: 58947742d04832ea2dbbd0d28af1c41b496745c7
X-VCS-Branch: master
Date: Sat, 24 Jan 2015 12:27:17 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: cc891556-71f7-47ef-965d-0de3bea2e7e2
X-Archives-Hash: 62618d3fd01c7a8fda0607066812448d

commit:     58947742d04832ea2dbbd0d28af1c41b496745c7
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 24 12:13:48 2015 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 24 12:13:48 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=58947742

Update NEWS.

---
 NEWS | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index f14d592..2778b0f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +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.4.4:
+    Bug fixes:
+    - Fixed bug #536822: Recognise 'openrc-run' init scripts in rc module.
+
+    New features:
+    - Documentation is now licensed under GPL-2+ or CC-BY-SA-3.0.
+
 1.4.3:
     Bug fixes:
-    - Recognise kernel directories other than linux-[0-9]* (bug #516754).
+    - Fixed bug #516754: Recognise kernel directories other than linux-[0-9]*.
 
     New features:
     - Improved parsing of global options.