--- libptytty/Changes 2011/05/17 10:25:30 1.25 +++ libptytty/Changes 2011/12/22 12:17:31 1.38 @@ -1,6 +1,24 @@ - - align with POSIX by setting only id, pid and time in utmp(x) - logout records, they are the only meaningful fields for this - type of record according to the standard. +1.5 + - INCOMPATIBLE CHANGE: ptytty::get no longer sets the pty fd + non-blocking. + - the login_shell argument of login is now properly honoured. + - ptytty::get no longer makes the pty a controlling terminal + when using posix_openpt. + - remove support for utmpx ut_session extension, it serves no + purpose. + - remove support for writing lastlog when the lastlog file is a + directory, no system is known to require this code. + - do not clear ut_user in utmpx logout records because + pututxline fails otherwise on solaris + - Fix compilation on systems with bsd style utmp and no utmpx, + such as openbsd. + +1.4 Wed Jun 29 14:36:19 CEST 2011 + - push stream modules in ptytty::get rather than in + ptytty::make_controlling_tty. This makes tty ioctls (such as + TIOCSWINSZ, to set the window size) work even if + make_controlling_tty has not been called. + - clear user and host fields in utmp(x) logout records. - fix utmpx detection on upcoming FreeBSD 9. - switch to automake. - refactoring and cleanup. @@ -19,7 +37,7 @@ (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. + - update config.guess and config.sub. 1.1 Mon Feb 12 18:25:07 CET 2007 - when using the helper, close the pty and tty fd also in the main @@ -28,7 +46,7 @@ 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. + - do not call chmod/chown with 0 argument. - reformatted ptytty.C to hopefully be more clear. 0.2 Thu Jul 20 04:57:26 CEST 2006