From e7a7b194833a5283ac5c4cf24db370e70cf2674f Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Mon, 14 Sep 2009 14:46:34 -0700 Subject: [PATCH] Update CHANGES for future 5.1 release Signed-off-by: H. Peter Anvin --- CHANGES | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES b/CHANGES index c74fd95..cdb9a2e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,12 @@ +Changes in 5.1: + Add -P option to write a PID file. Patch by Ferenc Wagner. + + Bounce the syslog socket in standalone mode, in case the + syslog daemon has been restarted. Patch by Ferenc Wagner. + + Build fixes. + + Changes in 5.0: Try to on platforms with getaddrinfo() without AI_ADDRCONFIG or AI_CANONNAME.