diff options
author | PJ Eby <distutils-sig@python.org> | 2005-09-03 04:53:10 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2005-09-03 04:53:10 +0000 |
commit | 5aff7fc5693b98a258e3c34e5341e2b1da8887f2 (patch) | |
tree | 71fa57fe3503c2d03e38b533db76475d489ffc61 /setuptools.txt | |
parent | 78e2272d52969e26af767e0cbfadeaefebe84657 (diff) | |
download | external_python_setuptools-5aff7fc5693b98a258e3c34e5341e2b1da8887f2.tar.gz external_python_setuptools-5aff7fc5693b98a258e3c34e5341e2b1da8887f2.tar.bz2 external_python_setuptools-5aff7fc5693b98a258e3c34e5341e2b1da8887f2.zip |
Add release note about bdist_rpm --no-egg option
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041239
Diffstat (limited to 'setuptools.txt')
-rwxr-xr-x | setuptools.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/setuptools.txt b/setuptools.txt index b7631033..854da77a 100755 --- a/setuptools.txt +++ b/setuptools.txt @@ -1777,6 +1777,9 @@ Release Notes/Change History ---------------------------- 0.6a1 + * Added support for building "old-style" RPMs that don't install an egg for + the target package, using a ``--no-egg`` option. + * The ``build_ext`` command now works better when using the ``--inplace`` option and multiple Python versions. It now makes sure that all extensions match the current Python version, even if newer copies were built for a |