summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2021-03-17 10:55:43 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2021-03-17 10:55:43 +0100
commit7ffc1a5efee20ae7a778dd1482f16e193cc1f620 (patch)
treea00ae44447ec46600c96074610cc230a08346e49 /HISTORY
parent36a833053b4b1d51ffe51ca75d06478819e92eeb (diff)
downloadvdr-7ffc1a5efee20ae7a778dd1482f16e193cc1f620.tar.gz
vdr-7ffc1a5efee20ae7a778dd1482f16e193cc1f620.tar.bz2
Made checking for done recordings more tolerant
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index c1b1e5c9..8eaa6569 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9578,7 +9578,7 @@ Video Disk Recorder Revision History
given (reported by Manuel Reimer).
- Fixed handling $(PKG_CONFIG) in newplugin (thanks to Winfried Köhler).
-2021-03-16:
+2021-03-17:
- Fixed strreplace() to handle NULL strings (reported by Jürgen Schneider).
- Somewhere down the road the 'x' bit of Doxyfile.filter got lost, so the
@@ -9611,3 +9611,6 @@ Video Disk Recorder Revision History
Processed(). The old functions Sync() and Repeat() are deprecated and may be
removed in a future version. See the comments in filter.h for a description on
how to use these new function.
+- When checking whether a particular recording has already been made by a pattern
+ timer, the characters ' ' (blank), ':' and '-' are now ignored, making
+ "TITLE - EPISODE" and "TITLE: EPISODE" the same.