summaryrefslogtreecommitdiffhomepage
path: root/sites/www
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2016-04-28 15:57:11 -0700
committerJeff Forcier <jeff@bitprophet.org>2016-04-28 15:57:11 -0700
commit78e93357935212b00f301f3077374038546b527f (patch)
tree1e6307ba969fede7859f0bbff23289639651ae28 /sites/www
parent6f74a8845c45e98013919825cd9cfb68fc627b42 (diff)
Mark the 1.17-specific features so they show up in that release
Diffstat (limited to 'sites/www')
-rw-r--r--sites/www/changelog.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 9015f918..fcef8793 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -24,9 +24,9 @@ Changelog
* :support:`729 (1.15+)` 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.
+* :bug:`649 (==1.17)` 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.
* :bug:`617` (aka `fabric/fabric#1429
<https://github.com/fabric/fabric/issues/1429>`_; via :issue:`679`; related:
:issue:`678`, :issue:`685`, :issue:`615` & :issue:`616`) Fix up
@@ -55,7 +55,7 @@ Changelog
* :bug:`652` Fix behavior of ``gssapi-with-mic`` auth requests so they fail
gracefully (allowing followup via other auth methods) instead of raising an
exception. Patch courtesy of ``@jamercee``.
-* :feature:`588` Add missing file-like object methods for
+* :feature:`588 (==1.17)` Add missing file-like object methods for
`~paramiko.file.BufferedFile` and `~paramiko.sftp_file.SFTPFile`. Thanks to
Adam Meily for the patch.
* :support:`636` Clean up and enhance the README (and rename it to