diff options
author | PJ Eby <distutils-sig@python.org> | 2005-11-03 03:55:42 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2005-11-03 03:55:42 +0000 |
commit | 1f065479e3f02f168be10f0aad017bddfaa3580d (patch) | |
tree | 3dcec7ce4b126f4bc507631688991615ae8369f7 /setuptools.txt | |
parent | 50554a5ce775023ccf58fe4aafccd7102534829d (diff) | |
download | external_python_setuptools-1f065479e3f02f168be10f0aad017bddfaa3580d.tar.gz external_python_setuptools-1f065479e3f02f168be10f0aad017bddfaa3580d.tar.bz2 external_python_setuptools-1f065479e3f02f168be10f0aad017bddfaa3580d.zip |
Fixed some problems building extensions when Pyrex was installed, especially
with Python 2.4 and/or packages using SWIG.
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041384
Diffstat (limited to 'setuptools.txt')
-rwxr-xr-x | setuptools.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/setuptools.txt b/setuptools.txt index 82bd81da..221ff723 100755 --- a/setuptools.txt +++ b/setuptools.txt @@ -1873,6 +1873,10 @@ XXX Release Notes/Change History ---------------------------- +0.6a8 + * Fixed some problems building extensions when Pyrex was installed, especially + with Python 2.4 and/or packages using SWIG. + 0.6a5 * Fixed missing gui/cli .exe files in distribution. Fixed bugs in tests. |