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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 603671584AD for ; Sat, 12 Apr 2025 22:10:38 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 4D618343095 for ; Sat, 12 Apr 2025 22:10:38 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 4C73A1102BD; Sat, 12 Apr 2025 22:10:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 429871102BD for ; Sat, 12 Apr 2025 22:10:37 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0178C343092 for ; Sat, 12 Apr 2025 22:10:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 583831BEE for ; Sat, 12 Apr 2025 22:10:35 +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: <1744495816.980d76b4160ba58da2efae1ceefbde9c04aff71d.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: NEWS meson.build X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 980d76b4160ba58da2efae1ceefbde9c04aff71d X-VCS-Branch: master Date: Sat, 12 Apr 2025 22:10:35 +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: bcfbc643-2e15-4981-9b46-f036ee106fc5 X-Archives-Hash: a98fb62e24f7a866573440246edfad41 commit: 980d76b4160ba58da2efae1ceefbde9c04aff71d Author: Sam James gentoo org> AuthorDate: Sat Apr 12 22:10:16 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 12 22:10:16 2025 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=980d76b4 NEWS, meson.build: prepare for portage-3.0.68 Signed-off-by: Sam James gentoo.org> NEWS | 13 ++++++++++++- meson.build | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index a380e0c92e..05d752e324 100644 --- a/NEWS +++ b/NEWS @@ -6,13 +6,24 @@ Release notes take the form of the following optional categories: * Bug fixes * Cleanups -portage-3.0.68 (UNRELEASED) +portage-3.0.68 (2025-04-12) -------------- Features: * Allow "portageq envvar" to treat a trailing * as a wildcard, matching multiple variables. Useful for multilib. +* Show package category, name, and repository before global-scope messages. + +* Add FEATURES=export-pms-vars (default-enabled for <= EAPI 8) (bug #721088). + +Bug fixes: +* man: make.conf(5): Improve ccache documentation. + +* selinux: Use FEATURES=selinux rather than probing USE=selinux. + +* getname: Handle None remotepkgs (bug #948643). + portage-3.0.67 (2025-01-22) -------------- diff --git a/meson.build b/meson.build index da142a8e4f..6db42be16a 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'portage', 'c', - version : '3.0.67', + version : '3.0.68', license : 'GPL-2.0-or-later', meson_version : '>=0.58.0' )