--- libptytty/Changes 2006/02/07 05:32:37 1.11 +++ libptytty/Changes 2007/02/12 17:27:02 1.17 @@ -1,4 +1,14 @@ +1.1 Mon Feb 12 18:25:07 CET 2007 + - when using the helper, close the pty and tty fd also in the main + process (patch by Andrei Paskevich). + - implement ptytty::sanitise_stdfd to ensure stdin/out/error exist + and are usable and use it. +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. - added proxy.C to cvs (was missing before).