summaryrefslogtreecommitdiffhomepage
path: root/sites
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-09-29 19:43:24 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-09-29 19:43:24 -0700
commite68063498aff6691d6b379ab014fe954d821b237 (patch)
tree499b779efb38bbf42e7c9d7d33557a06938898d7 /sites
parent74d83f2c74738971ea103e7524dd57316b15046c (diff)
parent1af8db2331ec9d5f729ff62d8af87b9d8c1c7fb8 (diff)
Merge branch 'master' into switch-to-cryptography
Diffstat (limited to 'sites')
-rw-r--r--sites/www/changelog.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 49067855..374e04b3 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,11 @@
Changelog
=========
+* :release:`1.15.1 <2014-09-22>`
+* :bug:`399` SSH agent forwarding (potentially other functionality as
+ well) would hang due to incorrect values passed into the new window size
+ arguments for `.Transport` (thanks to a botched merge). This has been
+ corrected. Thanks to Dylan Thacker-Smith for the report & patch.
* :feature:`167` Add `.SSHConfig.get_hostnames` for easier introspection of a
loaded SSH config file or object. Courtesy of Søren Løvborg.
* :release:`1.15.0 <2014-09-18>`