commit: 54b0a13e32e040952d9439b603cbc8dfc9f87b02 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Dec 31 14:24:05 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Dec 31 14:25:09 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=54b0a13e
NEWS: update Signed-off-by: Sam James <sam <AT> gentoo.org> NEWS | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 3dda33ea1..77fd317b7 100644 --- a/NEWS +++ b/NEWS @@ -5,13 +5,16 @@ Features: * TODO Bug fixes: -* Rewrite Whirlpool implementation as a C extension to substantially improve +* checksum: Rewrite Whirlpool implementation as a C extension to substantially improve performance. This only takes effect with OpenSSL 3 and newer. See bug #885909. Whirlpool is considered deprecated within Portage and we recommend that repository maintainers remove it from `metadata/layout.conf`! -* Fix "is shallow git repository" check. +* sync: git: Fix "is shallow git repository" check. + +* bin/*: Rewrite signal handling which will now correctly rethrow SIGINT + and not confuse shells. See bug #887817. portage-3.0.42 (2022-12-26) --------------
