aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2005-07-07 02:05:56 +0000
committerPJ Eby <distutils-sig@python.org>2005-07-07 02:05:56 +0000
commit695ddfb6724e59a51d9e523ad3e51c21b2890129 (patch)
treec523e264a7d04b825164b7ee9ec793578b8cb1f9
parentd3add44007ad72fc795297dd208d9a37ac4b54a3 (diff)
downloadexternal_python_setuptools-695ddfb6724e59a51d9e523ad3e51c21b2890129.tar.gz
external_python_setuptools-695ddfb6724e59a51d9e523ad3e51c21b2890129.tar.bz2
external_python_setuptools-695ddfb6724e59a51d9e523ad3e51c21b2890129.zip
Update revision history.
--HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041088
-rwxr-xr-xEasyInstall.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/EasyInstall.txt b/EasyInstall.txt
index 2410733e..26661c74 100755
--- a/EasyInstall.txt
+++ b/EasyInstall.txt
@@ -491,6 +491,22 @@ Known Issues
in Exemaker. So, don't use Exemaker to wrap ``easy_install.py``, or at any
rate don't expect it to work with all packages.
+0.5a6
+ * Beefed up the "sdist" command so that if you don't have a MANIFEST.in, it
+ will include all files under revision control (CVS or Subversion) in the
+ current directory, and it will regenerate the list every time you create a
+ source distribution, not just when you tell it to. This should make the
+ default "do what you mean" more often than the distutils' default behavior
+ did, while still retaining the old behavior in the presence of MANIFEST.in.
+
+ * Fixed the "develop" command always updating .pth files, even if you
+ specified ``-n`` or ``--dry-run``.
+
+ * Slightly changed the format of the generated version when you use
+ ``--tag-build`` on the "egg_info" command, so that you can make tagged
+ revisions compare *lower* than the version specified in setup.py (e.g. by
+ using ``--tag-build=dev``).
+
0.5a5
* Added ``develop`` command to ``setuptools``-based packages. This command
installs an ``.egg-link`` pointing to the package's source directory, and