More credits for 'Fixed a crash in i18n character set conversion'

This commit is contained in:
Klaus Schmidinger 2007-06-15 14:40:12 +02:00
parent d1934a7cfd
commit 61dd9815ae
2 changed files with 6 additions and 2 deletions

View File

@ -2091,3 +2091,6 @@ Alexander Riedel <alexander-riedel@t-online.de>
for a patch that was used as a base to implement support for Freetype fonts and
UTF-8 handling
for a patch that fixed part of a crash in i18n character set conversion
Jose Alberto Reguero <jareguero@telefonica.net>
for a patch that fixed part of a crash in i18n character set conversion

View File

@ -5233,8 +5233,9 @@ Video Disk Recorder Revision History
2007-06-15: Version 1.5.4
- Increased APIVERSION (forgot to do that in 1.5.2 and 1.5.3).
- Fixed a crash in i18n character set conversion (thanks to Alexander Riedel and
Christian Wieninger for patches that cured part of the problem).
- Fixed a crash in i18n character set conversion (thanks to Alexander Riedel,
Jose Alberto Reguero and Christian Wieninger for patches that cured part of
the problem).
- Using nl_langinfo(CODESET) to determine the local codeset to use (thanks to
Thomas Günther). The codeset names in 'libsi/si.c' have been changed to the
canonical spelling with '-' (thanks to Ludwig Nussel for pointing this out).