--- libptytty/Changes 2011/05/17 10:25:30 1.25 +++ libptytty/Changes 2011/06/09 14:14:48 1.27 @@ -1,6 +1,8 @@ - - 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. + - 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.