aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2015-10-07 18:43:51 -0700
committerBrian Dolbec <dolsen@gentoo.org>2015-10-07 18:43:51 -0700
commit39cc561ed9989798f78eacf42052ff276da1497b (patch)
tree57f4a6e0ef0e104119da0ec13020411262863bc4
parentdoebuild.py: Remove unused imports and variables (diff)
downloadportage-39cc561e.tar.gz
portage-39cc561e.tar.bz2
portage-39cc561e.zip
Updates for a releasev2.2.23
-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',