commit:     e148b48dd42c910d833af51f0b81f3b929f23375
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Mon May 18 22:41:28 2015 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Mon May 18 22:41:28 2015 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=e148b48d

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 2f87a3e..10df908 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 ecf16f2..285f6d5 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 0808343..b1e83b0 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 = '[email protected]',

Reply via email to