diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-06 13:22:10 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-06 14:04:20 +0300 |
commit | 691a2d35ff9cd1ff7693fce22fba1707c2d3115f (patch) | |
tree | f3de96ccb12ed986721bedefde4de591f59d15de | |
parent | bash-completion: suppress error message outside git repository (diff) | |
download | pkgcore-master.tar.gz pkgcore-master.tar.bz2 pkgcore-master.zip |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | NEWS.rst | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -3,6 +3,18 @@ Release Notes ============= ---------------------------- +pkgcore 0.12.28 (2024-09-06) +---------------------------- + +- ebuild.profiles: fix case where a parent path omits the repository identifier + (James Le Cuirot, #435) + +- bash completion: improve path handling for pquery (Arthur Zamarin) + +- bash completion: suppress error message outside git repository (Koichi Murase + #436) + +---------------------------- pkgcore 0.12.27 (2024-03-27) ---------------------------- |