Commit 9b373023 authored by Hanno Schlichting's avatar Hanno Schlichting

Figured out where to put changelog entries.

--HG--
branch : distribute
extra : rebase_source : 2e8a06177af5f03cf47803ef59bdab093d35a008
parent b83d5bd6
...@@ -1218,6 +1218,10 @@ Release Notes/Change History ...@@ -1218,6 +1218,10 @@ Release Notes/Change History
============================ ============================
0.6final 0.6final
* Immediately close all file handles. This closes
http://bitbucket.org/tarek/distribute/issue/3.
0.6c9
* Fixed ``win32.exe`` support for .pth files, so unnecessary directory nesting * Fixed ``win32.exe`` support for .pth files, so unnecessary directory nesting
is flattened out in the resulting egg. (There was a case-sensitivity is flattened out in the resulting egg. (There was a case-sensitivity
problem that affected some distributions, notably ``pywin32``.) problem that affected some distributions, notably ``pywin32``.)
......
...@@ -1693,13 +1693,23 @@ Release Notes/Change History ...@@ -1693,13 +1693,23 @@ Release Notes/Change History
---------------------------- ----------------------------
0.6final 0.6final
* Allow to find_on_path on systems with tight permissions to fail gracefully.
This closes http://bitbucket.org/tarek/distribute/issue/9.
* Corrected inconsistency between documentation and code of add_entry.
This closes http://bitbucket.org/tarek/distribute/issue/8.
* Immediately close all file handles. This closes
http://bitbucket.org/tarek/distribute/issue/3.
0.6c9
* Fix ``resource_listdir('')`` always returning an empty list for zipped eggs. * Fix ``resource_listdir('')`` always returning an empty list for zipped eggs.
0.6c7 0.6c7
* Fix package precedence problem where single-version eggs installed in * Fix package precedence problem where single-version eggs installed in
``site-packages`` would take precedence over ``.egg`` files (or directories) ``site-packages`` would take precedence over ``.egg`` files (or directories)
installed in ``site-packages``. installed in ``site-packages``.
0.6c6 0.6c6
* Fix extracted C extensions not having executable permissions under Cygwin. * Fix extracted C extensions not having executable permissions under Cygwin.
......
...@@ -2612,9 +2612,22 @@ Release Notes/Change History ...@@ -2612,9 +2612,22 @@ Release Notes/Change History
---------------------------- ----------------------------
0.6final 0.6final
* Protected against failures in tarfile extraction. This closes
http://bitbucket.org/tarek/distribute/issue/10.
* Added compatibility with Subversion 1.6. * Made Jython api_tests.txt doctest compatible. This closes
http://bitbucket.org/tarek/distribute/issue/7.
* sandbox.py replaced builtin type file with builtin function open. This
closes http://bitbucket.org/tarek/distribute/issue/6.
* Immediately close all file handles. This closes
http://bitbucket.org/tarek/distribute/issue/3.
* Added compatibility with Subversion 1.6. This references
http://bitbucket.org/tarek/distribute/issue/1.
0.6c9
* Fixed a missing files problem when using Windows source distributions on * Fixed a missing files problem when using Windows source distributions on
non-Windows platforms, due to distutils not handling manifest file line non-Windows platforms, due to distutils not handling manifest file line
endings correctly. endings correctly.
......
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