aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools.txt
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2006-06-07 19:36:49 +0000
committerPJ Eby <distutils-sig@python.org>2006-06-07 19:36:49 +0000
commitf51668576f921197b6596d835a810a130e7a77e4 (patch)
tree847d3582b6911cdf705ea74a971cb9dfdffa37a9 /setuptools.txt
parent760c89adb7d3fb6a067a030c4694777bc442731f (diff)
downloadexternal_python_setuptools-f51668576f921197b6596d835a810a130e7a77e4.tar.gz
external_python_setuptools-f51668576f921197b6596d835a810a130e7a77e4.tar.bz2
external_python_setuptools-f51668576f921197b6596d835a810a130e7a77e4.zip
Fix bdist_egg not including files in .egg-info subdirectories.
(merge from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4046722
Diffstat (limited to 'setuptools.txt')
-rwxr-xr-xsetuptools.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/setuptools.txt b/setuptools.txt
index b0f6bb5a..49400d00 100755
--- a/setuptools.txt
+++ b/setuptools.txt
@@ -2498,6 +2498,9 @@ XXX
Release Notes/Change History
----------------------------
+0.6b3
+ * Fix bdist_egg not including files in .egg-info subdirectories.
+
0.6b1
* Strip ``module`` from the end of compiled extension modules when computing
the name of a ``.py`` loader/wrapper. (Python's import machinery ignores