aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2019-12-20 15:46:03 -0700
committerTim Harder <radhermit@gmail.com>2019-12-20 15:46:03 -0700
commit19d92f54143aeca5af0d69b48883c49d7b289175 (patch)
treeba615a09aee8f96c78c8f296c6b3fa638669e231 /NEWS.rst
parentrepository.prototype: use frozenset instead of tuple for pkg_masks stub (diff)
downloadpkgcore-19d92f54143aeca5af0d69b48883c49d7b289175.tar.gz
pkgcore-19d92f54143aeca5af0d69b48883c49d7b289175.tar.bz2
pkgcore-19d92f54143aeca5af0d69b48883c49d7b289175.zip
update newsv0.10.9
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index cc5dc259..a0852f04 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -3,6 +3,21 @@ Release Notes
=============
---------------------------
+pkgcore 0.10.9 (2019-12-20)
+---------------------------
+
+- pkgcore.ebuild.repository: Add category_dirs attribute to return the set of
+ existing categories from a repo.
+
+- Allow unicode in metadata/layout.conf for repos.
+
+- Ignore inline comments when parsing ebuild inherit lines for directly
+ inherited eclasses.
+
+- Log errors in profiles/package.* files instead of raising ProfileError
+ exceptions so pkgcheck can properly flag them.
+
+---------------------------
pkgcore 0.10.8 (2019-11-30)
---------------------------