aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2021-05-22 15:12:25 -0600
committerTim Harder <radhermit@gmail.com>2021-05-22 15:12:25 -0600
commit59a9fc78142eac96d55f0cbe47b9f028669480ca (patch)
treec12a662178e574392fd22ea233d2d9daa5591113 /NEWS.rst
parentebuild.ebd_ipc: use better variable name for dosym relative option (diff)
downloadpkgcore-59a9fc78142eac96d55f0cbe47b9f028669480ca.tar.gz
pkgcore-59a9fc78142eac96d55f0cbe47b9f028669480ca.tar.bz2
pkgcore-59a9fc78142eac96d55f0cbe47b9f028669480ca.zip
update news and bump versionv0.12.0
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst23
1 files changed, 23 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 9c49f696..de32993a 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -3,6 +3,29 @@ Release Notes
=============
---------------------------
+pkgcore 0.12.0 (2021-05-22)
+---------------------------
+
+- Add initial EAPI 8 support.
+
+- pkgcore.ebuild.formatter: Drop paludis formatter support.
+
+- pkgcore.ebuild.processor: Register ebd cleanup signal handlers on the main
+ thread during init to avoid inadvertent issues with 3rd party usage (e.g.
+ pkgcore pytest plugin gets autoloaded).
+
+- Rework fetch support to allow custom DISTDIR targets.
+
+- pmaint: Drop mirror subcommand support.
+
+- pshowkw: Move to ``pkgdev showkw``.
+
+- Simplify config-related options by dropping --empty-config in favor of using
+ false-valued boolean args to --config. For example, use ``--config no`` or
+ ``--config false`` to disable loading the system config where previously
+ --empty-config would be used.
+
+---------------------------
pkgcore 0.11.8 (2021-03-27)
---------------------------