Skip to content

Commit 48a20b6

Browse files
authored
Prepare the 2.27.1 release. (#2627)
1 parent da1b64f commit 48a20b6

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Release Notes
22

3+
## 2.27.1
4+
5+
This release fixes a bug in `PEX_ROOT` handling that could manifest
6+
with symlinked `HOME` dirs or more generally symlinked dirs being
7+
parents of the `PEX_ROOT`. Although this was claimed to be fixed in
8+
the Pex 2.20.4 release by #2574, there was one missing case not handled.
9+
10+
* Ensure that the `PEX_ROOT` is always a realpath. (#2626)
11+
312
## 2.27.0
413

514
This release adds a Pex PEX scie for armv7l.

pex/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright 2015 Pex project contributors.
22
# Licensed under the Apache License, Version 2.0 (see LICENSE).
33

4-
__version__ = "2.27.0"
4+
__version__ = "2.27.1"

0 commit comments

Comments
 (0)