From e7a5fc2d681119f663af4e420ae898f115771712 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Mon, 16 Feb 2009 14:51:22 -0800 Subject: [PATCH] Update CHANGES for 5.0 release --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index 9909cd3..c74fd95 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,12 @@ Changes in 5.0: Try to on platforms with getaddrinfo() without AI_ADDRCONFIG or AI_CANONNAME. + Implement the "rollover" option, for clients which want block + number to rollover to anything other than zero. + + Correctly disable PMTU in standalone mode. Patch by Florian + Lohoff. + Changes in 0.49: Add IPv6 support. Patch by Karsten Keil.