summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-03-05 00:40:42 -0600
committerJesse Luehrs <doy@tozt.net>2012-03-05 00:40:42 -0600
commitd0b6eec9daa6604e6e112c48e82f7c930aadea2c (patch)
tree19d7d77c14b6a0f95f093f8689c964463ff23896
parentf37b732fa2a9f4c4e31c602fb3309bc882400ab9 (diff)
downloadio-pty-easy-d0b6eec9daa6604e6e112c48e82f7c930aadea2c.tar.gz
io-pty-easy-d0b6eec9daa6604e6e112c48e82f7c930aadea2c.zip
changelog
-rw-r--r--Changes3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changes b/Changes
index 95f676f..5f774c1 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,9 @@
Revision history for IO-Pty-Easy
{{$NEXT}}
+ - Close the underlying pty before trying to kill it, to give programs that
+ clean up on EOF time to do that
+ - Other various cleanups
0.08 2009-10-10
- Fixed some circular references, should fix global destruction issues