diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-06 14:33:44 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-06 15:03:25 +0300 |
commit | f9cd758598daa193376c0a326f07b7963e85a33d (patch) | |
tree | 15f325bc04dc6f5c4c845d72b6c02eb9cc76f597 | |
parent | bash completion: replace deprecated _init_completion (diff) | |
download | pkgdev-main.tar.gz pkgdev-main.tar.bz2 pkgdev-main.zip |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | NEWS.rst | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -2,6 +2,19 @@ Release Notes ============= +pkgdev 0.2.11 (2024-09-06) +------------------------- + +- bash completion: improve path handling (Arthur Zamarin) + +- mask: update removal line to match GLEP-84 (Arthur Zamarin) + +- mask: support auto filing of last-rite bug & PMASKED bugs (Arthur Zamarin, #187) + +- mask: support comma separated bugs for ``-b`` and ``--bug`` (Arthur Zamarin) + +- tatt: fix template generating extra empty file (Arthur Zamarin) + pkgdev 0.2.10 (2024-03-12) ------------------------- |