summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RELEASE-NOTES14
-rwxr-xr-xsetup.py2
2 files changed, 15 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index b26ba208e..11b18a9c2 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 ec43cfdb0..fda95dbe3 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 = 'dev-portage@gentoo.org',