From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-801184-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 355DD138CD0
	for <garchives@archives.gentoo.org>; Mon, 18 May 2015 23:20:23 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 07CDFE09EA;
	Mon, 18 May 2015 23:19:51 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id A9CEFE09EA
	for <gentoo-commits@lists.gentoo.org>; Mon, 18 May 2015 23:19:50 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 0FEA534086C
	for <gentoo-commits@lists.gentoo.org>; Mon, 18 May 2015 23:19:50 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 52A849F6
	for <gentoo-commits@lists.gentoo.org>; Mon, 18 May 2015 23:19:47 +0000 (UTC)
From: "Brian Dolbec" <dolsen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" <dolsen@gentoo.org>
Message-ID: <1431988888.e148b48dd42c910d833af51f0b81f3b929f23375.dolsen@gentoo>
Subject: [gentoo-commits] proj/portage:master commit in: /
X-VCS-Repository: proj/portage
X-VCS-Files: NEWS RELEASE-NOTES setup.py
X-VCS-Directories: /
X-VCS-Committer: dolsen
X-VCS-Committer-Name: Brian Dolbec
X-VCS-Revision: e148b48dd42c910d833af51f0b81f3b929f23375
X-VCS-Branch: master
Date: Mon, 18 May 2015 23:19:47 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 493927b7-efd0-4334-881c-514c4ab28e6e
X-Archives-Hash: 269db50ce3d189900e13276b828c8491

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 = 'dev-portage@gentoo.org',