aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-04-04 10:04:55 -0700
committerUlrich Drepper <drepper@redhat.com>2010-04-04 10:04:55 -0700
commit8c6de69d00c6be60657ca0d763dda803172c6aab (patch)
tree9e94ffeccfeff3d334fada889a1c95e33d2ae22e /ChangeLog
parentVarious changes to the es_CR locale. (diff)
downloadglibc-8c6de69d00c6be60657ca0d763dda803172c6aab.tar.gz
glibc-8c6de69d00c6be60657ca0d763dda803172c6aab.tar.bz2
glibc-8c6de69d00c6be60657ca0d763dda803172c6aab.zip
Fix option aliasing in argp.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5cccc47274..e8b494b1ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-02-05 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ [BZ #11254]
+ * argp/argp-parse.c (convert_options): Fix improper use of `|'
+ between character values.
+
2010-04-04 Ulrich Drepper <drepper@redhat.com>
[BZ #11276]