Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:portage-2.3.13 commit in: /
Date: Fri, 27 Oct 2017 20:23:54
Message-Id: 1509135764.ac2dc22e38c1525df701e74f97c2af15177f3af3.zmedico@gentoo
1 commit: ac2dc22e38c1525df701e74f97c2af15177f3af3
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 27 19:59:42 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 27 20:22:44 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=ac2dc22e
7
8 Updates for portage-2.3.13 release
9
10 RELEASE-NOTES | 9 +++++++++
11 setup.py | 2 +-
12 2 files changed, 10 insertions(+), 1 deletion(-)
13
14 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
15 index 417f5bcfd..e457919f3 100644
16 --- a/RELEASE-NOTES
17 +++ b/RELEASE-NOTES
18 @@ -1,6 +1,15 @@
19 Release Notes; upgrade information mainly.
20 Features/major bugfixes are listed in NEWS
21
22 +portage-2.3.13
23 +==================================
24 +* Bug Fixes:
25 + - Bug 497596 fix PORTAGE_RSYNC_RETRIES
26 + - Bug 635116 is_prelinkable_elf: fix for python3
27 + - Bug 635126 file_copy: use sendfile return value to measure bytes copied
28 + - Bug 635474 postinst_qa_check: initialize preinst state
29 +
30 +
31 portage-2.3.12
32 ==================================
33 * Bug Fixes:
34
35 diff --git a/setup.py b/setup.py
36 index baa8e1fef..a2d10bd73 100755
37 --- a/setup.py
38 +++ b/setup.py
39 @@ -659,7 +659,7 @@ class build_ext(_build_ext):
40
41 setup(
42 name = 'portage',
43 - version = '2.3.12',
44 + version = '2.3.13',
45 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
46 author = 'Gentoo Portage Development Team',
47 author_email = 'dev-portage@g.o',