Updates for a release
diff --git a/NEWS b/NEWS
index 2f87a3e..10df908 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,12 @@
 
 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 @@
 
 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',