aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Myers <myer0052@gmail.com>2010-12-09 22:45:11 -0600
committerRobert Myers <myer0052@gmail.com>2010-12-09 22:45:11 -0600
commitecf025e13c30a54f7e97a8f531114d64d150fb5f (patch)
treeb25fea0480f31ec53411e63e426ec22c56689ea9
parent7473dcbb92dd3fdeadfd67c725f08729a32cd06f (diff)
downloadexternal_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.txt1
-rw-r--r--CONTRIBUTORS.txt1
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