summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2015-05-18 15:41:28 -0700
committerBrian Dolbec <dolsen@gentoo.org>2015-05-18 15:41:28 -0700
commite148b48dd42c910d833af51f0b81f3b929f23375 (patch)
tree89deecc6178573b62215efa5e71a5ad4ab482575
parentman: Document repoman --straight-to-stable (diff)
downloadportage-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--NEWS6
-rw-r--r--RELEASE-NOTES11
-rwxr-xr-xsetup.py2
3 files changed, 18 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2f87a3e02..10df908c2 100644
--- a/NEWS
+++ b/NEWS
@@ -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
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',