diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-08-05 10:39:39 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-08-05 10:39:39 +0300 |
commit | 6e49f75d97ededac164ed1897b022df10270cfb1 (patch) | |
tree | 39fd43bb078bdc0ff77d6cf213aecc124c5843ff | |
parent | bash-completion: --pkgset for pquery (diff) | |
download | pkgcore-6e49f75d97ededac164ed1897b022df10270cfb1.tar.gz pkgcore-6e49f75d97ededac164ed1897b022df10270cfb1.tar.bz2 pkgcore-6e49f75d97ededac164ed1897b022df10270cfb1.zip |
new release 0.12.22v0.12.22
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | NEWS.rst | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -3,6 +3,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) ---------------------------- |