diff options
| author | Hanno Schlichting <hanno@hannosch.eu> | 2009-07-17 15:50:19 +0200 |
|---|---|---|
| committer | Hanno Schlichting <hanno@hannosch.eu> | 2009-07-17 15:50:19 +0200 |
| commit | 74661295d07e76c256d2efe0053d425441b25d0d (patch) | |
| tree | af42c0a01247a4f275339a7c9f598f79515242f4 | |
| parent | e972f5e077d94971b04b52a39532a62187076f4f (diff) | |
| download | external_python_setuptools-74661295d07e76c256d2efe0053d425441b25d0d.tar.gz external_python_setuptools-74661295d07e76c256d2efe0053d425441b25d0d.tar.bz2 external_python_setuptools-74661295d07e76c256d2efe0053d425441b25d0d.zip | |
Make the changelog proper REST
--HG--
branch : distribute
extra : rebase_source : 7361b854412f93f2da749c5b040898c545f41654
| -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. |
