The epg2html.pl script now handles '|' in description texts

This commit is contained in:
Klaus Schmidinger
2004-03-28 11:16:17 +02:00
parent 3c4010bb75
commit 1c11b72619
2 changed files with 4 additions and 3 deletions

View File

@@ -2746,7 +2746,7 @@ Video Disk Recorder Revision History
- Now explicitly turning on the LNB power at startup, because newer drivers don't
do this any more (thanks to Oliver Endriss for pointing this out).
2004-03-26: Version 1.3.7
2004-03-28: Version 1.3.7
- Fixed a memory leak in thread handling when using NPTL (thanks to Jon Burgess).
- Fixed handling Setup.RecordDolbyDigital, which was broken since version 1.1.6.
@@ -2758,3 +2758,4 @@ Video Disk Recorder Revision History
Pekka Virtanen).
- Moved several menu item classes from menu.c to menuitems.[hc] to make them
available for plugins.
- The epg2html.pl script now handles '|' in description texts.