summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changes12
-rw-r--r--dist.ini2
2 files changed, 13 insertions, 1 deletions
diff --git a/Changes b/Changes
index 79613ee..a3fa41d 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,17 @@
Revision history for App::Termcast
+0.04 04/18/2010
+ Stop ending the session when there is an error while writing to the
+ termcast server
+
+ Refactor the code a bit to allow sending arbitrary data to the termcast
+ server without requiring an interactive session
+
+ Add a script to stream a ttyrec file to the termcast server
+
+ The command for the run method to run is now required to be passed to the
+ run method, rather than figuring it out from ARGV directly
+
0.03 03/27/2010
Reconnect to the termcast server if the connection is interrupted
diff --git a/dist.ini b/dist.ini
index ea014c3..31974a5 100644
--- a/dist.ini
+++ b/dist.ini
@@ -1,5 +1,5 @@
name = App-Termcast
-version = 0.03
+version = 0.04
author = Jesse Luehrs <doy at tozt dot net>
license = Perl_5
copyright_holder = Jesse Luehrs