Mercurial > dropbear
comparison CHANGES @ 224:1dbd2473482f DROPBEAR_0.46
* ... and a bit more for the CHANGES
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 08 Jul 2005 19:20:10 +0000 |
parents | f3ef0d29ab65 |
children | 9b9664204b97 |
comparison
equal
deleted
inserted
replaced
223:f3ef0d29ab65 | 224:1dbd2473482f |
---|---|
22 | 22 |
23 - Fix so that all file descriptors are closed so the child shell doesn't | 23 - Fix so that all file descriptors are closed so the child shell doesn't |
24 inherit descriptors (thanks to Linden May for the patch) | 24 inherit descriptors (thanks to Linden May for the patch) |
25 | 25 |
26 - Change signkey.c to avoid gcc 4 generating incorrect code | 26 - Change signkey.c to avoid gcc 4 generating incorrect code |
27 | |
28 - After both sides of a file descriptor have been shutdown(), close() | |
29 it to avoid leaking descriptors (thanks to Ari Hyttinen for a patch) | |
27 | 30 |
28 - Update to LibTomCrypt 1.05 and LibTomMath 0.35 | 31 - Update to LibTomCrypt 1.05 and LibTomMath 0.35 |
29 | 32 |
30 0.45 - Mon March 7 2005 | 33 0.45 - Mon March 7 2005 |
31 | 34 |