summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-04-27 10:18:08 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2013-04-27 10:18:08 +0200
commitcffde6ee0951c4ced016860901f942b674eed1c1 (patch)
tree08c40510667bbc48ca5f3c420bfef5b4ddfdc91e /HISTORY
parent2266b0e633f209bcfe3f4c02a212c07131207fdc (diff)
downloadvdr-cffde6ee0951c4ced016860901f942b674eed1c1.tar.gz
vdr-cffde6ee0951c4ced016860901f942b674eed1c1.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--HISTORY8
1 files changed, 8 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index d8a6da38..bde35ec2 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7794,3 +7794,11 @@ 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).
+
+2013-04-27: Version 2.0.2
+
+- 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).