summarylogtreecommitdiffstats
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorLuis Martinez2022-10-03 22:20:32 -0500
committerLuis Martinez2022-10-03 22:20:32 -0500
commit850862b6e49e7d9607cecb349b42548d3e903275 (patch)
treea2e0f55af7649aa979d81c0931b80bedec82f54d /CHANGES.rst
parent8c8ca4fd4f9472f304df867d40d76ecb55f42b55 (diff)
downloadaur-850862b6e49e7d9607cecb349b42548d3e903275.tar.gz
update to 2.1.107
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst39
1 files changed, 39 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 729710479169..be93a0e4d509 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,45 @@
Release Notes
=============
+2.1.107
+-------
+
+This release fixes an issue handling credentials in git+ssh VCS urls
+when creating locks.
+
+* Fix locks for git+ssh with credentials. (#1923)
+ `PR #1923 <https://github.com/pantsbuild/pex/pull/1923>`_
+
+2.1.106
+-------
+
+This release fixes a long standing bug in handling direct reference
+requirements with a local version component.
+
+* Unquote path component of parsed url requirements (#1920)
+ `PR #1920 <https://github.com/pantsbuild/pex/pull/1920>`_
+
+2.1.105
+-------
+
+This is a fix release which addresses issues related to build time
+work_dir creation, virtualenv, and sh_boot support.
+
+In the unlikely event of a UUID collision in atomic workdir creation,
+pex could overwrite an existing directory and cause a corrupt state.
+When building a shell bootable ``--sh-boot`` pex the
+``--runtime-pex-root`` was not always respected based on the condition
+of the build environment, and the value of the PEX_ROOT.
+
+* Fail on atomic_directory work_dir collision. (#1905)
+ `PR #1905 <https://github.com/pantsbuild/pex/pull/1905>`_
+
+* Use raw_pex_root when constructing sh_boot pexes. (#1906)
+ `PR #1906 <https://github.com/pantsbuild/pex/pull/1906>`_
+
+* Add support for offline downloads (#1898)
+ `PR #1898 <https://github.com/pantsbuild/pex/pull/1898>`_
+
2.1.104
-------