diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2011-03-16 16:21:40 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2011-03-16 16:21:40 -0400 |
commit | 8bf1bc0e657b65bdc41575f9b6b0372f77f2d7b4 (patch) | |
tree | 17c97dd22e93748197c5d0f18545bcfd758c8221 | |
parent | 5a4d274c93ab53f31f3926757cbe80a0dbdf0130 (diff) | |
download | external_python_setuptools-8bf1bc0e657b65bdc41575f9b6b0372f77f2d7b4.tar.gz external_python_setuptools-8bf1bc0e657b65bdc41575f9b6b0372f77f2d7b4.tar.bz2 external_python_setuptools-8bf1bc0e657b65bdc41575f9b6b0372f77f2d7b4.zip |
updated CHANGES
--HG--
branch : distribute
extra : rebase_source : efcd3ced19c5f87851089e8506a118dc6f2aa21a
-rw-r--r-- | CHANGES.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 69f9b9c2..7e5f8cb7 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,6 +7,8 @@ CHANGES ------ * Builds sdist gztar even on Windows (avoiding Issue 193). +* Fix for Issue 192 - metadata omitted on Windows when package_dir + specified with forward-slash. ------ 0.6.15 |