summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2020-05-24 17:10:35 -0700
committerZac Medico <zmedico@gentoo.org>2020-05-24 17:10:44 -0700
commitfca63726444590cd77bfc40a3dedf19e27068410 (patch)
tree52dcb019095986d0e444dc5e75ca6f205defa710
parentecompress: ignore docompress -x files in precompressed QA check (bug 721516) (diff)
downloadportage-fca63726444590cd77bfc40a3dedf19e27068410.tar.gz
portage-fca63726444590cd77bfc40a3dedf19e27068410.tar.bz2
portage-fca63726444590cd77bfc40a3dedf19e27068410.zip
Updates for portage-2.3.100 releaseportage-2.3.100
Signed-off-by: Zac Medico <zmedico@gentoo.org>
-rw-r--r--NEWS5
-rw-r--r--RELEASE-NOTES9
-rwxr-xr-xsetup.py2
3 files changed, 15 insertions, 1 deletions
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 = 'dev-portage@gentoo.org',