commit:     8803383e7757a1e09f9af05e0e25c90182fa1550
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 24 23:20:00 2015 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Tue Nov 24 23:20:00 2015 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=8803383e

Updates for the 2.2.26 release

 RELEASE-NOTES | 12 ++++++++++++
 setup.py      |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 69d96e8..6a81495 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 0f08f54..3c0ce0c 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 = '[email protected]',

Reply via email to