aboutsummaryrefslogtreecommitdiffstats
path: root/pkg_resources.txt
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2005-11-09 03:30:43 +0000
committerPJ Eby <distutils-sig@python.org>2005-11-09 03:30:43 +0000
commitf13f9923afdc0c7ed240029c32c0c80778989b43 (patch)
tree2eef62571e098563287953afbdb5a641b1520ec3 /pkg_resources.txt
parent3368e436b0158590a545b86689106692a01ac267 (diff)
downloadexternal_python_setuptools-f13f9923afdc0c7ed240029c32c0c80778989b43.tar.gz
external_python_setuptools-f13f9923afdc0c7ed240029c32c0c80778989b43.tar.bz2
external_python_setuptools-f13f9923afdc0c7ed240029c32c0c80778989b43.zip
Record case-insensitivity fix.
--HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041411
Diffstat (limited to 'pkg_resources.txt')
-rwxr-xr-xpkg_resources.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg_resources.txt b/pkg_resources.txt
index c58f63f8..e62ed25f 100755
--- a/pkg_resources.txt
+++ b/pkg_resources.txt
@@ -1498,6 +1498,8 @@ Release Notes/Change History
* Avoid giving runtime conflict warnings for namespace packages, even if they
were declared by a different package than the one currently being activated.
+ * Fix path insertion algorithm for case-insensitive filesystems.
+
0.6a6
* Activated distributions are now inserted in ``sys.path`` (and the working
set) just before the directory that contains them, instead of at the end.