Moving to version 0.4.1
authorviric@mandarina
Mon, 28 Apr 2008 21:37:25 +0200
changeset 90 f172b95795d8
parent 89 2692e4742267
child 91 af6b072bb025
Moving to version 0.4.1
ChangeLog
main.c
--- 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
--- 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)
 {