summaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-06-15 21:20:26 -0500
committerJesse Luehrs <doy@tozt.net>2010-06-15 21:21:56 -0500
commit508218365c734253b7a0855084031be28446de66 (patch)
tree80cf3464c6c425e3cf017f56ee5c0e66861b82a4 /Changes
parent43477c66218bbf97a1ad83d6df70e38c19926240 (diff)
downloadapp-termcast-508218365c734253b7a0855084031be28446de66.tar.gz
app-termcast-508218365c734253b7a0855084031be28446de66.zip
dzil stuff0.07
Diffstat (limited to 'Changes')
-rw-r--r--Changes60
1 files changed, 31 insertions, 29 deletions
diff --git a/Changes b/Changes
index a5ea511..7aafbfa 100644
--- a/Changes
+++ b/Changes
@@ -1,43 +1,45 @@
-Revision history for App::Termcast
+Revision history for App-Termcast
-0.07 06/15/2010
- Refactor the establishment message (the first line sent to the
- termcast server) to its own attribute (jasonmay)
+{{$NEXT}}
+ - Refactor the establishment message (the first line sent to the termcast
+ server) to its own attribute (jasonmay)
-0.06 04/19/2010
- Fix reconnecting (was using wrong method name)
+ - Convert to more dzil stuff
-0.05 04/18/2010
- Fix the default termcast server (how did that get changed?)
+0.06 2010-04-19
+ - Fix reconnecting (was using wrong method name)
-0.04 04/18/2010
- Stop ending the session when there is an error while writing to the
- termcast server
+0.05 2010-04-18
+ - Fix the default termcast server (how did that get changed?)
- Refactor the code a bit to allow sending arbitrary data to the termcast
- server without requiring an interactive session
+0.04 2010-04-18
+ - Stop ending the session when there is an error while writing to the
+ termcast server
- Add a script to stream a ttyrec file to the termcast server
+ - Refactor the code a bit to allow sending arbitrary data to the termcast
+ server without requiring an interactive session
- 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
+ - Add a script to stream a ttyrec file to the termcast server
-0.03 03/27/2010
- Reconnect to the termcast server if the connection is interrupted
+ - 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.02 09/27/2009
- Add new option --bell-on-watcher to send a bell to your terminal whenever
- a watcher connects
+0.03 2010-03-27
+ - Reconnect to the termcast server if the connection is interrupted
- Stop dying when the terminal is resized
+0.02 2009-09-27
+ - Add new option --bell-on-watcher to send a bell to your terminal
+ whenever a watcher connects
- Use Scope::Guard to better clean up ReadMode when we're done
+ - Stop dying when the terminal is resized
-0.01 07/11/2009
- A few more bug fixes, and actual tests
+ - Use Scope::Guard to better clean up ReadMode when we're done
-0.01_02 07/10/2009
- A few bug fixes
+0.01 2009-07-11
+ - A few more bug fixes, and actual tests
-0.01_01 07/10/2009
- Initial release
+0.01_02 2009-07-10
+ - A few bug fixes
+
+0.01_01 2009-07-10
+ - Initial release