diff options
author | PJ Eby <distutils-sig@python.org> | 2005-07-16 16:17:29 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2005-07-16 16:17:29 +0000 |
commit | 2b761a26e530877facb940fb692938d0bd35131c (patch) | |
tree | 9924c6007c8716322bae5e3e5a1048af1c78a631 /setuptools.txt | |
parent | 92b222587272770a5c0a3fe5f0c64f40dc10ef17 (diff) | |
download | external_python_setuptools-2b761a26e530877facb940fb692938d0bd35131c.tar.gz external_python_setuptools-2b761a26e530877facb940fb692938d0bd35131c.tar.bz2 external_python_setuptools-2b761a26e530877facb940fb692938d0bd35131c.zip |
prep for 0.5a13 release
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041128
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 12d52179..8e364bf6 100755 --- a/setuptools.txt +++ b/setuptools.txt @@ -1332,6 +1332,9 @@ XXX Release Notes/Change History ---------------------------- +0.5a13 + * Fixed a bug in resource extraction from nested packages in a zipped egg. + 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 |