diff options
author | Tim Harder <radhermit@gmail.com> | 2021-05-22 15:12:25 -0600 |
---|---|---|
committer | Tim Harder <radhermit@gmail.com> | 2021-05-22 15:12:25 -0600 |
commit | 59a9fc78142eac96d55f0cbe47b9f028669480ca (patch) | |
tree | c12a662178e574392fd22ea233d2d9daa5591113 /NEWS.rst | |
parent | ebuild.ebd_ipc: use better variable name for dosym relative option (diff) | |
download | pkgcore-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.rst | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -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) --------------------------- |