Skip to content

Commit

Permalink
NEWS: update
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Dec 1, 2023
1 parent f3f8e1d commit e9489f4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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).

Expand All @@ -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.

Expand Down

0 comments on commit e9489f4

Please sign in to comment.