diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-04-27 10:06:49 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-04-27 10:06:49 +0200 |
commit | fd3bf6c3d2853505f0dddfd11ec408200ffb9e1c (patch) | |
tree | a17a6e672bb80febb5b9d729a543de4d771ff9cd /HISTORY | |
parent | 53ef55410c7d5532151e9fba1ac5ab8eda553715 (diff) | |
download | vdr-fd3bf6c3d2853505f0dddfd11ec408200ffb9e1c.tar.gz vdr-fd3bf6c3d2853505f0dddfd11ec408200ffb9e1c.tar.bz2 |
Fixed multiple occurrences of the same directory in the recordings list in case there are directories that only differ in non-alphanumeric characters
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -7796,7 +7796,7 @@ Video Disk Recorder Revision History improve overall performance when an editing process is running (thanks to Jochen Dolze). -2013-04-11: Version 2.1.1 +2013-04-27: Version 2.1.1 - Fixed initializing cDevice::keepTracks. - Fixed an endless loop in cTextWrapper::Set() in case the given Width is smaller than @@ -7812,3 +7812,8 @@ Video Disk Recorder Revision History - Changed the sign of the satellite position value in cSource to reflect the standard of western values being negative. The new member function cSource::Position() can be used to retrieve the orbital position of a satellite. +- Fixed multiple occurrences of the same directory in the recordings list in case there + are directories that only differ in non-alphanumeric characters (was broken by + "Fixed selecting the last replayed recording in the Recordings menu in case there + are folders and plain recordings with names that differ only in non-alphanumeric + characters" in version 1.7.36). |