aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools.txt
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2005-07-12 16:09:00 +0000
committerPJ Eby <distutils-sig@python.org>2005-07-12 16:09:00 +0000
commit878bea056e4a1037728d5061e2e6ce4b1eaaade8 (patch)
tree6f4d5cdd1a3ba0930c4e13ba62df1492dcc7219c /setuptools.txt
parent171e2214b1c4d7fa62e6007e8b35c773be71dfd5 (diff)
downloadexternal_python_setuptools-878bea056e4a1037728d5061e2e6ce4b1eaaade8.tar.gz
external_python_setuptools-878bea056e4a1037728d5061e2e6ce4b1eaaade8.tar.bz2
external_python_setuptools-878bea056e4a1037728d5061e2e6ce4b1eaaade8.zip
Fix breakage of the "develop" command that was caused by the addition of
``--always-unzip`` to the ``easy_install`` command. Bump version for bug fix release. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041120
Diffstat (limited to 'setuptools.txt')
-rwxr-xr-xsetuptools.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/setuptools.txt b/setuptools.txt
index 78b0d34e..fc653fc2 100755
--- a/setuptools.txt
+++ b/setuptools.txt
@@ -1332,10 +1332,14 @@ XXX
Release Notes/Change History
----------------------------
+0.5a11
+ * Fix breakage of the "develop" command that was caused by the addition of
+ ``--always-unzip`` to the ``easy_install`` command.
+
0.5a10
* Fix a problem with ``pkg_resources`` being confused by non-existent eggs on
``sys.path`` (e.g. if a user deletes an egg without removing it from the
- ``easy-install.pth`` file.
+ ``easy-install.pth`` file).
* Fix a problem with "basket" support in ``pkg_resources``, where egg-finding
never actually went inside ``.egg`` files.