summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2009-02-03 23:03:02 -0500
committerdoy <doy@tozt.net>2009-02-03 23:03:02 -0500
commit16047de1987f2619aba55823bb674537c484d589 (patch)
tree9e34d9fb6c0ee2d9658d581d1c0bb87b8a85f35b
parentc1064e40d3e8ab2d69739d44e2bf86180f28c16e (diff)
downloadio-pty-easy-16047de1987f2619aba55823bb674537c484d589.tar.gz
io-pty-easy-16047de1987f2619aba55823bb674537c484d589.zip
update changelog for 0.04
-rw-r--r--Changes6
1 files changed, 6 insertions, 0 deletions
diff --git a/Changes b/Changes
index b0fd57b..61e1268 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
Revision history for IO-Pty-Easy
+0.04 02/03/2009
+ - Don't mess with SIGCHLD, it breaks system() and ``
+ - Don't die if $pty->close is called multiple times (and close on DESTROY)
+ - Don't mess with SIGWINCH if we weren't the ones that set it up
+ - Sleep while waiting for a process to die, rather than spinning
+ - FreeBSD should pass all tests now (sorear)
0.03 08/20/2007
- Make sure stdin/out are connected to a tty before trying to clone winsize
from them