summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-04-18 19:19:19 -0500
committerJesse Luehrs <doy@tozt.net>2010-04-18 19:19:19 -0500
commit30280393bd501a338ed158a8ea3c9ce2f1a1f681 (patch)
tree62d28c4daebf07a36a2f3ec172b770573a679a64
parent50c4cf92c44b5e2cd0c438a5a1e5ecdbc53ba3c6 (diff)
downloadapp-termcast-30280393bd501a338ed158a8ea3c9ce2f1a1f681.tar.gz
app-termcast-30280393bd501a338ed158a8ea3c9ce2f1a1f681.zip
changelog and version bump0.04
-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