diff options
| -rw-r--r-- | CHANGES.txt | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index c1713546..681b3e8e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -8,23 +8,23 @@ CHANGES setuptools ---------- - * Packages required at build time where not fully present at install time. - This closes http://bitbucket.org/tarek/distribute/issue/12. +* Packages required at build time where not fully present at install time. + This closes http://bitbucket.org/tarek/distribute/issue/12. - * Protected against failures in tarfile extraction. This closes - http://bitbucket.org/tarek/distribute/issue/10. +* Protected against failures in tarfile extraction. This closes + http://bitbucket.org/tarek/distribute/issue/10. - * Made Jython api_tests.txt doctest compatible. This closes - http://bitbucket.org/tarek/distribute/issue/7. +* Made Jython api_tests.txt doctest compatible. This closes + http://bitbucket.org/tarek/distribute/issue/7. - * sandbox.py replaced builtin type file with builtin function open. This - closes http://bitbucket.org/tarek/distribute/issue/6. +* sandbox.py replaced builtin type file with builtin function open. This + closes http://bitbucket.org/tarek/distribute/issue/6. - * Immediately close all file handles. This closes - http://bitbucket.org/tarek/distribute/issue/3. +* Immediately close all file handles. This closes + http://bitbucket.org/tarek/distribute/issue/3. - * Added compatibility with Subversion 1.6. This references - http://bitbucket.org/tarek/distribute/issue/1. +* Added compatibility with Subversion 1.6. This references + http://bitbucket.org/tarek/distribute/issue/1. pkg_resources ------------- @@ -42,6 +42,6 @@ pkg_resources easy_install ------------ - * Immediately close all file handles. This closes - http://bitbucket.org/tarek/distribute/issue/3. +* Immediately close all file handles. This closes + http://bitbucket.org/tarek/distribute/issue/3. |
