diff options
author | PJ Eby <distutils-sig@python.org> | 2006-09-17 16:20:47 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2006-09-17 16:20:47 +0000 |
commit | 7231e48929b6f4026bb14307185a5837bda115fa (patch) | |
tree | 445db417c6051c8f1ba58fe237c2794261aa59a7 /setuptools.txt | |
parent | a1a8375c3b5b70f52653110a620ab8179d8d7995 (diff) | |
download | external_python_setuptools-7231e48929b6f4026bb14307185a5837bda115fa.tar.gz external_python_setuptools-7231e48929b6f4026bb14307185a5837bda115fa.tar.bz2 external_python_setuptools-7231e48929b6f4026bb14307185a5837bda115fa.zip |
Support svn 1.4 working copy format (backport from trunk)
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051900
Diffstat (limited to 'setuptools.txt')
-rwxr-xr-x | setuptools.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/setuptools.txt b/setuptools.txt index f32f6b46..7573ba45 100755 --- a/setuptools.txt +++ b/setuptools.txt @@ -2563,6 +2563,9 @@ XXX Release Notes/Change History ---------------------------- +0.6c3 + * Fixed breakages caused by Subversion 1.4's new "working copy" format + 0.6c2 * The ``ez_setup`` module displays the conflicting version of setuptools (and its installation location) when a script requests a version that's not |