summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-02-12 10:19:03 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-02-12 10:19:03 +0100
commit5b4507da05453538b40d6c8801223238b11cc482 (patch)
tree870a31634a799acc1a3f81e98832880b88dd7587 /HISTORY
parent7f244d5c9c6a176bd1008f0ea10c9649dba7c1a9 (diff)
downloadvdr-5b4507da05453538b40d6c8801223238b11cc482.tar.gz
vdr-5b4507da05453538b40d6c8801223238b11cc482.tar.bz2
Fixed handling symbolic links in cRecordings::ScanVideoDir()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 73a342d8..d79e983d 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3374,7 +3374,7 @@ Video Disk Recorder Revision History
out).
- Added MPEG1 replay capability to cPesAssembler (thanks to Stefan Huelswitt).
-2005-02-08: Version 1.3.21
+2005-02-12: Version 1.3.21
- Fixed cDvbDevice::SetAudioTrackDevice() to avoid a blank screen after switching
back to live mode if a recording is currently active on the primary device.
@@ -3384,3 +3384,5 @@ Video Disk Recorder Revision History
- Restricted the "setting audio track" log message to automatic changes during replay.
- Fixed handling Transfer Mode for radio channels (thanks to Andreas Regel for
reporting this one).
+- Fixed handling symbolic links in cRecordings::ScanVideoDir() (thanks to Stefan
+ Huelswitt).