summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2008-02-10 13:41:43 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2008-02-10 13:41:43 +0100
commite1eb84db4908465b44a5ed685c62912a694607a6 (patch)
treea7eda01bb9c4004c9f3fece8dae2219451691c55 /HISTORY
parent5a44b8b801493cc7ed474309076d8cd9296ba59f (diff)
downloadvdr-e1eb84db4908465b44a5ed685c62912a694607a6.tar.gz
vdr-e1eb84db4908465b44a5ed685c62912a694607a6.tar.bz2
Limiting the length of the recording name in timers created via SVDRP in case VDR is run with --vfat
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index ad703239..c6889849 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5613,3 +5613,6 @@ Video Disk Recorder Revision History
- Fixed detecting directories in cFileNameList::Load().
- Running the thread that removes deleted recordings at a low priority to (maybe)
avoid stuttering replay in case the thread is run during replay.
+- Limiting the length of the recording name in timers created via SVDRP in case VDR
+ is run with --vfat, in order to avoid names that are too long for Windows
+ (suggested by Rolf Ahrenberg).