summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2000-07-23 15:01:31 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2000-07-23 15:01:31 +0200
commit52514313fbb740517a65da615de18d3e6e9e151a (patch)
treeea146bb811e2d3910b02b200dadc8e92a3eeab30 /HISTORY
parenta91ff70bf20ec3ed0d53a40b688c31206e79d35f (diff)
downloadvdr-52514313fbb740517a65da615de18d3e6e9e151a.tar.gz
vdr-52514313fbb740517a65da615de18d3e6e9e151a.tar.bz2
Implemented SVDRP
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 838cc65f..2e58d0da 100644
--- a/HISTORY
+++ b/HISTORY
@@ -56,7 +56,7 @@ Video Disk Recorder Revision History
the PC keyboard to better resemble the "up-down-left-right-ok" layout on
menu controlling remote control units.
-2000-07-15: Version 0.06
+2000-07-23: Version 0.06
- Added support for LIRC remote control (thanks to Carsten Koch!).
There are now three different remote control modes: KBD (PC-Keyboard), RCU
@@ -83,3 +83,6 @@ Video Disk Recorder Revision History
- The polarization can now be given in uppercase or lowercase characters in
channels.conf.
- Fixed buffer initialization to work with DVB driver version 0.6.
+- Implemented the "Simple Video Disk Recorder Protocol" (SVDRP) to control
+ the VDR over a network connection.
+- Implemented command line option handling.