aboutsummaryrefslogtreecommitdiffstats
path: root/pkg_resources.txt
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2005-10-22 19:07:44 +0000
committerPJ Eby <distutils-sig@python.org>2005-10-22 19:07:44 +0000
commit1611cf8caa724b24b5d44ae5f45e91fc1f70291a (patch)
tree65b692095855c14b8412f2f2b4c75080a18de387 /pkg_resources.txt
parent272fed819ba188ac5d6c0ceb9de6d7a8cb543a18 (diff)
downloadexternal_python_setuptools-1611cf8caa724b24b5d44ae5f45e91fc1f70291a.tar.gz
external_python_setuptools-1611cf8caa724b24b5d44ae5f45e91fc1f70291a.tar.bz2
external_python_setuptools-1611cf8caa724b24b5d44ae5f45e91fc1f70291a.zip
Fixed a problem extracting zipped files on Windows, when the egg in
question has had changed contents but still has the same version number. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041267
Diffstat (limited to 'pkg_resources.txt')
-rwxr-xr-xpkg_resources.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg_resources.txt b/pkg_resources.txt
index 1f3e47fe..a2bcf381 100755
--- a/pkg_resources.txt
+++ b/pkg_resources.txt
@@ -1503,6 +1503,9 @@ Release Notes/Change History
depender's preferences to override those of a dependee, to prevent conflicts
when a lower version is acceptable to the dependee, but not the depender.
+ * Fixed a problem extracting zipped files on Windows, when the egg in question
+ has had changed contents but still has the same version number.
+
0.6a4
* Fix a bug in ``WorkingSet.resolve()`` that was introduced in 0.6a3.