aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-08-10 04:09:50 +0000
committerUlrich Drepper <drepper@redhat.com>2004-08-10 04:09:50 +0000
commit61c6385ddbfec9c3b4ac49d992c68ea4eba533f7 (patch)
treec42c7c0fe9eea87c639479f49dfb01d1f0831d7e
parent7864c09b09a5c10839de78355eff6fdf4b2ee3ca (diff)
downloadglibc-61c6385ddbfec9c3b4ac49d992c68ea4eba533f7.tar
glibc-61c6385ddbfec9c3b4ac49d992c68ea4eba533f7.tar.gz
glibc-61c6385ddbfec9c3b4ac49d992c68ea4eba533f7.tar.bz2
glibc-61c6385ddbfec9c3b4ac49d992c68ea4eba533f7.zip
[BZ #253]
Update. * elf/ldconfig.c (options): Mark parameter option names as translatable. [BZ #253] Patch by Jakub Bogusz <qboosh@pld-linux.org>.
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c749866e9..bfae5f6ae9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2004-08-09 Ulrich Drepper <drepper@redhat.com>
+ * elf/ldconfig.c (options): Mark parameter option names as
+ translatable. [BZ #253] Patch by Jakub Bogusz <qboosh@pld-linux.org>.
+
* iconv/gconv_charset.h (strip): Also allow comma which is what is
used to separate options. [BZ #194]