diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2011-04-28 09:26:11 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2011-04-28 09:26:11 -0400 |
commit | 85a903122782775c4e41b0f2ef1f262f71c1b439 (patch) | |
tree | 7aaee1b29770435b24f8fe5a6e8d1b4450bceac3 | |
parent | 1509fe5874ad7155482d71b1b922bfdeb522ab58 (diff) | |
download | external_python_setuptools-85a903122782775c4e41b0f2ef1f262f71c1b439.tar.gz external_python_setuptools-85a903122782775c4e41b0f2ef1f262f71c1b439.tar.bz2 external_python_setuptools-85a903122782775c4e41b0f2ef1f262f71c1b439.zip |
Updated changelog to include fix for Issue 2000.6.16
--HG--
branch : distribute
extra : rebase_source : 0a839d22eb973622610fa3cb2fbfae638c1c89b7
-rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index b1263eb8..84769034 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,9 +7,10 @@ CHANGES ------ * Builds sdist gztar even on Windows (avoiding Issue 193). -* Fix for Issue 192 - metadata omitted on Windows when package_dir +* Issue 192: Fixed metadata omitted on Windows when package_dir specified with forward-slash. * Issue 195: Cython build support. +* Issue 200: Issues with recognizing 64-bit packages on Windows. ------ 0.6.15 |