summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-01-19 21:01:06 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2023-01-19 21:35:24 +0200
commit6025a271acdf2759b839e50e2fbc96eb3f67bf20 (patch)
tree91f221297669ca2e29bd8d3dfb750a99cfffdffa
parentrefactor(portage_conf): Use f'' syntax for GENTOO_MIRRORS listcomp (diff)
downloadpkgcore-0.12.19.tar.gz
pkgcore-0.12.19.tar.bz2
pkgcore-0.12.19.zip
new release 0.12.19v0.12.19
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--NEWS.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 5499db7d..5f34825b 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -3,6 +3,22 @@ Release Notes
=============
----------------------------
+pkgcore 0.12.19 (2023-01-19)
+----------------------------
+
+- re-add Brian Harring as author for pkgcore
+
+- properly close open file handlers during tests (Arthur Zamarin)
+
+- various code cleanups, refactoring and modernization (Brian Harring)
+
+- domain: fix parsing of multiple USE_EXAPNDs
+ (Arthur Zamarin, #391, https://bugs.gentoo.org/891409)
+
+- portage_conf: add support for make.profile as its own directory, behaving as
+ specialized user profile (Arthur Zamarin, #390)
+
+----------------------------
pkgcore 0.12.18 (2022-12-27)
----------------------------