From 30280393bd501a338ed158a8ea3c9ce2f1a1f681 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 18 Apr 2010 19:19:19 -0500 Subject: changelog and version bump --- Changes | 12 ++++++++++++ dist.ini | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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 license = Perl_5 copyright_holder = Jesse Luehrs -- cgit v1.2.3-54-g00ecf