From fa18a05dd386ba3ec5b5099cfb51b988ea817d41 Mon Sep 17 00:00:00 2001 From: PJ Eby Date: Tue, 18 Jul 2006 22:14:00 +0000 Subject: Fix incorrect release note regarding the egg_info/sdist fix. --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050707 --- setuptools.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'setuptools.txt') diff --git a/setuptools.txt b/setuptools.txt index f86c47d2..7cfc3815 100755 --- a/setuptools.txt +++ b/setuptools.txt @@ -2577,10 +2577,12 @@ Release Notes/Change History * Support ``extra_path`` option to ``setup()`` when ``install`` is run in backward-compatibility mode. - * Rewrite ``setup.cfg`` in ``sdist`` distributions to include any ``egg_info`` - options that were set on the command line when ``sdist`` was run, so that - the building from the source distribution will create a package with an - identical version number (unless ``--tag-date`` is in effect). + * Source distributions now always include a ``setup.cfg`` file that explicitly + sets ``egg_info`` options such that they produce an identical version number + to the source distribution's version number. (Previously, the default + version number could be different due to the use of ``--tag-date``, or if + the version was overridden on the command line that built the source + distribution.) 0.6b4 * Fix ``register`` not obeying name/version set by ``egg_info`` command, if -- cgit v1.2.3