commit: 6af32fd9ec831dc138a519d6a201ee8fd5315dad Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Tue Oct 4 08:54:16 2022 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Tue Oct 4 10:19:42 2022 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgcore.git/commit/?id=6af32fd9
new release v0.12.16 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> NEWS.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index b92ef71a9..3358a795c 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,18 @@ Release Notes ============= +---------------------------- +pkgcore 0.12.16 (2022-10-04) +---------------------------- + +- portage_conf: fix timeout settings for rsync (#368, Arthur Zamarin) + +- fetch.custom: fix commands with `\` variable escaping (Arthur Zamarin) + https://github.com/pkgcore/pkgdev/issues/94 + +- repository: check issues with distdir only if fetch failed (Arthur Zamarin) + https://github.com/pkgcore/pkgdev/issues/99 + ---------------------------- pkgcore 0.12.15 (2022-09-30) ----------------------------
