commit: af43d486ab0eaf5520278fd7ae2a77fb756f8ca5 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Wed Mar 1 19:29:50 2023 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Wed Mar 1 19:44:48 2023 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgcore.git/commit/?id=af43d486
new release 0.12.20 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> NEWS.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 5f34825b6..a9fefae1a 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,24 @@ Release Notes ============= +---------------------------- +pkgcore 0.12.20 (2023-03-01) +---------------------------- + +- domain: add support for ``-*`` and ``USE_EXPAND: -*`` syntax for packages.use + like files (Arthur Zamarin, #393, #397) + +- ebuild/test_eapi: fix tests artifacts in EBD_PATH + (Arthur Zamarin, https://bugs.gentoo.org/888685) + +- ebuild.repository: fix traversal from root of overlays (Arthur Zamarin, + https://github.com/pkgcore/pkgcheck/issues/418) + +- metadata.xsd: import ``kde-invent`` remote-ids (Sam James, #399) + +- various code cleanups, refactoring and modernization (Arthur Zamarin, Brian + Harring) + ---------------------------- pkgcore 0.12.19 (2023-01-19) ----------------------------
