summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-07-04 22:14:25 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-07-04 22:14:25 -0400
commitdc316c0f1dbb8355b3726cb2aedb7d955270cf34 (patch)
treed1383f853b2e5b427accb674cf49425a5414b83d /CHANGES.txt
parent6ac7256ce1b286f9870ea203308333666fa552bd (diff)
parent3d3aae58dbe4b67aaf39238e6508af83e95c7b5d (diff)
downloadpython-setuptools-git-dc316c0f1dbb8355b3726cb2aedb7d955270cf34.tar.gz
Merge with 0.7.80.8b7
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt14
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
------