summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2021-01-04 09:05:26 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2021-01-04 09:05:26 +0100
commiteebcc57079e25968a3de04266e7c7673c2915419 (patch)
tree1d19a819862b4202686454394bbf4daeb8a31d13 /HISTORY
parentcbc04d73b8a3cbc9b6bba30ddd835b38e20352ff (diff)
downloadvdr-eebcc57079e25968a3de04266e7c7673c2915419.tar.gz
vdr-eebcc57079e25968a3de04266e7c7673c2915419.tar.bz2
Fixed initializing the cChannel::schedule pointer after reading EPG data with PUTE
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index ce832373..ea592942 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-01-02:
+2021-01-04:
- 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
@@ -9587,3 +9587,5 @@ Video Disk Recorder Revision History
- Fixed a crash in the SVDRP command CLRE in case a non-existing channel number is
given (reported by Manuel Reimer).
- Fixed handling $(PKG_CONFIG) in newplugin (thanks to Winfried Köhler).
+- Fixed initializing the cChannel::schedule pointer after reading EPG data with PUTE
+ (reported by Manuel Reimer).