commit: 9de2990a25b672c72a4d16a64a7ac4bfe0b613d1 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Tue Oct 4 11:24:01 2022 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Tue Oct 4 11:27:56 2022 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgcheck.git/commit/?id=9de2990a
new release 0.10.16 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> NEWS.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 1e2ac0a9..ce3a9e88 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,19 @@ Release Notes ============= +---------------------------- +pkgcheck 0.10.16 (2022-10-04) +---------------------------- + +- StaticSrcUri: handle more cases of static URI and offer replacements (Arthur + Zamarin, #453) + +- scan: respect jobs count from MAKEOPTS (Arthur Zamarin, #449) + https://bugs.gentoo.org/799314 + +- ProfilesCheck: new check for no-op ``package.mask`` entries which negates + non-existent mask in parents profiles (Arthur Zamarin, #456) + ---------------------------- pkgcheck 0.10.15 (2022-09-16) ----------------------------
