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 3A861138334 for ; Thu, 28 Nov 2019 19:24:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75DF5E08FB; Thu, 28 Nov 2019 19:24:02 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 57AF4E08FB for ; Thu, 28 Nov 2019 19:24:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 38EED34D53B for ; Thu, 28 Nov 2019 19:24:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51D0A8A6 for ; Thu, 28 Nov 2019 19:23:59 +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: <1574968262.969f65e66f807f1607dcc08230544f92c69fe0ef.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: 969f65e66f807f1607dcc08230544f92c69fe0ef X-VCS-Branch: master Date: Thu, 28 Nov 2019 19:23:59 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4eb3e6b6-1f62-435e-8cc8-9268077a7edf X-Archives-Hash: 47586aa671d410e87d1e574d4ed8c253 commit: 969f65e66f807f1607dcc08230544f92c69fe0ef Author: Ulrich Müller gentoo org> AuthorDate: Thu Nov 28 19:11:02 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Nov 28 19:11:02 2019 +0000 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=969f65e6 Update NEWS. Signed-off-by: Ulrich Müller gentoo.org> NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index 36d1379..9806fcd 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,13 @@ 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.16: + Bug fixes: + - Fixed bug #701382: Add missing quotes in rc module. + + New features: + - Documentation is now dual-licensed under GPL-2+ or CC-BY-SA-4.0. + 1.4.15: New features: - Allow selection of news item by its number or name.