aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-06-16 04:15:44 +0100
committerSam James <sam@gentoo.org>2023-06-16 04:34:46 +0100
commitc5fe39fa9bae5f77e50b8130fbf66b9865e9d1b0 (patch)
treef74c230c551a5a1e8b4c8c46ba747ef816e61b4c
parentdepgraph: Do not allow slotted deps to be satisfied by wrong slots (diff)
downloadportage-c5fe39fa.tar.gz
portage-c5fe39fa.tar.bz2
portage-c5fe39fa.zip
NEWS: update
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--NEWS17
1 files changed, 14 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index f3afbc366..cb68579f4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,23 @@
+portage-3.0.49 (UNRELEASED)
+--------------
+
Bug fixes:
+* Adjust write tests for DISTDIR and PORTAGE_TMPDIR to work with automount
+ directories (bug #485100, bug #890812).
+
+* depgraph: Don't ignore downgrades as missed_updates (bug #622270).
+
+* depgraph: Do not allow slotted deps to be satisfied by wrong slots
+ (bug #463976, bug #592880, bug #596664, bug #631490, bug #764365, bug #793992).
+
+ This is the notorious "Perl rebuild" bug where Perl modules would get rebuilt
+ _before_ a new dev-lang/perl and therefore be broken at runtime.
+
* dosym: Prevent globbing of argument in dosym_canonicalize().
* emerge-webrsync: Give a nicer error message if the requested key isn't
on the filesystem (bug #905868).
-* Adjust write tests for DISTDIR and PORTAGE_TMPDIR to work with automount
- directories (bug #485100, bug #890812).
-
* glsa-check: appropriately handle more error cases with invalid GLSAs
(bug #905660)