summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-07-06 23:57:20 -0500
committerJesse Luehrs <doy@tozt.net>2009-07-06 23:57:20 -0500
commit88fc4cd02aaf3ab74f813e3ce51541d94410da3b (patch)
tree55a42bfd643949ffa6796cb45e9e29438adccff4
parent396610543aca5092e6ac366ad50f2e86fcaf3052 (diff)
downloadio-pty-easy-88fc4cd02aaf3ab74f813e3ce51541d94410da3b.tar.gz
io-pty-easy-88fc4cd02aaf3ab74f813e3ce51541d94410da3b.zip
update Changes
-rw-r--r--Changes7
1 files changed, 7 insertions, 0 deletions
diff --git a/Changes b/Changes
index 417746d..b549909 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,12 @@
Revision history for IO-Pty-Easy
+0.07 07/06/2009
+ - Add a constructor option 'raw' (default true) to configure whether the
+ pty should be set to raw mode on spawn.
+ - Don't ever automatically set the master side of the pty to raw, since
+ it's controlled by the parent process (I don't think this should break
+ anything?)
+
0.06 07/06/2009
- Localize $@ and $? in the destructor
- Convert the module to use the actual pty object as the class instance,