aboutsummaryrefslogtreecommitdiffstats
path: root/pkg_resources.txt
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2005-11-03 02:24:49 +0000
committerPJ Eby <distutils-sig@python.org>2005-11-03 02:24:49 +0000
commit4242a32e194db4930bc6ba1b355d75ad14ad9f0e (patch)
treeada249e5b1736e79cd80c75fbc8e46d6626359e6 /pkg_resources.txt
parentf2b5c33c782f6eeb4098b5091d586438221e975b (diff)
downloadexternal_python_setuptools-4242a32e194db4930bc6ba1b355d75ad14ad9f0e.tar.gz
external_python_setuptools-4242a32e194db4930bc6ba1b355d75ad14ad9f0e.tar.bz2
external_python_setuptools-4242a32e194db4930bc6ba1b355d75ad14ad9f0e.zip
Fixed a problem with ``WorkingSet.resolve()`` that prevented version
conflicts from being detected at runtime. (As reported by Ian Bicking.) --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041380
Diffstat (limited to 'pkg_resources.txt')
-rwxr-xr-xpkg_resources.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg_resources.txt b/pkg_resources.txt
index 39dbfb87..e0bca237 100755
--- a/pkg_resources.txt
+++ b/pkg_resources.txt
@@ -1488,6 +1488,10 @@ File/Path Utilities
Release Notes/Change History
----------------------------
+0.6a8
+ * Fixed a problem with ``WorkingSet.resolve()`` that prevented version
+ conflicts from being detected at runtime.
+
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.