# HG changeset patch # User viric@mandarina # Date 1209411445 -7200 # Node ID f172b95795d83cd44e408e98c9d4ac2a8fb9bc5a # Parent 2692e47422674d84879d234f26701847bb46e505 Moving to version 0.4.1 diff -r 2692e4742267 -r f172b95795d8 ChangeLog --- a/ChangeLog Mon Apr 28 21:37:16 2008 +0200 +++ b/ChangeLog Mon Apr 28 21:37:25 2008 +0200 @@ -1,5 +1,6 @@ -From 0.4 to 0.5 (To be done): - - Compatibility with cec. +From 0.4 to 0.4.1 (To be done): + - Added terminal creation + - Fixing many bugs related to the raw ethernet communication From 0.3 to 0.4: - A tm client in terminal mode allows ~~. for closing the client. - Allow debug dump of data to /tmp/dump.txt using -D diff -r 2692e4742267 -r f172b95795d8 main.c --- a/main.c Mon Apr 28 21:37:16 2008 +0200 +++ b/main.c Mon Apr 28 21:37:25 2008 +0200 @@ -25,7 +25,7 @@ struct Command_line command_line; -static const char version[] = "0.5"; +static const char version[] = "0.4.1"; static int showhelp(const char *pname) {