summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-02-16 14:51:22 -0800
committerH. Peter Anvin <hpa@zytor.com>2009-02-16 14:51:22 -0800
commite7a5fc2d681119f663af4e420ae898f115771712 (patch)
tree816130cb29c0e76b50ac86ea9b08f6ecb51ed245
parent878b024bcd1de09b092fb9106f1b8a271cdb0ff1 (diff)
downloadtftp-hpa-e7a5fc2d681119f663af4e420ae898f115771712.tar.gz
Update CHANGES for 5.0 releasetftp-hpa-5.0
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
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.