diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2015-05-18 15:41:28 -0700 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2015-05-18 15:41:28 -0700 |
commit | e148b48dd42c910d833af51f0b81f3b929f23375 (patch) | |
tree | 89deecc6178573b62215efa5e71a5ad4ab482575 | |
parent | man: Document repoman --straight-to-stable (diff) | |
download | portage-2.2.20.tar.gz portage-2.2.20.tar.bz2 portage-2.2.20.zip |
Updates for a releasev2.2.20
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | RELEASE-NOTES | 11 | ||||
-rwxr-xr-x | setup.py | 2 |
3 files changed, 18 insertions, 1 deletions
@@ -2,6 +2,12 @@ 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 * New squashdelta sync module for downloading full or updates for a squasfs tree requires dev-util/squashmerge be installed 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 @@ -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', |