# HG changeset patch # User Matt Johnston # Date 1366298117 -28800 # Node ID ea04e3eb03e2c3d59d82e361882711de844068a4 # Parent cd114f4272812f611148042c7439fa466f581ce9 Save with utf8 encoding diff -r cd114f427281 -r ea04e3eb03e2 CHANGES --- a/CHANGES Thu Apr 18 23:10:24 2013 +0800 +++ b/CHANGES Thu Apr 18 23:15:17 2013 +0800 @@ -31,7 +31,7 @@ ~^Z (background session) - Server will more reliably clean up utmp when connection is closed, reported by - Mattias Walström + Mattias Walström - Don't crash if /dev/urandom isn't writable (RHEL5), thanks to Scott Case @@ -71,10 +71,10 @@ - Allow using IPv6 bracket notation for addresses in server "-p" option, from Ben Jencks -- A few improvements for Android from Reimar Döffinger +- A few improvements for Android from Reimar Döffinger - Fix memory leak for TCP forwarded connections to hosts that timed out, - reported by Norbert Benczúr. Appears to be a very long-standing bug. + reported by Norbert Benczúr. Appears to be a very long-standing bug. - Fix "make clean" for out of tree builds @@ -700,7 +700,7 @@ Lobenstock and Mihnea Stoenescu - Use daemon() function if available (or our own copy) rather than separate - code (thanks to Frédéric Lavernhe for the report and debugging, and Bernard + code (thanks to Frédéric Lavernhe for the report and debugging, and Bernard Blackham for his suggestion on what to look at) - Fixed up support for first_kex_packet_follows, required to talk to ssh.com @@ -819,7 +819,7 @@ - Various signedness fixes - Can listen on multiple ports - added option to disable openpty with configure script, - (from K.-P. Kirchdörfer ) + (from K.-P. Kirchdörfer ) - Various cleanups to bignum code (thanks to Tom St Denis ) - Fix compile error when disabling RSA