summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2017-10-27 12:59:42 -0700
committerZac Medico <zmedico@gentoo.org>2017-10-27 13:22:44 -0700
commitac2dc22e38c1525df701e74f97c2af15177f3af3 (patch)
treed9cf8df87becb0fa5ebddcd6e2a566522d92e460
parentRsyncSync: fix PORTAGE_RSYNC_RETRIES (bug 497596) (diff)
downloadportage-2.3.13.tar.gz
portage-2.3.13.tar.bz2
portage-2.3.13.zip
Updates for portage-2.3.13 releaseportage-2.3.13
-rw-r--r--RELEASE-NOTES9
-rwxr-xr-xsetup.py2
2 files changed, 10 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 417f5bcfd..e457919f3 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,15 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+portage-2.3.13
+==================================
+* Bug Fixes:
+ - Bug 497596 fix PORTAGE_RSYNC_RETRIES
+ - Bug 635116 is_prelinkable_elf: fix for python3
+ - Bug 635126 file_copy: use sendfile return value to measure bytes copied
+ - Bug 635474 postinst_qa_check: initialize preinst state
+
+
portage-2.3.12
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index baa8e1fef..a2d10bd73 100755
--- a/setup.py
+++ b/setup.py
@@ -659,7 +659,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.12',
+ version = '2.3.13',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = 'dev-portage@gentoo.org',