From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id 40EC21581B9 for ; Wed, 01 Oct 2025 21:32:49 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 24711340D69 for ; Wed, 01 Oct 2025 21:32:49 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 196C01103CB; Wed, 01 Oct 2025 21:32:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 0F18C1103CB for ; Wed, 01 Oct 2025 21:32:48 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BEFF7340D69 for ; Wed, 01 Oct 2025 21:32:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3ACA339FD for ; Wed, 01 Oct 2025 21:32:46 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1759354355.931255bebf9cd6deded0240532180ec2099b3540.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: NEWS X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 931255bebf9cd6deded0240532180ec2099b3540 X-VCS-Branch: master Date: Wed, 01 Oct 2025 21:32:46 +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: 8a6703bc-ad53-473a-b8c7-969e02e798c4 X-Archives-Hash: a54e46348203cf2c400b154735d5ca84 commit: 931255bebf9cd6deded0240532180ec2099b3540 Author: Sam James gentoo org> AuthorDate: Wed Oct 1 21:32:35 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Oct 1 21:32:35 2025 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=931255be NEWS: prepare for portage-3.0.69.2 Signed-off-by: Sam James gentoo.org> NEWS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/NEWS b/NEWS index 41161f9c22..37302ea69f 100644 --- a/NEWS +++ b/NEWS @@ -25,6 +25,17 @@ Cleanups: * Replace FEATURES=export-pms-vars with Portage development feature PORTAGE_DO_NOT_EXPORT_PMS_VARS (bug #953842) +portage-3.0.69.2 (2025-10-01) +-------------- + +[This release was done as a standalone tag.] + +Bug fixes: + +* Fix 'eapply -d' and other option handling (bug #963536). + +* emerge-webrsync: Handle TZ properly (bug #963423). + portage-3.0.69.1 (2025-09-15) --------------