summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-10-19 13:22:24 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2001-10-19 13:22:24 +0200
commit6de7f7e8b2233189115fca4dec705e946359516f (patch)
tree6707bba23513cee66c5bd4a6a73ab7fb8fdfe017 /HISTORY
parent6c41138bdd546c1e833b5172901a98da38f1a849 (diff)
downloadvdr-6de7f7e8b2233189115fca4dec705e946359516f.tar.gz
vdr-6de7f7e8b2233189115fca4dec705e946359516f.tar.bz2
Fixed timers starting and ending at unexpected times
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 03dd359a..f11f2ebb 100644
--- a/HISTORY
+++ b/HISTORY
@@ -787,7 +787,7 @@ Video Disk Recorder Revision History
- Made the volume, mute and power keys work when a menu is active, too (thanks
to Matthias Weingart).
-2001-10-07: Version 0.97
+2001-10-19: Version 0.97
- Implemented a lock file to prevent more than one instance of VDR from removing
files from the video directory at the same time.
@@ -817,3 +817,5 @@ Video Disk Recorder Revision History
(where these are assumed to be single line texts) and would have to be
specially handled in the 'epg.data' file and the LSTE command in SVDRP.
- Mapping ` ("backtick") characters in EPG texts to ' (single quote).
+- Fixed timers starting and ending at unexpected times. 'localtime()' was not
+ thread safe, now using localtime_r().