commit: fca63726444590cd77bfc40a3dedf19e27068410
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon May 25 00:10:35 2020 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon May 25 00:10:44 2020 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=fca63726
Updates for portage-2.3.100 release
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
NEWS | 5 +++++
RELEASE-NOTES | 9 +++++++++
setup.py | 2 +-
3 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index ac11504b1..4392f4c44 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
News (mainly features/major bug fixes)
+portage-2.3.100
+--------------
+* New BINPKG_COMPRESS=zstd default (does not apply to installed systems
+ using the old bzip2 default).
+
portage-2.3.97
--------------
* Support for the PORTAGE_LOG_FILTER_FILE_CMD variable has been
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index b09808926..cf4a04c29 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.100
+==================================
+* Bug Fixes:
+ - Bug 715108 Change default BINPKG_COMPRESS to zstd
+ - Bug 719456 Add dependency on app-arch/zstd
+ - Bug 720866 Do not set PKG_CONFIG_PATH
+ - Bug 721402 Hostname UnicodeEncodeError surrogates not allowed
+ - Bug 721516 Suppress precompressed QA notice for docompress -x
+
portage-2.3.99
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index ed616f732..7d8cdcd04 100755
--- a/setup.py
+++ b/setup.py
@@ -657,7 +657,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.99',
+ version = '2.3.100',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = '[email protected]',