--- libptytty/Changes 2013/12/28 00:27:44 1.47 +++ libptytty/Changes 2015/04/09 13:51:54 1.51 @@ -1,5 +1,13 @@ + - 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.