summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-02-27 12:30:45 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-02-27 12:30:45 +0100
commit083ee1f74e1eaf7bc346e20a813b88d8d4460a5e (patch)
treefd973a9a471a148f705a6f04e5b35867886946e3 /HISTORY
parent6d34a8a7a037e442bf74d061357e47576ea6f6bb (diff)
downloadvdr-083ee1f74e1eaf7bc346e20a813b88d8d4460a5e.tar.gz
vdr-083ee1f74e1eaf7bc346e20a813b88d8d4460a5e.tar.bz2
The code for the RCU remote control unit has been moved into a separate plugin named "rcu"
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 5 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 22e2837f..7bfae8b5 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6925,3 +6925,8 @@ Video Disk Recorder Revision History
- Added some typecasts to silence gcc compiler warnings (thanks to Rolf Ahrenberg).
- Fixed handling overlapping timers in case a VPS timer with higher priority needs
to interrupt a timer with lower priority.
+- The code for the RCU remote control unit has been moved into a separate plugin
+ named "rcu".
+ The REMOTE=RCU option in the 'make' call for VDR is now obsolete.
+ The command line option --rcu is now obsolete. Use -Prcu instead. If you have
+ used --rcu with a device path, use -P"rcu -d<device>".