diff options
author | tarek <none@none> | 2009-12-12 15:13:39 +0100 |
---|---|---|
committer | tarek <none@none> | 2009-12-12 15:13:39 +0100 |
commit | 99c9080351231b678f3daff856ebf5604da82bcd (patch) | |
tree | 9b0db2444cd1579532f046829d3829da63ac62d5 | |
parent | e07754742050fe498d758fca8578da9babbc483a (diff) | |
download | external_python_setuptools-99c9080351231b678f3daff856ebf5604da82bcd.tar.gz external_python_setuptools-99c9080351231b678f3daff856ebf5604da82bcd.tar.bz2 external_python_setuptools-99c9080351231b678f3daff856ebf5604da82bcd.zip |
added a not about the fix
--HG--
branch : distribute
extra : rebase_source : 168554aaf8761e070e453562665cd02a09dd3a54
-rw-r--r-- | CHANGES.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index e317e909..b452dccc 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,14 @@ CHANGES ======= +------ +0.6.10 +------ + +* Reverted change made for the DistributionNotFound exception because + zc.buildout uses the exception message to get the name of the + distribution. + ----- 0.6.9 ----- |