commit: 6e49f75d97ededac164ed1897b022df10270cfb1 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat Aug 5 07:39:39 2023 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Aug 5 07:39:39 2023 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgcore.git/commit/?id=6e49f75d
new release 0.12.22 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> NEWS.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 4f8ffe7e3..f35743245 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,22 @@ Release Notes ============= +---------------------------- +pkgcore 0.12.22 (2023-08-05) +---------------------------- + +- manifest: fix missing errors when all ebuilds for a package are masked as bad. + This fixes a long standing bug that ``pkgdev manifest`` wasn't working + without any helpful error messages when all ebuilds for a package fail to + source. (YiFei Zhu, Eric Huber, #406) + +- multiplex.tree: fix config name and type (Arthur Zamarin) + +- pkgsets.glsa: exclude metadata files from warning (Arthur Zamarin) + +- manifest: pass ``$PATH`` environment variable to calls of ``FETCHCOMMAND`` + (Arthur Zamarin, https://github.com/pkgcore/pkgdev/issues/145) + ---------------------------- pkgcore 0.12.21 (2023-04-21) ----------------------------
