summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2021-01-02 15:05:48 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2021-01-02 15:05:48 +0100
commit3211df30df43960f04645371f6f923a60ce4f681 (patch)
tree8f6d574f47aa64cb32aedd0fbfc3f9bff4cb6154 /HISTORY
parentd2e0087c4e13b2acbecc4bafb3cb2ab656c95339 (diff)
downloadvdr-3211df30df43960f04645371f6f923a60ce4f681.tar.gz
vdr-3211df30df43960f04645371f6f923a60ce4f681.tar.bz2
Fixed strreplace() to handle NULL strings
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 77b4f9af..f68dd810 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9562,3 +9562,7 @@ Video Disk Recorder Revision History
- Fixed a compiler warning (thanks to Winfried Köhler).
- Fixed convertCharacterTable() in case iconv_open() fails (thanks to Helmut Binder).
- Official release.
+
+2021-01-02: Version 2.4.7
+
+- Fixed strreplace() to handle NULL strings (reported by Jürgen Schneider).