[Python-checkins] r75549 - in sandbox/branches/setuptools-0.6: EasyInstall.txt setuptools.txt
phillip.eby
python-checkins at python.org
Mon Oct 19 23:49:47 CEST 2009
Author: phillip.eby
Date: Mon Oct 19 23:49:47 2009
New Revision: 75549
Log:
Update change logs for release
Modified:
sandbox/branches/setuptools-0.6/EasyInstall.txt
sandbox/branches/setuptools-0.6/setuptools.txt
Modified: sandbox/branches/setuptools-0.6/EasyInstall.txt
==============================================================================
--- sandbox/branches/setuptools-0.6/EasyInstall.txt (original)
+++ sandbox/branches/setuptools-0.6/EasyInstall.txt Mon Oct 19 23:49:47 2009
@@ -1217,11 +1217,13 @@
Release Notes/Change History
============================
+0.6c11
+ * Fix installed script .exe files not working with 64-bit Python on Windows
+ (wasn't actually released in 0.6c10 due to a lost checkin)
+
0.6c10
* Fix easy_install.exe giving UAC errors on Windows Vista
- * Fix installed script .exe files not working with 64-bit Python on Windows
-
* Support for the most recent Sourceforge download link insanity
* Stop crashing on certain types of HTTP error
Modified: sandbox/branches/setuptools-0.6/setuptools.txt
==============================================================================
--- sandbox/branches/setuptools-0.6/setuptools.txt (original)
+++ sandbox/branches/setuptools-0.6/setuptools.txt Mon Oct 19 23:49:47 2009
@@ -2632,6 +2632,9 @@
Release Notes/Change History
----------------------------
+0.6c11
+ * Fix "bdist_wininst upload" trying to upload same file twice
+
0.6c10
* Fix for the Python 2.6.3 build_ext API change
More information about the Python-checkins
mailing list