Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: /
Date: Mon, 25 May 2020 00:24:35
Message-Id: 1590365444.fca63726444590cd77bfc40a3dedf19e27068410.zmedico@gentoo
1 commit: fca63726444590cd77bfc40a3dedf19e27068410
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 25 00:10:35 2020 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon May 25 00:10:44 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=fca63726
7
8 Updates for portage-2.3.100 release
9
10 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
11
12 NEWS | 5 +++++
13 RELEASE-NOTES | 9 +++++++++
14 setup.py | 2 +-
15 3 files changed, 15 insertions(+), 1 deletion(-)
16
17 diff --git a/NEWS b/NEWS
18 index ac11504b1..4392f4c44 100644
19 --- a/NEWS
20 +++ b/NEWS
21 @@ -1,5 +1,10 @@
22 News (mainly features/major bug fixes)
23
24 +portage-2.3.100
25 +--------------
26 +* New BINPKG_COMPRESS=zstd default (does not apply to installed systems
27 + using the old bzip2 default).
28 +
29 portage-2.3.97
30 --------------
31 * Support for the PORTAGE_LOG_FILTER_FILE_CMD variable has been
32
33 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
34 index b09808926..cf4a04c29 100644
35 --- a/RELEASE-NOTES
36 +++ b/RELEASE-NOTES
37 @@ -1,6 +1,15 @@
38 Release Notes; upgrade information mainly.
39 Features/major bugfixes are listed in NEWS
40
41 +portage-2.3.100
42 +==================================
43 +* Bug Fixes:
44 + - Bug 715108 Change default BINPKG_COMPRESS to zstd
45 + - Bug 719456 Add dependency on app-arch/zstd
46 + - Bug 720866 Do not set PKG_CONFIG_PATH
47 + - Bug 721402 Hostname UnicodeEncodeError surrogates not allowed
48 + - Bug 721516 Suppress precompressed QA notice for docompress -x
49 +
50 portage-2.3.99
51 ==================================
52 * Bug Fixes:
53
54 diff --git a/setup.py b/setup.py
55 index ed616f732..7d8cdcd04 100755
56 --- a/setup.py
57 +++ b/setup.py
58 @@ -657,7 +657,7 @@ class build_ext(_build_ext):
59
60 setup(
61 name = 'portage',
62 - version = '2.3.99',
63 + version = '2.3.100',
64 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
65 author = 'Gentoo Portage Development Team',
66 author_email = 'dev-portage@g.o',