aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-02-22 07:13:47 +0000
committerSam James <sam@gentoo.org>2024-02-22 07:14:26 +0000
commit8a160730f4e68a9f296e58d50fd70aba0a43e214 (patch)
treee7c01f572a246bcfde9ad03dc8f581038182043c /NEWS
parentEbuildPhase: async_check_locale (diff)
downloadportage-8a160730f4e68a9f296e58d50fd70aba0a43e214.tar.gz
portage-8a160730f4e68a9f296e58d50fd70aba0a43e214.tar.bz2
portage-8a160730f4e68a9f296e58d50fd70aba0a43e214.zip
NEWS: update
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS48
1 files changed, 46 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 396723d8a..46ab2fc5f 100644
--- a/NEWS
+++ b/NEWS
@@ -9,9 +9,53 @@ Release notes take the form of the following optional categories:
portage-3.0.62 (UNRELEASED)
--------------
+A lot of asyncio fixes from Zac to kill off unsafe fork use (not reflected here,
+at least for now, to make clear the user-visible changes in this release) and
+a lot of misc. bug fixes.
+
Features:
-* cnf: make.conf.example.arc: add for the arc arch.
-* ELF: add entries for ARC machines
+* cnf: make.conf.example.arc: Add for the arc arch.
+
+* ELF: Add entries for ARC machines
+
+* bintree: Use urllib to parse PORTAGE_BINHOST / sync-uri so IPv6 works (bug #921400).
+
+* FEATURES: Add FEATURES="merge-wait", enabled by default, to control whether
+ we do parallel merges of images to the live filesystem (bug #663324).
+
+ If enabled, we serialize these merges.
+
+ For now, this makes FEATURES="parallel-install" a no-op, but in future, it
+ will be improved to allow parallel merges, just not while any packages are
+ compiling.
+
+* estrip: Add FEATURES="dedupdebug" (bug #906368).
+
+ This uses sys-devel/dwz to deduplicate installed DWARF debug information.
+
+ Future improvements may be made for multifile support.
+
+* Support PROPERTIES="test_privileged" to not drop privileges for tests (bug #924585).
+
+Bug fixes:
+* vartree: Make _needs_move() resilient to corrupt files on the live filesystem
+ (do a full copy/replace).
+
+* binpkgs: Handle SignatureException during package moves (bug #922142).
+
+* gpkg, bintree, binpkg: Add missing newlines to signed binpkg update notice.
+
+* emerge: Backtrack consistently regardless of --fetchonly (bug #922038).
+
+* emaint: Cleanup duplicate 'usage:' output.
+
+* installed_dynlibs: Resolve *.so symlinks (bug #921170).
+
+* bin: Consistently prefix eqawarn with 'QA Notice' (bug #728046).
+
+* _overlap_dnf: Deduplicate any-of blocks which improves performance (bug #891137).
+
+* tests: Handle larger PAGE_SIZE in environment size check (bug #923368).
portage-3.0.61 (2024-01-05)
--------------