summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changes4
-rw-r--r--dist.ini2
2 files changed, 5 insertions, 1 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.
diff --git a/dist.ini b/dist.ini
index 0aa7a76..42610d5 100644
--- a/dist.ini
+++ b/dist.ini
@@ -1,5 +1,5 @@
name = IO-Pty-Easy
-version = 0.07
+version = 0.08
author = Jesse Luehrs <doy at tozt dot net>
license = Perl_5
copyright_holder = Jesse Luehrs