diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2015-09-30 14:02:57 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2015-09-30 14:02:57 -0700 |
commit | bdcec2f123e1b971626367e07317021cf4609aa2 (patch) | |
tree | 195cc0b9d647acd1801eac23fb5db0c3da961b3a /sites | |
parent | 7b33770b4786af2508fab11cebe934584fe19ca6 (diff) | |
parent | aef405c9adc3ca087b21836d4a2ee56e05a2b3c4 (diff) |
Merge branch '1.15'
Diffstat (limited to 'sites')
-rw-r--r-- | sites/www/changelog.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 6379dba9..b2267909 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,10 @@ Changelog ========= +* :bug:`353` (via :issue:`482`) Fix a bug introduced in the Python 3 port + which caused ``OverFlowError`` (and other symptoms) in SFTP functionality. + Thanks to ``@dboreham`` for leading the troubleshooting charge, and to + Scott Maxwell for the final patch. * :support:`582` Fix some old ``setup.py`` related helper code which was breaking ``bdist_dumb`` on Mac OS X. Thanks to Peter Odding for the patch. * :bug:`22 major` Try harder to connect to multiple network families (e.g. IPv4 |