summarylogtreecommitdiffstats
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorLuis Martinez2022-04-20 10:52:27 -0500
committerLuis Martinez2022-04-20 10:52:27 -0500
commitf086f533bb4e7508b5d5732d35049c5f233116de (patch)
tree660d9f52ed9f75ca6055266b78fd795f70f3b5e6 /CHANGES.rst
parentc8afbc5f7e2f6d476ddadcc7804e3d6e535b886d (diff)
downloadaur-f086f533bb4e7508b5d5732d35049c5f233116de.tar.gz
update to 2.1.82
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst22
1 files changed, 21 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index d242dfe78f49..76a815effcd8 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,26 @@
Release Notes
=============
+2.1.82
+------
+
+This is a hotfix release for a regression in prerelease version handling
+introduced in the 2.1.81 release by #1727.
+
+* Fix prerelease handling when checking resolves. (#1732)
+ `PR #1732 <https://github.com/pantsbuild/pex/pull/1732>`_
+
+2.1.81
+------
+
+This release brings a fix to Pex resolve checking for distributions
+built by setuptools whose ``Requires-Dist`` metadata does not match a
+distibutions project name exactly (i.e.: no PEP-503 ``[._-]``
+normalization was performed).
+
+* Fix Pex resolve checking. (#1727)
+ `PR #1727 <https://github.com/pantsbuild/pex/pull/1727>`_
+
2.1.80
------
@@ -9,7 +29,7 @@ creation as well as a new ``--sh-boot`` feature for creating PEXes that
boot via ``/bin/sh`` for more resilience across systems with differing
Python installations as well as offering lower boot latency.
-* Support booting via `/bin/sh` with `--sh-boot`. (#1721)
+* Support booting via ``/bin/sh`` with ``--sh-boot``. (#1721)
`PR #1721 <https://github.com/pantsbuild/pex/pull/1721>`_
* Fix more pathologic lock creation slowness. (#1723)