--- libptytty/Changes 2013/12/28 00:27:44 1.47 +++ libptytty/Changes 2015/05/02 21:15:50 1.52 @@ -1,5 +1,17 @@ + - fix m4 underquoting bug that prevented utmpx detection from + working on systems without the utmp.h header, such as + freebsd 9 and newer. + - fix ptytty::get hang on AIX. + - ptytty::get on Solaris no longer makes the tty controlling + when the calling process does not have a controlling + terminal. Bug introduced in ptytty-1.4. - - nuke the pid check when !PTYTTY_REENTRANT. It breaks urxvtd, and +1.7 Thu Mar 19 22:04:33 CET 2015 + - fix various bugs that prevented the lib from working correctly on + some systems when using the helper process. + - fix compilation on solaris with g++ >= 4.7. + - fix compilation on freebsd/openbsd. + - nuke the pid check when !PTYTTY_REENTRANT: it breaks urxvtd, and serves little purpose as it is off in normal builds anyway. - add ecb.h.