diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-04-11 08:17:17 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-04-11 08:17:17 +0200 |
commit | c979ef393b18bc384c75ba6e351e10d7c48ee23a (patch) | |
tree | d7b386ae4eff923f67d7c588972c5d8ba98e30d0 /HISTORY | |
parent | 0e4b404102b5220b649bf338988378bc6e72eb68 (diff) | |
download | vdr-c979ef393b18bc384c75ba6e351e10d7c48ee23a.tar.gz vdr-c979ef393b18bc384c75ba6e351e10d7c48ee23a.tar.bz2 |
Fixed handling '/' and '~' in recording file names in case DirectoryEncoding is used
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -7791,7 +7791,7 @@ Video Disk Recorder Revision History - Added definitions for older DVB API versions, back until 5.0 (based on a patch from Udo Richter). -2013-04-10: Version 2.1.1 +2013-04-11: Version 2.1.1 - Fixed initializing cDevice::keepTracks. - Fixed an endless loop in cTextWrapper::Set() in case the given Width is smaller than @@ -7802,3 +7802,5 @@ Video Disk Recorder Revision History - Changed cThread::SetIOPriority() from "best effort class" to "idle class" in order to improve overall performance when an editing process is running (thanks to Jochen Dolze). +- Fixed handling '/' and '~' in recording file names in case DirectoryEncoding is + used (thanks to Lars Hanisch). |