summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2015-11-24 15:20:00 -0800
committerBrian Dolbec <dolsen@gentoo.org>2015-11-24 15:20:00 -0800
commit8803383e7757a1e09f9af05e0e25c90182fa1550 (patch)
tree66539dcd7ca85c233969b58c3d53ab54a4dcbfa2
parentdepgraph: autounmask for conditional USE deps (bug 566704) (diff)
downloadportage-8803383e7757a1e09f9af05e0e25c90182fa1550.tar.gz
portage-8803383e7757a1e09f9af05e0e25c90182fa1550.tar.bz2
portage-8803383e7757a1e09f9af05e0e25c90182fa1550.zip
Updates for the 2.2.26 releasev2.2.26
-rw-r--r--RELEASE-NOTES12
-rwxr-xr-xsetup.py2
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:
diff --git a/setup.py b/setup.py
index 0f08f5486..3c0ce0cc7 100755
--- a/setup.py
+++ b/setup.py
@@ -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',