diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-08-25 11:31:35 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-08-25 11:31:35 +0200 |
commit | 08ab22f987a7ce7489ac31e8e0d37c9054651ba8 (patch) | |
tree | fb0b9942646ab7743903d4d6091c146ef2653f58 /HISTORY | |
parent | 3f03cfa14d53c17f74802d17797c39d4e2cb2856 (diff) | |
download | vdr-08ab22f987a7ce7489ac31e8e0d37c9054651ba8.tar.gz vdr-08ab22f987a7ce7489ac31e8e0d37c9054651ba8.tar.bz2 |
Added IsUpdate() to the EPG handler interface
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7191,7 +7191,7 @@ Video Disk Recorder Revision History turn on adding the source character to channel names whenever they are displayed (suggested by Ludi Kaleni). -2012-08-21: Version 1.7.30 +2012-08-25: Version 1.7.30 - Fixed sorting recordings in the top level video directory. - Fixed handling control characters in SI data in case of UTF-8 encoded strings @@ -7202,3 +7202,4 @@ Video Disk Recorder Revision History dot ('.') are now ignored and will be implicitly removed if the directory contains no other files. This fixes the leftover ".sort" files that were introduced in version 1.7.29. +- Added IsUpdate() to the EPG handler interface (thanks to Jörg Wendel). |