diff options
author | PJ Eby <distutils-sig@python.org> | 2005-07-13 00:10:00 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2005-07-13 00:10:00 +0000 |
commit | ec66b7d6776318053653b6d7b5f1950f42fd3ab0 (patch) | |
tree | 22069180c01e6ee0292f9e9ecf89844ac8855bfd /setuptools.txt | |
parent | 9e8e86818d627fec65186bda3f69159c6903168a (diff) | |
download | external_python_setuptools-ec66b7d6776318053653b6d7b5f1950f42fd3ab0.tar.gz external_python_setuptools-ec66b7d6776318053653b6d7b5f1950f42fd3ab0.tar.bz2 external_python_setuptools-ec66b7d6776318053653b6d7b5f1950f42fd3ab0.zip |
Prep for 0.5a12 release; update docs.
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041125
Diffstat (limited to 'setuptools.txt')
-rwxr-xr-x | setuptools.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/setuptools.txt b/setuptools.txt index fc653fc2..12d52179 100755 --- a/setuptools.txt +++ b/setuptools.txt @@ -1332,6 +1332,18 @@ XXX Release Notes/Change History ---------------------------- +0.5a12 + * The zip-safety scanner now checks for modules that might be used with + ``python -m``, and marks them as unsafe for zipping, since Python 2.4 can't + handle ``-m`` on zipped modules. + + * Updated extraction/cache mechanism for zipped resources to avoid inter- + process and inter-thread races during extraction. The default cache + location can now be set via the ``PYTHON_EGGS_CACHE`` environment variable, + and the default Windows cache is now a ``Python-Eggs`` subdirectory of the + current user's "Application Data" directory, if the ``PYTHON_EGGS_CACHE`` + variable isn't set. + 0.5a11 * Fix breakage of the "develop" command that was caused by the addition of ``--always-unzip`` to the ``easy_install`` command. |