summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2015-09-10 14:09:13 -0700
committerJeff Forcier <jeff@bitprophet.org>2015-09-10 14:09:13 -0700
commit97e134aa43c9632f34be278ca1d08f56cc83993a (patch)
treea0aaf24c488f7906ed77d3507b61f6394f8fe684
parenta7c8266fe784dffa2a5fdd1526437c6ba7ba1aab (diff)
Changelog fixes #582
-rw-r--r--sites/www/changelog.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 0e8f92c4..6379dba9 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,8 @@
Changelog
=========
+* :support:`582` Fix some old ``setup.py`` related helper code which was
+ breaking ``bdist_dumb`` on Mac OS X. Thanks to Peter Odding for the patch.
* :bug:`22 major` Try harder to connect to multiple network families (e.g. IPv4
vs IPv6) in case of connection issues; this helps with problems such as hosts
which resolve both IPv4 and IPv6 addresses but are only listening on IPv4.