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: Fri, 09 Oct 2015 15:00:11
Message-Id: 1444268631.39cc561ed9989798f78eacf42052ff276da1497b.dolsen@gentoo
1 commit: 39cc561ed9989798f78eacf42052ff276da1497b
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 8 01:43:51 2015 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 8 01:43:51 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=39cc561e
7
8 Updates for a release
9
10 RELEASE-NOTES | 14 ++++++++++++++
11 setup.py | 2 +-
12 2 files changed, 15 insertions(+), 1 deletion(-)
13
14 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
15 index b26ba20..11b18a9 100644
16 --- a/RELEASE-NOTES
17 +++ b/RELEASE-NOTES
18 @@ -1,6 +1,20 @@
19 Release Notes; upgrade information mainly.
20 Features/major bugfixes are listed in NEWS
21
22 +portage-2.2.23
23 +==================================
24 +* Bug Fixes:
25 + - Bug 561474 Add check that we need commit signing
26 + - Bug 561596 Fix typo in function call
27 + - Bug 561264 AbstractEbuildProcess: remove cgroup with release_agent
28 + SyncRepos.async: group sync and callback as composite task
29 + - Bug 554084 unpack: use chmod-lite helper
30 + - Bug 562108 repoman/argparser.py: _unicode_decode the commitmsg
31 + - Bug 561846 dohtml: handle unicode
32 + - Bug 534022 scanner.py: Fix options.output_style for column output
33 +* Add icecream feature support
34 +
35 +
36 portage-2.2.22
37 ==================================
38 * Bug Fixes:
39
40 diff --git a/setup.py b/setup.py
41 index ec43cfd..fda95db 100755
42 --- a/setup.py
43 +++ b/setup.py
44 @@ -612,7 +612,7 @@ def get_manpages():
45
46 setup(
47 name = 'portage',
48 - version = '2.2.22',
49 + version = '2.2.23',
50 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
51 author = 'Gentoo Portage Development Team',
52 author_email = 'dev-portage@g.o',