--- libptytty/Changes 2006/01/24 11:29:32 1.4 +++ libptytty/Changes 2007/12/24 13:18:17 1.20 @@ -1,7 +1,36 @@ -0.1 - - added an untested C API. +1.3 + - detect if lastlog is a directory at runtime. + - assume ttyslot availability for bsd style utmp. + +1.2 Thu Aug 2 15:50:02 CEST 2007 + - restore the SysV way of acquiring a controlling terminal + (for systems having no TIOCSCTTY such as cygwin or solaris). + - when using openpty, get the slave name with ttyname. + - fix a small memory leak for _getpty. + - update config.guess. + +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). + +0.1 Wed Jan 25 22:56:36 CET 2006 + - added the C API. - small freebsd patch to fdpass.C by Thierry Thomas. + - added eg/c-sample.c. + - small fixes to the C api. + - restructured source files. + - added set*uid checks to ptytty.m4. 0.0 - - originally cloned rxvt-unicode. + - originally cloned from rxvt-unicode.