diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-04-11 08:24:04 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-04-11 08:24:04 +0200 |
commit | 1b1dc6d77569582c05de049d399591dd13a9e24a (patch) | |
tree | 99d82da05ac8151737e6ca98cade6d92a83d4c76 /HISTORY | |
parent | e5971d2684322fcbd74b628286555dea33e5eec6 (diff) | |
download | vdr-1b1dc6d77569582c05de049d399591dd13a9e24a.tar.gz vdr-1b1dc6d77569582c05de049d399591dd13a9e24a.tar.bz2 |
Fixed handling '/' and '~' in recording file names in case DirectoryEncoding is used
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -7773,7 +7773,6 @@ Video Disk Recorder Revision History Dominic Evans). - Updated the default channels.conf file. - 2013-03-31: Version 2.0.0 - Updated the Lithuanian OSD texts (thanks to Valdemaras Pipiras). @@ -7783,10 +7782,12 @@ Video Disk Recorder Revision History - Bumped all version numbers to 2.0.0. - Official release. -2013-04-09: Version 2.0.1 +2013-04-11: Version 2.0.1 - Fixed initializing cDevice::keepTracks. - Fixed an endless loop in cTextWrapper::Set() in case the given Width is smaller than one character (reported by Stefan Braun). - Added definitions for older DVB API versions, back until 5.0 (based on a patch from Udo Richter). +- Fixed handling '/' and '~' in recording file names in case DirectoryEncoding is + used (thanks to Lars Hanisch). |