summarylogtreecommitdiffstats
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorLuis Martinez2022-04-06 09:52:08 -0500
committerLuis Martinez2022-04-06 09:52:08 -0500
commitf90688d703e95671d968054d5d056e0aa7f2b56e (patch)
tree2c847ca436d5c4f3d483edac79f528fae2baf485 /CHANGES.rst
parented90547e8f9be1d1ce3ef484621f7251646de6fe (diff)
downloadaur-f90688d703e95671d968054d5d056e0aa7f2b56e.tar.gz
update to 2.1.77
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst15
1 files changed, 14 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 1e0fb931f048..2f87648a4954 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,10 +1,23 @@
Release Notes
=============
+2.1.77
+------
+
+This release fixes pathologically slow cases of lock creation as well as
+introducing support for ``--no-compression`` to allow picking the the
+time-space tradeoff you want for your PEX zips.
+
+* Fix pathologic lock creation slowness. (#1707)
+ `PR #1707 <https://github.com/pantsbuild/pex/pull/1707>`_
+
+* Support uncompressed PEXes. (#1705)
+ `PR #1705 <https://github.com/pantsbuild/pex/pull/1705>`_
+
2.1.76
------
-This release finalizes spurious deadlock handling in `--lock` resolves
+This release finalizes spurious deadlock handling in ``--lock`` resolves
worked around in #1694 in Pex 2.1.75.
* Fix lock_resolver to use BSD file locks. (#1702)