summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-10-29 08:33:12 -0700
committerUlrich Drepper <drepper@redhat.com>2009-10-29 08:33:12 -0700
commit92934e8b848fd55483606addf37687913a980bca (patch)
treed2a193b39829a6b3e012c499e23183c924c3ad91 /ChangeLog
parent3a85895fa3e15b8d53856161a4ba3950d44ea285 (diff)
Allow compat handling of getutmp.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 637f05a04f..0f5c45a7a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2009-10-29 Ulrich Drepper <drepper@redhat.com>
+ [BZ #10847]
+ * sysdeps/gnu/getutmp.c: Allow compatibility code to play around with
+ getutmpx symbol.
+
+ [BZ #10823]
* resolv/res_send.c (__libc_res_nsend): Fix copying of IPv4 server
addresses. Patch by Petar Bogdanovic <petar@smokva.net>.