summaryrefslogtreecommitdiffstats
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
parent4456438e4b5391e35cca9080b4bd1b13c2280870 (diff)
downloadio-pty-easy-097e4932076c9b9e3e42af1ddd0051f265f71f59.tar.gz
io-pty-easy-097e4932076c9b9e3e42af1ddd0051f265f71f59.zip
changelog and bump version0.08
-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