aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2021-01-27 20:11:41 -0700
committerTim Harder <radhermit@gmail.com>2021-01-27 20:12:26 -0700
commitb8001baafb801d9e5232e57cb3a49aca3f1d2722 (patch)
tree3a57f5430a81563ba189207f05a54ac2a37348cf /NEWS.rst
parentPortageConfig: fix make.profile symlink handling (diff)
downloadpkgcore-b8001baafb801d9e5232e57cb3a49aca3f1d2722.tar.gz
pkgcore-b8001baafb801d9e5232e57cb3a49aca3f1d2722.tar.bz2
pkgcore-b8001baafb801d9e5232e57cb3a49aca3f1d2722.zip
update newsv0.11.0
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst31
1 files changed, 31 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index c8b48e25..9d917b19 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -2,6 +2,37 @@
Release Notes
=============
+---------------------------
+pkgcore 0.11.0 (2021-01-27)
+---------------------------
+
+- pkgcore.ebuild.conditionals: Add __eq__() and __ne__() support
+ for DepSet objects.
+
+- Catch bash stderr output during sourcing for python error
+ messages (#277).
+
+- pmaint eclass: Add initial subcommand that supports eclassdoc
+ generation.
+
+- pkgcore.ebuild.eclass: Provide support to convert eclassdoc
+ objects to rst, manpage, and html formats.
+
+- Inject direct ebuild inherits into metadata cache using the
+ 'INHERIT' key. This is used by pkgcheck inherit checks.
+
+- Make the base profile node respect profile-formats settings (#293).
+
+- Keep inherit order for inherited eclasses instead of sorting them
+ lexically in the metadata cache. The inherit order used by bash
+ is useful information for pkgcheck and related tools.
+
+- EbdError: Add die context for non-helper errors to error message.
+ This should help give users more context when die() is called
+ from ebuilds or eclasses.
+
+- Drop support for python 3.6 and 3.7.
+
----------------------------
pkgcore 0.10.14 (2020-12-04)
----------------------------