From: Ulrich Drepper Date: Tue, 10 Aug 2004 04:09:50 +0000 (+0000) Subject: [BZ #253] X-Git-Tag: cvs/fedora-base~227 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=61c6385ddbfec9c3b4ac49d992c68ea4eba533f7;p=thirdparty%2Fglibc.git [BZ #253] Update. * elf/ldconfig.c (options): Mark parameter option names as translatable. [BZ #253] Patch by Jakub Bogusz . --- diff --git a/ChangeLog b/ChangeLog index 5c749866e92..bfae5f6ae91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-08-09 Ulrich Drepper + * elf/ldconfig.c (options): Mark parameter option names as + translatable. [BZ #253] Patch by Jakub Bogusz . + * iconv/gconv_charset.h (strip): Also allow comma which is what is used to separate options. [BZ #194]