diff options
| author | Hanno Schlichting <hanno@hannosch.eu> | 2009-07-16 19:07:47 +0200 |
|---|---|---|
| committer | Hanno Schlichting <hanno@hannosch.eu> | 2009-07-16 19:07:47 +0200 |
| commit | 9b373023daa6b8d44ee680b3604e450ba642229b (patch) | |
| tree | f1a5fbc2ab8c63bc190775ab8bde9f64b5f24cfc /setuptools.txt | |
| parent | b83d5bd69240600575bc086100d9bab8ca854073 (diff) | |
| download | external_python_setuptools-9b373023daa6b8d44ee680b3604e450ba642229b.tar.gz external_python_setuptools-9b373023daa6b8d44ee680b3604e450ba642229b.tar.bz2 external_python_setuptools-9b373023daa6b8d44ee680b3604e450ba642229b.zip | |
Figured out where to put changelog entries.
--HG--
branch : distribute
extra : rebase_source : 2e8a06177af5f03cf47803ef59bdab093d35a008
Diffstat (limited to 'setuptools.txt')
| -rwxr-xr-x | setuptools.txt | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/setuptools.txt b/setuptools.txt index edbe8b09..efbef559 100755 --- a/setuptools.txt +++ b/setuptools.txt @@ -2612,9 +2612,22 @@ Release Notes/Change History ---------------------------- 0.6final + * Protected against failures in tarfile extraction. This closes + http://bitbucket.org/tarek/distribute/issue/10. - * Added compatibility with Subversion 1.6. + * 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. + + * 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. + +0.6c9 * Fixed a missing files problem when using Windows source distributions on non-Windows platforms, due to distutils not handling manifest file line endings correctly. |
