summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 19ec5b2ec5..edccd36002 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2017-02-28 Florian Weimer <fweimer@redhat.com>
+
+ [BZ #5010]
+ * sunrpc/svc.c (svc_is_mapped): Remove.
+ (svc_unregister): Obtain mapped status while the service is still
+ registered.
+ * sunrpc/Makefile [have-thread-library] (tests): Add
+ tst-svc_register.
+ (tst-svc_register): Link against libc.so explicitly and the thread
+ library.
+ * sunrpc/tst-svc_register.c: New file.
+
2017-02-28 Andreas Schwab <schwab@linux-m68k.org>
* bits/sigthread.h: Refer to <signal.h>, not <pthread.h>.