From 9b373023daa6b8d44ee680b3604e450ba642229b Mon Sep 17 00:00:00 2001 From: Hanno Schlichting Date: Thu, 16 Jul 2009 19:07:47 +0200 Subject: Figured out where to put changelog entries. --HG-- branch : distribute extra : rebase_source : 2e8a06177af5f03cf47803ef59bdab093d35a008 --- setuptools.txt | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'setuptools.txt') 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. -- cgit v1.2.3