summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2019-02-11 11:32:51 -0800
committerZac Medico <zmedico@gentoo.org>2019-02-11 11:33:03 -0800
commitec7b9e1ca5dd9fc4d14ca09dd6f21f402024a0ca (patch)
treea599a0919f6a6c3f7137b64f7fd7404916a99ac2
parentlocks: handle lock file removal on NFS (bug 636798) (diff)
downloadportage-2.3.60.tar.gz
portage-2.3.60.tar.bz2
portage-2.3.60.zip
Updates for portage-2.3.60 releaseportage-2.3.60
Signed-off-by: Zac Medico <zmedico@gentoo.org>
-rw-r--r--RELEASE-NOTES6
-rwxr-xr-xsetup.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index ab4222095..46921cf71 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,12 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+portage-2.3.60
+==================================
+* Bug Fixes:
+ - Bug 636798 handle lock file removal on NFS
+
+
portage-2.3.59
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index 65825f411..fe97bc776 100755
--- a/setup.py
+++ b/setup.py
@@ -662,7 +662,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.59',
+ version = '2.3.60',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = 'dev-portage@gentoo.org',