--- libptytty/Changes 2011/11/10 11:33:59 1.31 +++ libptytty/Changes 2011/11/11 15:11:18 1.33 @@ -1,3 +1,7 @@ + - 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,