summaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-10-10 01:07:16 -0500
committerJesse Luehrs <doy@tozt.net>2009-10-10 01:07:16 -0500
commit097e4932076c9b9e3e42af1ddd0051f265f71f59 (patch)
tree6ae710c093927ddc4f1cc5b6a30229c7c810cff7 /Changes
parent4456438e4b5391e35cca9080b4bd1b13c2280870 (diff)
downloadio-pty-easy-097e4932076c9b9e3e42af1ddd0051f265f71f59.tar.gz
io-pty-easy-097e4932076c9b9e3e42af1ddd0051f265f71f59.zip
changelog and bump version0.08
Diffstat (limited to 'Changes')
-rw-r--r--Changes4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changes b/Changes
index 7efcece..711c55f 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Revision history for IO-Pty-Easy
+0.08 10/10/2009
+ - Fixed some circular references, should fix global destruction issues
+ (reported by kbrint, RT#50373)
+
0.07 07/07/2009
- Add a constructor option 'raw' (default true) to configure whether the
pty should be set to raw mode on spawn.