commit: 6f9eabbdda27ff6727e8b787605c23c620cb0c43 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat Apr 22 17:13:57 2023 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Apr 22 17:13:57 2023 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=6f9eabbd
new release 0.2.6 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> NEWS.rst | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 9638ee6..e61c249 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,31 @@ Release Notes ============= +pkgdev 0.2.6 (2023-04-22) +------------------------- + +**New Features:** + +- pkgdev bugs: query for existing open bugs (Arthur Zamarin) + +- pkgdev bugs: support piping package list from stdin (Arthur Zamarin, #136) + +- git: declare ``PKGDEV=1`` environment variable for git commands (Arthur + Zamarin, #133) + +**Fixed bugs:** + +- pkgdev bugs: handle correctly merge on new keywords of starting point (Arthur + Zamarin) + +- pkgdev bugs: fix spelling of agent noun for 'file' (Arsen Arsenović, #135) + +- pkgdev bugs: better error message when package not found (Arthur Zamarin, + #134) + +- pkgdev bugs: fix restriction passing to ``find_best_match`` (Arthur Zamarin, + #131) + pkgdev 0.2.5 (2023-03-11) -------------------------
