diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2015-09-06 09:14:53 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2015-09-06 09:14:53 +0200 |
commit | 04edd69b7afa291a54ffe70db146b068c22d2096 (patch) | |
tree | 6aa366ed75d2bf2b68b4737d4e897d3b5641990d /HISTORY | |
parent | 50d268538ee714e8e3f88bba0e952c33a75d3777 (diff) | |
download | vdr-04edd69b7afa291a54ffe70db146b068c22d2096.tar.gz vdr-04edd69b7afa291a54ffe70db146b068c22d2096.tar.bz2 |
Timers now have unique ids
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -8784,3 +8784,8 @@ Video Disk Recorder Revision History communication printed to the console for debugging. - Added a missing 'const' to cReceiver::Receive(), to protect the given Data from being modified. +- The SVDRP commands that deal with timers (DELT, LSTT, MODT, NEWT, NEXT and UPDT) + as well as any log messages that refer to timers, now use a unique id for each + timer, which remains valid as long as this instance of VDR is running. This means + that timers are no longer continuously numbered from 1 to N in LSTT. There may be + gaps in the sequence, in case timers have been deleted. |