commit: 39cc561ed9989798f78eacf42052ff276da1497b
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 8 01:43:51 2015 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Thu Oct 8 01:43:51 2015 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=39cc561e
Updates for a release
RELEASE-NOTES | 14 ++++++++++++++
setup.py | 2 +-
2 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index b26ba20..11b18a9 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,20 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+portage-2.2.23
+==================================
+* Bug Fixes:
+ - Bug 561474 Add check that we need commit signing
+ - Bug 561596 Fix typo in function call
+ - Bug 561264 AbstractEbuildProcess: remove cgroup with release_agent
+ SyncRepos.async: group sync and callback as composite task
+ - Bug 554084 unpack: use chmod-lite helper
+ - Bug 562108 repoman/argparser.py: _unicode_decode the commitmsg
+ - Bug 561846 dohtml: handle unicode
+ - Bug 534022 scanner.py: Fix options.output_style for column output
+* Add icecream feature support
+
+
portage-2.2.22
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index ec43cfd..fda95db 100755
--- a/setup.py
+++ b/setup.py
@@ -612,7 +612,7 @@ def get_manpages():
setup(
name = 'portage',
- version = '2.2.22',
+ version = '2.2.23',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = '[email protected]',