summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2015-05-20 14:05:49 -0400
committerDonald Stufft <donald@stufft.io>2015-05-20 14:21:11 -0400
commit8af4872ff60badefba45495e44a2d1dbaa51559e (patch)
treeb1860a63ef1630409032de05fabbae79d184aba3 /CHANGES.txt
parentee0236ccb1368954e5c415ebbb258f4b8d3d292c (diff)
downloadpip-8af4872ff60badefba45495e44a2d1dbaa51559e.tar.gz
Use the directory locking for the filecache
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index e35141c97..752143080 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -59,6 +59,9 @@
* Allowing using extras when installing from a file path without requiring the
use of an editable (:pull`2785`).
+* Fix an infinite loop when the cache directory is stored on a file system
+ which does not support hard links (:pull:`2796`).
+
**6.1.1 (2015-04-07)**