Backport of 'Fixed handling '/' and '~' in recording file names in case DirectoryEncoding is used'

This commit is contained in:
Klaus Schmidinger 2013-04-11 08:32:40 +02:00
parent c979ef393b
commit 6bd7123072
1 changed files with 3 additions and 1 deletions

View File

@ -7783,13 +7783,15 @@ Video Disk Recorder Revision History
- Bumped all version numbers to 2.0.0. - Bumped all version numbers to 2.0.0.
- Official release. - Official release.
2013-04-09: Version 2.0.1 2013-04-11: Version 2.0.1
- Fixed initializing cDevice::keepTracks. - Fixed initializing cDevice::keepTracks.
- Fixed an endless loop in cTextWrapper::Set() in case the given Width is smaller than - Fixed an endless loop in cTextWrapper::Set() in case the given Width is smaller than
one character (reported by Stefan Braun). one character (reported by Stefan Braun).
- Added definitions for older DVB API versions, back until 5.0 (based on a patch from - Added definitions for older DVB API versions, back until 5.0 (based on a patch from
Udo Richter). Udo Richter).
- Fixed handling '/' and '~' in recording file names in case DirectoryEncoding is
used (thanks to Lars Hanisch).
2013-04-11: Version 2.1.1 2013-04-11: Version 2.1.1