From e148b48dd42c910d833af51f0b81f3b929f23375 Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Mon, 18 May 2015 15:41:28 -0700 Subject: Updates for a release --- NEWS | 6 ++++++ RELEASE-NOTES | 11 +++++++++++ setup.py | 2 +- 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2f87a3e02..10df908c2 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ News (mainly features/major bug fixes) +portage-2.2.19 +------------- +* The squashdelta sync module was removed for separate installation + and development work + + portage-2.2.19 ------------- * websync module now fully renamed to webrsync diff --git a/RELEASE-NOTES b/RELEASE-NOTES index ecf16f28f..285f6d526 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,6 +1,17 @@ Release Notes; upgrade information mainly. Features/major bugfixes are listed in NEWS +portage-2.2.20 +================================== +* Bug Fixes: + - Bug 539510 make.conf: point people to ccache(1) for cache size details + - Bug 549666 binarytree.get_pkgindex_uri: handle --gebinpkg=n + - Bug 549616 egencache --update-pkg-desc-index: handle read-only repo + - Bug 549826 portage/sync/modules/rsync: Fix UnicodeDecodeError: + - Bug 534022 bin/repoman: Use pformat and newlines to *DEPEND output + for clarity + + portage-2.2.19 ================================== * New repoman --straight-to-stable, -S option diff --git a/setup.py b/setup.py index 0808343c3..b1e83b0ba 100755 --- a/setup.py +++ b/setup.py @@ -612,7 +612,7 @@ def get_manpages(): setup( name = 'portage', - version = '2.2.19', + version = '2.2.20', url = 'https://wiki.gentoo.org/wiki/Project:Portage', author = 'Gentoo Portage Development Team', author_email = 'dev-portage@gentoo.org', -- cgit v1.2.3-65-gdbad