--- libptytty/Changes 2008/05/05 16:51:28 1.21 +++ libptytty/Changes 2011/06/09 14:14:48 1.27 @@ -1,8 +1,20 @@ -1.3 + - 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. + +1.3 Sun May 3 23:44:16 CEST 2009 - fedora 9 apparently has isastream but not the stropts.h header file for it, work around this (reported by Tuncer Ayaz). - detect if lastlog is a directory at runtime. - assume ttyslot availability for bsd style utmp. + - make sure the alignment for fd passing control messages + is correct and work around some NetBSD issues (Taylor R Campbell). + - add some missing include statements. 1.2 Thu Aug 2 15:50:02 CEST 2007 - restore the SysV way of acquiring a controlling terminal