From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1578654-garchives=archives.gentoo.org@lists.gentoo.org> 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 0935A158013 for <garchives@archives.gentoo.org>; Sun, 10 Dec 2023 23:03:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EE382BC013; Sun, 10 Dec 2023 23:03:46 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 33B5B2BC013 for <gentoo-commits@lists.gentoo.org>; Sun, 10 Dec 2023 23:03:46 +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 45FFD342FF8 for <gentoo-commits@lists.gentoo.org>; Sun, 10 Dec 2023 23:03:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC1F3119 for <gentoo-commits@lists.gentoo.org>; Sun, 10 Dec 2023 23:03:43 +0000 (UTC) From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org> Message-ID: <1702249419.70395058d58dbf02a02ac28106564a844a82d617.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: 70395058d58dbf02a02ac28106564a844a82d617 X-VCS-Branch: master Date: Sun, 10 Dec 2023 23:03:43 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ff92fea0-7ce8-4a82-a4d5-033f37b71d0d X-Archives-Hash: d8b24ae69d242879f8261e668ffa508a commit: 70395058d58dbf02a02ac28106564a844a82d617 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Dec 10 23:03:39 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Dec 10 23:03:39 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=70395058 NEWS: update Signed-off-by: Sam James <sam <AT> gentoo.org> NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index adcf65b6f3..6ef9c47391 100644 --- a/NEWS +++ b/NEWS @@ -9,7 +9,8 @@ Release notes take the form of the following optional categories: portage-3.0.58 (UNRELEASED) -------------- -TODO +Breaking changes: +* Switch BINPKG_FORMAT to "gpkg" by default (bug #912672). portage-3.0.57 (2023-12-10) --------------