aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-12-01 02:33:41 +0000
committerSam James <sam@gentoo.org>2023-12-01 02:33:43 +0000
commite9489f47523ac07f47d51768ff519c496ca841b0 (patch)
tree42e32211b266b6fecebf7b5e7887ce2785df24f9 /NEWS
parentNEWS: update (diff)
downloadportage-e9489f47523ac07f47d51768ff519c496ca841b0.tar.gz
portage-e9489f47523ac07f47d51768ff519c496ca841b0.tar.bz2
portage-e9489f47523ac07f47d51768ff519c496ca841b0.zip
NEWS: update
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 7 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 97409d586..0f7cef12f 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,9 @@ Release notes take the form of the following optional categories:
portage-3.0.56 (UNRELEASED)
--------------
+In particular, this release improves dependency resolution robustness in
+a few scenarios.
+
Breaking changes:
* ebuild: no longer implicitly set NOCOLOR and NO_COLOR when color output
is disabled for emerge itself. In order to obtain color-free logs, please
@@ -18,13 +21,12 @@ Features:
* sync: git: Add sync-git-verify-max-age-days option.
Bug fixes:
-* ebuild: Add missing newlines in error messages.
-
* resolver: Handle merge order correctly for some circular dependencies
(e.g. app-alternatives/gzip with app-arch/pigz and sys-libs/zlib)
(bug #690436, bug #917259).
-* resolver: Adjust priorities to fix wrong merge order (bug #918683).
+* resolver: Adjust priorities to fix wrong merge order
+ (e.g. net-misc/curl with net-libs/nghttp2) (bug #918683).
* resolver: Optimize find_smallest_cycle (bug #918682).
@@ -35,6 +37,8 @@ Bug fixes:
* emerge: Give output referring to emerge-fetch.log for FEATURES="parallel-fetch"
while waiting for binpkgs (bug #760893).
+* ebuild: Add missing newlines in error messages.
+
Cleanups:
* tests: Add pytest markers: ft, unit and stress.