Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: /
Date: Tue, 24 Nov 2015 23:24:32
Message-Id: 1448407200.8803383e7757a1e09f9af05e0e25c90182fa1550.dolsen@gentoo
1 commit: 8803383e7757a1e09f9af05e0e25c90182fa1550
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 24 23:20:00 2015 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 24 23:20:00 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=8803383e
7
8 Updates for the 2.2.26 release
9
10 RELEASE-NOTES | 12 ++++++++++++
11 setup.py | 2 +-
12 2 files changed, 13 insertions(+), 1 deletion(-)
13
14 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
15 index 69d96e8..6a81495 100644
16 --- a/RELEASE-NOTES
17 +++ b/RELEASE-NOTES
18 @@ -1,6 +1,18 @@
19 Release Notes; upgrade information mainly.
20 Features/major bugfixes are listed in NEWS
21
22 +portage-2.2.26
23 +==================================
24 +* Bug Fixes:
25 + - Bug 566372 enable absolute_import
26 + fix python2.7 setlocale ValueError
27 + - Bug 566414 SpawnProcess: make _cancel kill all processes in cgroup
28 + - Bug 566420 SpawnProcess: re-check cgroup.procs until empty
29 + - Bug 566654 einstalldocs: use lazy docinto calls (prevent empty dir)
30 + - Bug 566132 SyncManager: redirect command stderr to stdout
31 + - Bug 566704 depgraph: autounmask for conditional USE deps
32 +* other EAPI 6 code changes: eapply_user, several corrections
33 +
34 portage-2.2.25
35 ==================================
36 * Bug Fixes:
37
38 diff --git a/setup.py b/setup.py
39 index 0f08f54..3c0ce0c 100755
40 --- a/setup.py
41 +++ b/setup.py
42 @@ -615,7 +615,7 @@ def get_manpages():
43
44 setup(
45 name = 'portage',
46 - version = '2.2.25',
47 + version = '2.2.26',
48 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
49 author = 'Gentoo Portage Development Team',
50 author_email = 'dev-portage@g.o',