summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-12-18 14:00:30 -0800
committerJeff Forcier <jeff@bitprophet.org>2014-12-18 14:00:30 -0800
commit3905dfb0a8f719b435125d404ca4403f9849e17c (patch)
tree8d256d1fa761c9718b0e82afcc4a0c28ff2b228d
parentec5a86619c5527f119a687ec00e8811657dd1f51 (diff)
downloadparamiko-3905dfb0a8f719b435125d404ca4403f9849e17c.tar.gz
Mark some backported support items as such
-rw-r--r--sites/www/changelog.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 8a705382..9cc3a3eb 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -11,7 +11,8 @@ Changelog
the SFTP modules) concerning incorrect behavior by
`~paramiko.file.BufferedFile.readlines` on files whose size exceeds the
buffer size. Thanks to ``@achapp`` for catch & patch.
-* :support:`422` Clean up some unused imports. Courtesy of Olle Lundberg.
+* :support:`422 backported` Clean up some unused imports. Courtesy of Olle
+ Lundberg.
* :bug:`266` Change numbering of `~paramiko.transport.Transport` channels to
start at 0 instead of 1 for better compatibility with OpenSSH & certain
server implementations which break on 1-indexed channels. Thanks to
@@ -27,8 +28,8 @@ Changelog
``@sherbang`` and ``@adamkerz`` for the patches.
* :support:`378 backported` Minor code cleanup in the SSH config module
courtesy of Olle Lundberg.
-* :support:`249` Consolidate version information into one spot. Thanks to Gabi
- Davar for the reminder.
+* :support:`249 backported` Consolidate version information into one spot.
+ Thanks to Gabi Davar for the reminder.
* :release:`1.13.2 <2014-08-25>`
* :bug:`376` Be less aggressive about expanding variables in ``ssh_config``
files, which results in a speedup of SSH config parsing. Credit to Olle