diff options
| author | Andreas Schneider <mail@cynapses.org> | 2009-08-18 10:06:02 +0200 |
|---|---|---|
| committer | Andreas Schneider <mail@cynapses.org> | 2009-08-18 10:06:02 +0200 |
| commit | d672dde3425fe5effa364fcd432691351e75560f (patch) | |
| tree | dead7d3308bd0987c9e97f2c9c0efde49a5f4412 /ChangeLog | |
| parent | 86f983962c9fdd210a1bd2b73965916a1b5337fa (diff) | |
Increase version number and update Changelog.release-0-3-3
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,6 +1,15 @@ ChangeLog ========== +version 0.3.3 (released 2009-08-18) + * Fixed double free pointer crash in dsa_public_to_string. + * Fixed channel_get_exit_status bug. + * Fixed ssh_finalize which didn't clear the flag. + * Fixed memory leak introduced by previous bugfix. + * Fixed channel_poll broken when delayed EOF recvd. + * Fixed stupid "can't parse known host key" bug. + * Fixed possible memory corruption (ticket #14). + version 0.3.2 (released 2009-08-05) * Added ssh_init() function. * Added sftp_readlink() function. |
