summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-09-29 10:05:49 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2012-09-29 10:05:49 +0200
commit62dee6514ae8a704087206cede6831e049c72000 (patch)
tree0ade49f2db72aa303f5e1b79e5653f16792ed615 /HISTORY
parent6f1577a65954ee8a39af033ea96b92409c548eeb (diff)
downloadvdr-62dee6514ae8a704087206cede6831e049c72000.tar.gz
vdr-62dee6514ae8a704087206cede6831e049c72000.tar.bz2
Fixed sorting folders before recordings in case of UTF-8
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index b6de7bde..fdf09457 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7235,7 +7235,7 @@ Video Disk Recorder Revision History
function in order to make use of this new feature. See, for instance, the function
cSkinClassicDisplayMenu::SetButtons() in skinclassic.c for details.
-2012-09-24: Version 1.7.31
+2012-09-29: Version 1.7.31
- If regenerating an index file fails and no data is written to the file, VDR now
reports this error and removes the empty index file.
@@ -7261,3 +7261,4 @@ Video Disk Recorder Revision History
- Moved cleaning up the EPG data and writing the epg.data file into a separate
thread to avoid sluggish response to user input on slow systems (based on a patch from
Sören Moch).
+- Fixed sorting folders before recordings in case of UTF-8 (thanks to Sören Moch).