--- libptytty/Changes 2011/12/22 22:32:49 1.41 +++ libptytty/Changes 2015/03/19 21:23:23 1.50 @@ -1,3 +1,16 @@ +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. + +1.6 Sat Jan 21 16:59:22 CET 2012 + - fix compilation on solaris. + - remove dependency on STL. + 1.5 Thu Dec 22 23:32:08 CET 2011 - INCOMPATIBLE CHANGE: ptytty::get no longer sets the pty fd non-blocking.