summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2009-02-03 22:56:01 -0500
committerdoy <doy@tozt.net>2009-02-03 22:56:01 -0500
commitc1064e40d3e8ab2d69739d44e2bf86180f28c16e (patch)
treeb8699d18e480528f5d1051418cb7dd2456d6605c
parent9217deeff0cae350ee86200e89bf25adb29bf991 (diff)
downloadio-pty-easy-c1064e40d3e8ab2d69739d44e2bf86180f28c16e.tar.gz
io-pty-easy-c1064e40d3e8ab2d69739d44e2bf86180f28c16e.zip
reformat Changes
-rw-r--r--Changes13
1 files changed, 8 insertions, 5 deletions
diff --git a/Changes b/Changes
index 2a7ab3a..b0fd57b 100644
--- a/Changes
+++ b/Changes
@@ -1,12 +1,15 @@
Revision history for IO-Pty-Easy
0.03 08/20/2007
- Make sure stdin/out are connected to a tty before trying to clone winsize from them
- Fix the subprocess test so that it waits for the read before the subprocess dies
+ - Make sure stdin/out are connected to a tty before trying to clone winsize
+ from them
+ - Fix the subprocess test so that it waits for the read before the
+ subprocess dies
0.02 08/17/2007
- Made calls which could possibly terminate the subprocess blocking by default
- A few other minor bug fixes, doc fixes, and general cleanups
+ - Made calls which could possibly terminate the subprocess blocking by
+ default
+ - A few other minor bug fixes, doc fixes, and general cleanups
0.01 08/17/2007
- Initial release
+ - Initial release