diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2012-02-13 16:02:00 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2012-09-23 16:11:18 -0700 |
commit | 11ca8134a21f5136e882feb660c9fcbb69ef5ad1 (patch) | |
tree | 74b527d746528d91a20e60fe29024c013baae591 /CHANGES | |
parent | 9c5791edb8693746d5aa421023b1c67b9fe45888 (diff) |
Cut 1.7.13
(cherry picked from commit 998377f353f2f17b6d00e7246ae0ed4628291ffd)
Conflicts:
setup.py
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ Temporary, post-Paramiko changelog while we get our sh!t together. -## ssh 1.7.13 (2012-MM-DD) +## ssh 1.7.13 (2012-02-13) * #5: Moved a `fcntl` import closer to where it's used to help avoid `ImportError` problems on Windows platforms. Thanks to Jason Coombs for the |