aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools.txt
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2008-09-24 16:55:01 +0000
committerPJ Eby <distutils-sig@python.org>2008-09-24 16:55:01 +0000
commit36c98548d8ee94b11cbd59910678683f2fed3098 (patch)
treebdbdf13f4912b8f9a0fa7bc20bec93703f36c6a5 /setuptools.txt
parentf99ef3f240562a914fe3d7d7b1f5f91c0d0d8762 (diff)
downloadexternal_python_setuptools-36c98548d8ee94b11cbd59910678683f2fed3098.tar.gz
external_python_setuptools-36c98548d8ee94b11cbd59910678683f2fed3098.tar.bz2
external_python_setuptools-36c98548d8ee94b11cbd59910678683f2fed3098.zip
Updated release notes
--HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4066600
Diffstat (limited to 'setuptools.txt')
-rwxr-xr-xsetuptools.txt18
1 files changed, 17 insertions, 1 deletions
diff --git a/setuptools.txt b/setuptools.txt
index 47c5bafb..2e0b270d 100755
--- a/setuptools.txt
+++ b/setuptools.txt
@@ -2618,7 +2618,8 @@ Release Notes/Change History
* Updated Pyrex support to work with Pyrex 0.9.6 and higher.
- * Minor changes for Jython compatibility
+ * Minor changes for Jython compatibility, including skipping tests that can't
+ work on Jython.
* Fixed not installing eggs in ``install_requires`` if they were also used for
``setup_requires`` or ``tests_require``.
@@ -2633,6 +2634,21 @@ Release Notes/Change History
* Support Subversion 1.5
+ * Removed use of deprecated ``md5`` module if ``hashlib`` is available
+
+ * Fixed ``bdist_wininst upload`` trying to upload the ``.exe`` twice
+
+ * Fixed ``bdist_egg`` putting a ``native_libs.txt`` in the source package's
+ ``.egg-info``, when it should only be in the built egg's ``EGG-INFO``.
+
+ * Ensure that _full_name is set on all shared libs before extensions are
+ checked for shared lib usage. (Fixes a bug in the experimental shared
+ library build support.)
+
+ * Fix to allow unpacked eggs containing native libraries to fail more
+ gracefully under Google App Engine (with an ``ImportError`` loading the
+ C-based module, instead of getting a ``NameError``).
+
0.6c7
* Fixed ``distutils.filelist.findall()`` crashing on broken symlinks, and
``egg_info`` command failing on new, uncommitted SVN directories.