diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-05-07 11:10:56 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-05-07 11:10:56 +0200 |
commit | 8b137f8ce5b901a7ef9193644832827339deee2f (patch) | |
tree | dd21d564186dccf77ac27baf3c403dabaea31edf /HISTORY | |
parent | 9f7166a8915596fca3656d4b2627dd0bcc27ddaa (diff) | |
download | vdr-8b137f8ce5b901a7ef9193644832827339deee2f.tar.gz vdr-8b137f8ce5b901a7ef9193644832827339deee2f.tar.bz2 |
Added status flag for timers that are currently recording
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3474,7 +3474,7 @@ Video Disk Recorder Revision History - Added a missing cMutexLock to cRemote::HasKeys() (thanks to Wolfgang Rohdewald). - All log entries regarding timers now contain a short description of the timer. -2005-05-05: Version 1.3.24 +2005-05-07: Version 1.3.24 - Now including the optional user defined Make.config from the 'libsi' Makefile (thanks to Ville Skyttä). @@ -3500,3 +3500,5 @@ Video Disk Recorder Revision History this one). - Since there are several places in thread.c where a timeout value is calculated, this has been put into a separate function. +- The timer status now has a new bit that is set when that timer is currently + recording (suggested by Matthias Schniedermeyer). See man vdr(5) for details. |