summaryrefslogtreecommitdiffhomepage
path: root/sites
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2016-04-24 19:03:03 -0700
committerJeff Forcier <jeff@bitprophet.org>2016-04-24 19:03:03 -0700
commit46f360588ca8546ee7499993e945a58033aadd15 (patch)
treedde1821c6391c218066f80cd85c0ba76594d90c6 /sites
parent04369de37e18167deccff70e2c77381d5d84ad23 (diff)
parent1c20db7aa9433a1dc2ca6331e970e95e561df8e5 (diff)
Merge branch '1.16'
Diffstat (limited to 'sites')
-rw-r--r--sites/www/changelog.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 37ce2e48..488360d7 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,9 @@
Changelog
=========
+* :support:`729 backported` Clean up ``setup.py`` to always use ``setuptools``,
+ not doing so was a historical artifact from bygone days. Thanks to Alex
+ Gaynor.
* :bug:`649 major` Update the module in charge of handling SSH moduli so it's
consistent with OpenSSH behavior re: prime number selection. Thanks to Damien
Tournoud for catch & patch.