summarylogtreecommitdiffstats
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorLuis Martinez2022-07-27 20:24:53 -0500
committerLuis Martinez2022-07-27 20:24:53 -0500
commit099980b20875622a8f0d66b4707e0d5d97d685b2 (patch)
treee0596260c8b4c113f43e053fb8fce435ed360056 /CHANGES.rst
parentbe8d155b41cbbcd1f2e7c7633dd92d06c8a48d1c (diff)
downloadaur-099980b20875622a8f0d66b4707e0d5d97d685b2.tar.gz
updated to 2.1.102
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst34
1 files changed, 34 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 4c6cf4cb832d..317dedf10e77 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,40 @@
Release Notes
=============
+2.1.102
+-------
+
+This is a hotfix release that fixes a further corner missed by #1863 in
+the Pex 2.1.101 release whereby Pex would fail to install
+platform-specific packages on Red Hat based OSes.
+
+In addition, an old but only newly discovered bug in
+``--inherit-path={prefer,fallback}`` handling is fixed. Previously only
+using ``PEX_INHERIT_PATH={prefer,fallback}`` at runtime worked properly.
+
+In the process of fixing the old ``--inherit-path={prefer,fallback}``
+bug, also fix another old bug handling modern virtualenv venvs under
+Python 2.7 during zipapp execution mode PEX boots.
+
+* Fix wheel installs: account for purelib & platlib. (#1867)
+ `PR #1867 <https://github.com/pantsbuild/pex/pull/1867>`_
+
+* Fix ``--inhert-path`` handling. (#1871)
+ `PR #1871 <https://github.com/pantsbuild/pex/pull/1871>`_
+
+* Error using pex + virtualenv >=20.0.0 + python 2.7 (#992)
+ `Issue #992 <https://github.com/pantsbuild/pex/issues/992>`_
+ `PR #1871 <https://github.com/pantsbuild/pex/pull/1871>`_
+
+2.1.101
+-------
+
+This release fixes a corner-case revealed by python-certifi-win32 1.6.1
+that was not previously handled when installing certain distributions.
+
+* Make wheel install ``site-packages`` detection robust. (#1863)
+ `PR #1863 <https://github.com/pantsbuild/pex/pull/1863>`_
+
2.1.100
-------