diff options
author | Robert Myers <myer0052@gmail.com> | 2010-12-09 22:45:11 -0600 |
---|---|---|
committer | Robert Myers <myer0052@gmail.com> | 2010-12-09 22:45:11 -0600 |
commit | ecf025e13c30a54f7e97a8f531114d64d150fb5f (patch) | |
tree | b25fea0480f31ec53411e63e426ec22c56689ea9 | |
parent | 7473dcbb92dd3fdeadfd67c725f08729a32cd06f (diff) | |
download | external_python_setuptools-ecf025e13c30a54f7e97a8f531114d64d150fb5f.tar.gz external_python_setuptools-ecf025e13c30a54f7e97a8f531114d64d150fb5f.tar.bz2 external_python_setuptools-ecf025e13c30a54f7e97a8f531114d64d150fb5f.zip |
Updated CHANGES.txt
--HG--
branch : distribute
extra : rebase_source : b6e9ebbe1127a40bfb3b14660d71c74b24d6a5ea
-rw-r--r-- | CHANGES.txt | 1 | ||||
-rw-r--r-- | CONTRIBUTORS.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index fc843b64..ee3dea6e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -8,6 +8,7 @@ CHANGES * Fixed typo in bdist_egg * Several issues under Python 3 has been solved. +* Issue 146: Fixed missing DLL files after easy_install of windows exe package. ------ 0.6.14 diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index f0ec2ba4..9ef062c7 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -14,6 +14,7 @@ Contributors * Noufal Ibrahim * Philip Jenvey * Reinout van Rees +* Robert Myers * Tarek Ziadé * Toshio Kuratomi |