commit: bb7aaf633ef248049ac7ba46cab02f2ca70df32f Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Nov 20 03:17:06 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Nov 20 03:17:06 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=bb7aaf63
NEWS: update for recent changes Signed-off-by: Sam James <sam <AT> gentoo.org> NEWS | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/NEWS b/NEWS index 7c96eef7e..7b97f2a86 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +portage-3.0.40 (UNRELEASED) +-------------- + +Features: +* /etc/portage/sets.conf can now be a directory. Ditto for the Portage extension + supporting sets.conf in ebuild repositories. + +* Tests added for VariableSet changes to check @golang-rebuild works as + intended. + +Bug fixes: +* Clobber repositories using sync-type=git to match rsync behavior. This + helps with issues where git-synced repositories can become confused + if the remote is a CDN and then starts to diverge, preventing further + syncs. + +* Fix DeprecationWarning in sets. + portage-3.0.39 (2022-11-20) --------------
