--- libptytty/Changes 2011/06/09 14:14:48 1.27 +++ libptytty/Changes 2011/12/20 16:09:32 1.36 @@ -1,3 +1,15 @@ + - INCOMPATIBLE CHANGE: ptytty::get no longer sets the pty fd + non-blocking. + - ptytty::get no longer makes the pty a controlling terminal + when using posix_openpt. + - 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