diff options
author | 2015-11-24 15:20:00 -0800 | |
---|---|---|
committer | 2015-11-24 15:20:00 -0800 | |
commit | 8803383e7757a1e09f9af05e0e25c90182fa1550 (patch) | |
tree | 66539dcd7ca85c233969b58c3d53ab54a4dcbfa2 | |
parent | depgraph: autounmask for conditional USE deps (bug 566704) (diff) | |
download | portage-2.2.26.tar.gz portage-2.2.26.tar.bz2 portage-2.2.26.zip |
Updates for the 2.2.26 releasev2.2.26
-rw-r--r-- | RELEASE-NOTES | 12 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 13 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 69d96e87a..6a81495df 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,6 +1,18 @@ Release Notes; upgrade information mainly. Features/major bugfixes are listed in NEWS +portage-2.2.26 +================================== +* Bug Fixes: + - Bug 566372 enable absolute_import + fix python2.7 setlocale ValueError + - Bug 566414 SpawnProcess: make _cancel kill all processes in cgroup + - Bug 566420 SpawnProcess: re-check cgroup.procs until empty + - Bug 566654 einstalldocs: use lazy docinto calls (prevent empty dir) + - Bug 566132 SyncManager: redirect command stderr to stdout + - Bug 566704 depgraph: autounmask for conditional USE deps +* other EAPI 6 code changes: eapply_user, several corrections + portage-2.2.25 ================================== * Bug Fixes: @@ -615,7 +615,7 @@ def get_manpages(): setup( name = 'portage', - version = '2.2.25', + version = '2.2.26', url = 'https://wiki.gentoo.org/wiki/Project:Portage', author = 'Gentoo Portage Development Team', author_email = 'dev-portage@gentoo.org', |