diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2009-12-23 15:25:05 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2009-12-23 15:25:05 +0100 |
commit | d8d65c7536c2569854483cb8af7cdc94afea9b44 (patch) | |
tree | 5c178f30b88e2e88a4b9c2a5028950ebd38b6818 /HISTORY | |
parent | 1bb58100b0de6ac7196d402b0f85d96f0c974af8 (diff) | |
download | vdr-d8d65c7536c2569854483cb8af7cdc94afea9b44.tar.gz vdr-d8d65c7536c2569854483cb8af7cdc94afea9b44.tar.bz2 |
Modified cCharSetConv so that it can be used to convert from "whatever VDR uses" to a given code
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -6197,7 +6197,7 @@ Video Disk Recorder Revision History - Fixed the default value for "Pause key handling" in the MANUAL (reported by Diego Pierotto). -2009-12-20: Version 1.7.11 +2009-12-23: Version 1.7.11 - Fixed resetting the file size when regenerating the index file. - The new function cDevice::PatPmtParser() can be used in derived devices to access @@ -6220,3 +6220,6 @@ Video Disk Recorder Revision History - Some fixes to dvbspu.[hc] (thanks to Johann Friedrichs). - Fixed a busy loop when moving editing marks (thanks to Johann Friedrichs). - Updated sources.conf (thanks to Derek Kelly). +- Modified cCharSetConv so that it can be used to convert from "whatever VDR uses" + to a given code (thanks to Joachim Wilke). + |