summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-08-25 11:31:35 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2012-08-25 11:31:35 +0200
commit08ab22f987a7ce7489ac31e8e0d37c9054651ba8 (patch)
treefb0b9942646ab7743903d4d6091c146ef2653f58 /HISTORY
parent3f03cfa14d53c17f74802d17797c39d4e2cb2856 (diff)
downloadvdr-08ab22f987a7ce7489ac31e8e0d37c9054651ba8.tar.gz
vdr-08ab22f987a7ce7489ac31e8e0d37c9054651ba8.tar.bz2
Added IsUpdate() to the EPG handler interface
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 5e2ca522..e275b9de 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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).