diff options
author | PJ Eby <distutils-sig@python.org> | 2005-07-16 17:25:35 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2005-07-16 17:25:35 +0000 |
commit | 8fffda12af6b5121972e94016e5b1168814e77e5 (patch) | |
tree | 998e7bbb1edbec47b82d7a6739356265471d5c3f /setuptools.txt | |
parent | 811182ed59bb1b233e2c4589ce15133bd5dad4e5 (diff) | |
download | external_python_setuptools-8fffda12af6b5121972e94016e5b1168814e77e5.tar.gz external_python_setuptools-8fffda12af6b5121972e94016e5b1168814e77e5.tar.bz2 external_python_setuptools-8fffda12af6b5121972e94016e5b1168814e77e5.zip |
Fixed some problems using ``pkg_resources`` w/PEP 302 loaders other than
``zipimport``. Fixed ``pkg_resources.resource_exists()`` not working
correctly.
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041130
Diffstat (limited to 'setuptools.txt')
-rwxr-xr-x | setuptools.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/setuptools.txt b/setuptools.txt index 8e364bf6..96091864 100755 --- a/setuptools.txt +++ b/setuptools.txt @@ -1332,6 +1332,16 @@ XXX Release Notes/Change History ---------------------------- +0.6a1 + * Fixed the ``--tag-svn-revision`` option of ``egg_info`` not finding the + latest revision number; it was using the revision number of the directory + containing ``setup.py``, not the highest revision number in the project. + + * Fixed some problems using ``pkg_resources`` w/PEP 302 loaders other than + ``zipimport``. + + * Fixed ``pkg_resources.resource_exists()`` not working correctly. + 0.5a13 * Fixed a bug in resource extraction from nested packages in a zipped egg. |