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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EE39E158008 for ; Mon, 12 Jun 2023 16:24:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 197D2E090E; Mon, 12 Jun 2023 16:24:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D8DE4E090E for ; Mon, 12 Jun 2023 16:24:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E3D1B341321 for ; Mon, 12 Jun 2023 16:24:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 493F8A92 for ; Mon, 12 Jun 2023 16:24:05 +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: <1686585803.76d1a10983c076fe4d3af825797ae444f7aefb05.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: 76d1a10983c076fe4d3af825797ae444f7aefb05 X-VCS-Branch: master Date: Mon, 12 Jun 2023 16:24:05 +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: 86619f92-58ee-4510-9aed-4a622e93f122 X-Archives-Hash: 0a4702415265303a32bafeb7ffa3d112 commit: 76d1a10983c076fe4d3af825797ae444f7aefb05 Author: Ulrich Müller gentoo org> AuthorDate: Mon Jun 12 16:03:23 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Jun 12 16:03:23 2023 +0000 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=76d1a109 Update NEWS Signed-off-by: Ulrich Müller gentoo.org> NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index 7db32f6..501858d 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.25: + Bug fixes: + - Fixed bug #908401: More robust file type detection in env module. + + New features: + - eselect-mode can update copyright years before writing a file. + 1.4.24: Bug fixes: - Don't append a spurious newline to PATH.