summarylogtreecommitdiffstats
path: root/CHANGES.rst
diff options
context:
space:
mode:
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
-------