diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2012-02-13 15:01:18 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2012-09-23 16:10:52 -0700 |
commit | 9c5791edb8693746d5aa421023b1c67b9fe45888 (patch) | |
tree | 4d085fb8b3ed6d8621455a8f47fdefefc1ab40bf /CHANGES | |
parent | 9b2f36fc1f0aa0729a96dc2a973c285626599d1e (diff) |
Fixes #4, thanks again to @jaraco
(cherry picked from commit b59430efef1c771c94b935eda8998ffcf899543f)
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -2,9 +2,11 @@ Temporary, post-Paramiko changelog while we get our sh!t together. ## ssh 1.7.13 (2012-MM-DD) -* Moved a `fcntl` import closer to where it's used to help avoid `ImportError` - problems on Windows platforms. Thanks to Jason Coombs for the catch + - suggested fix. +* #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 + catch + suggested fix. +* #4: Updated implementation of WinPageant integration to work on 64-bit + Windows. Thanks again to Jason Coombs for the patch. ## ssh 1.7.12 (2012-02-10) |