summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-08-28 09:13:06 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-08-28 09:13:06 +0200
commit786d8f2d88d79cd82aecdc1416ae64fb3cd8313f (patch)
tree56542efa70818d2f324ab5799f81812b1a867649
parent6445b9a0864a945d50e5ea4744f3bfa4ee8622dd (diff)
downloadvdr-786d8f2d88d79cd82aecdc1416ae64fb3cd8313f.tar.gz
vdr-786d8f2d88d79cd82aecdc1416ae64fb3cd8313f.tar.bz2
Added a note about 'svdrpdemo'
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index cb6fa780..6014ed1e 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3717,7 +3717,7 @@ Video Disk Recorder Revision History
functions to avoid problems on platforms that don't provide these (thanks to
David Woodhouse for his help).
-2005-08-27: Version 1.3.31
+2005-08-28: Version 1.3.31
- Added missing German OSD texts for 'Audio language'.
- The Setup/CICAM menu now only contains the devices that actually have a CI and
@@ -3741,3 +3741,4 @@ Video Disk Recorder Revision History
- Plugins can now implement their own SVDRP commands (based on a patch from Hardy
Flor). See PLUGINS.html, section "SVDRP commands" for details. The SVDRP commands
of a plugin are accessed through the new SVDRP command PLUG.
+ See PLUGINS/src/svdrpdemo for an example of how to use this feature.