Commit fa18a05d authored by PJ Eby's avatar PJ Eby

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
parent 3536c85d
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment