aboutsummaryrefslogtreecommitdiffstats
path: root/EasyInstall.txt
diff options
context:
space:
mode:
authorHanno Schlichting <hanno@hannosch.eu>2009-07-16 19:07:47 +0200
committerHanno Schlichting <hanno@hannosch.eu>2009-07-16 19:07:47 +0200
commit9b373023daa6b8d44ee680b3604e450ba642229b (patch)
treef1a5fbc2ab8c63bc190775ab8bde9f64b5f24cfc /EasyInstall.txt
parentb83d5bd69240600575bc086100d9bab8ca854073 (diff)
downloadexternal_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 'EasyInstall.txt')
-rwxr-xr-xEasyInstall.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/EasyInstall.txt b/EasyInstall.txt
index b0341e88..75f9fb1e 100755
--- a/EasyInstall.txt
+++ b/EasyInstall.txt
@@ -1218,6 +1218,10 @@ Release Notes/Change History
============================
0.6final
+ * Immediately close all file handles. This closes
+ http://bitbucket.org/tarek/distribute/issue/3.
+
+0.6c9
* Fixed ``win32.exe`` support for .pth files, so unnecessary directory nesting
is flattened out in the resulting egg. (There was a case-sensitivity
problem that affected some distributions, notably ``pywin32``.)