diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-04 22:14:25 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-04 22:14:25 -0400 |
| commit | dc316c0f1dbb8355b3726cb2aedb7d955270cf34 (patch) | |
| tree | d1383f853b2e5b427accb674cf49425a5414b83d /CHANGES.txt | |
| parent | 6ac7256ce1b286f9870ea203308333666fa552bd (diff) | |
| parent | 3d3aae58dbe4b67aaf39238e6508af83e95c7b5d (diff) | |
| download | python-setuptools-git-dc316c0f1dbb8355b3726cb2aedb7d955270cf34.tar.gz | |
Merge with 0.7.80.8b7
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 35a0b7ce..bec396bd 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -10,6 +10,12 @@ CHANGES conversion. ----- +0.7.8 +----- + +* Distribute #375: Yet another fix for yet another regression. + +----- 0.7.7 ----- @@ -83,6 +89,14 @@ Added several features that were slated for setuptools 0.6c12: * Issue #3: Fixed NameError in SSL support. ------ +0.6.49 +------ + +* Move warning check in ``get_cache_path`` to follow the directory creation + to avoid errors when the cache path does not yet exist. Fixes the error + reported in #375. + +------ 0.6.48 ------ |
