diff options
author | PJ Eby <distutils-sig@python.org> | 2006-03-04 00:02:22 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2006-03-04 00:02:22 +0000 |
commit | d2416feac24edccc11352f436c2a6ca3b5552384 (patch) | |
tree | 2d0f4d75cf76577316c8c71b29f9c6ac8d053e75 /setuptools.txt | |
parent | 087c9f1eb3e1b64b0d9cdb43d0946dd54d6885e5 (diff) | |
download | external_python_setuptools-d2416feac24edccc11352f436c2a6ca3b5552384.tar.gz external_python_setuptools-d2416feac24edccc11352f436c2a6ca3b5552384.tar.bz2 external_python_setuptools-d2416feac24edccc11352f436c2a6ca3b5552384.zip |
Record recent changes in the release notes.
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4042824
Diffstat (limited to 'setuptools.txt')
-rwxr-xr-x | setuptools.txt | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/setuptools.txt b/setuptools.txt index a70bb759..0cd40dfb 100755 --- a/setuptools.txt +++ b/setuptools.txt @@ -1890,7 +1890,8 @@ use this option: This option is automatically in effect when ``install`` is invoked by another distutils command, so that commands like ``bdist_wininst`` and ``bdist_rpm`` -will create system packages of eggs. +will create system packages of eggs. It is also automatically in effect if +you specify the ``--root`` option. ``install_egg_info`` - Install an ``.egg-info`` directory in ``site-packages`` @@ -2350,6 +2351,20 @@ XXX Release Notes/Change History ---------------------------- +0.6a11 + * Made ``--single-version-externally-managed`` automatic when ``--root`` is + used, so that most system packagers won't require special support for + setuptools. + + * Fixed ``setup_requires``, ``tests_require``, etc. not using ``setup.cfg`` or + other configuration files for their option defaults when installing, and + also made the install use ``--multi-version`` mode so that the project + directory doesn't need to support .pth files. + + * ``MANIFEST.in`` is now forcibly closed when any errors occur while reading + it. Previously, the file could be left open and the actual error would be + masked by problems trying to remove the open file on Windows systems. + 0.6a10 * Fixed the ``develop`` command ignoring ``--find-links``. |