From 88fc4cd02aaf3ab74f813e3ce51541d94410da3b Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 6 Jul 2009 23:57:20 -0500 Subject: update Changes --- Changes | 7 +++++++ 1 file changed, 7 insertions(+) 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, -- cgit v1.2.3-54-g00ecf