--- libptytty/Changes 2006/07/20 02:57:58 1.12 +++ libptytty/Changes 2007/01/20 00:18:14 1.16 @@ -1,3 +1,10 @@ +1.1 + - when using the helper, close the pty and tty fd also in the main + process (Patch by Andrei Paskevich). + +1.0 Tue Oct 3 13:18:00 CEST 2006 + - do not call chmod/chown with 0 argument when pty never opened. + - reformatted ptytty.C to hopefully be more clear. 0.2 Thu Jul 20 04:57:26 CEST 2006 - move include files outside #ifdef PTYTTY_HELPER in proxy.C.