aboutsummaryrefslogtreecommitdiffstats
path: root/EasyInstall.txt
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2008-01-18 21:51:23 +0000
committerPJ Eby <distutils-sig@python.org>2008-01-18 21:51:23 +0000
commit7c4938d53774c51b441970e177ce72cc3bdf68ce (patch)
treed69680614e16597ee20ded8c4e04d3d66fcfd78f /EasyInstall.txt
parentce75692a87b83cef9ea539fc76f4a544b1398b35 (diff)
downloadexternal_python_setuptools-7c4938d53774c51b441970e177ce72cc3bdf68ce.tar.gz
external_python_setuptools-7c4938d53774c51b441970e177ce72cc3bdf68ce.tar.bz2
external_python_setuptools-7c4938d53774c51b441970e177ce72cc3bdf68ce.zip
chmod/test cleanups and Jython compatibility (backport from trunk)
--HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4060062
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 2f6665f2..fc6c1ef3 100755
--- a/EasyInstall.txt
+++ b/EasyInstall.txt
@@ -1241,6 +1241,10 @@ Release Notes/Change History
* Fixed not picking up dependency links from recursive dependencies.
+ * Only make ``.py``, ``.dll`` and ``.so`` files executable when unpacking eggs
+
+ * Changes for Jython compatibility
+
0.6c7
* ``ftp:`` download URLs now work correctly.