summaryrefslogtreecommitdiffhomepage
path: root/sites
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-06-09 12:56:21 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-06-09 12:56:21 -0700
commit5b19dd42bde9d3c887ea4c1ada24fd0248136517 (patch)
tree0c8f4bbfd7dd64bd04694363f5a90a5486fe0d1f /sites
parent92a7d7ea6add2b6ae09436245568511772e7c5e2 (diff)
parentbf5f4fe7ff90c9ad41569dde8ae38241ac89f73d (diff)
Merge branch '2.1'
Diffstat (limited to 'sites')
-rw-r--r--sites/www/changelog.rst18
1 files changed, 9 insertions, 9 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index a7a67f69..e8576b4d 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,13 +2,6 @@
Changelog
=========
-* :support:`956 backported` Switch code coverage service from coveralls.io to
- codecov.io (& then disable the latter's auto-comments.) Thanks to Nikolai
- Røed Kristiansen for the patch.
-* :bug:`949` SSHClient and Transport could cause a memory leak if there's
- a connection problem or protocol error, even if ``Transport.close()``
- is called. Thanks Kyle Agronick for the discovery and investigation,
- and Pierce Lopez for assistance.
* :bug:`741` (also :issue:`809`, :issue:`772`; all via :issue:`912`) Writing
encrypted/password-protected private key files was silently broken since 2.0
due to an incorrect API call; this has been fixed.
@@ -40,6 +33,9 @@ Changelog
* :support:`921` Tighten up the ``__hash__`` implementation for various key
classes; less code is good code. Thanks to Francisco Couzo for the patch.
+* :support:`956 (1.17+)` Switch code coverage service from coveralls.io to
+ codecov.io (& then disable the latter's auto-comments.) Thanks to Nikolai
+ Røed Kristiansen for the patch.
* :bug:`983` Move ``sha1`` above the now-arguably-broken ``md5`` in the list of
preferred MAC algorithms, as an incremental security improvement for users
whose target systems offer both. Credit: Pierce Lopez.
@@ -81,8 +77,12 @@ Changelog
(i.e. passes the maintainer's preferred `flake8 <http://flake8.pycqa.org/>`_
configuration) and add a ``flake8`` step to the Travis config. Big thanks to
Dorian Pula!
-* :bug:`683` Make ``util.log_to_file`` append instead of replace. Thanks
- to ``@vlcinsky`` for the report.
+* :bug:`949 (1.17+)` SSHClient and Transport could cause a memory leak if
+ there's a connection problem or protocol error, even if ``Transport.close()``
+ is called. Thanks Kyle Agronick for the discovery and investigation, and
+ Pierce Lopez for assistance.
+* :bug:`683 (1.17+)` Make ``util.log_to_file`` append instead of replace.
+ Thanks to ``@vlcinsky`` for the report.
* :release:`2.1.2 <2017-02-20>`
* :release:`2.0.5 <2017-02-20>`
* :release:`1.18.2 <2017-02-20>`