aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2005-07-22 18:51:36 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2005-07-22 18:51:36 +0000
commitbb518265f1f25bfa4d6dbbb3a7ef8cbfa40fa3d3 (patch)
tree2632652a880deb1a076fee67c7e034762d930576 /UPDATING
parent85a71a15c8ef3d1051e5610f4392a1e9357f0af0 (diff)
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING7
1 files changed, 7 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index fe0edc390ed0..42db27e5698e 100644
--- a/UPDATING
+++ b/UPDATING
@@ -21,6 +21,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW:
developers choose to disable these features on build machines
to maximize performance.
+20050722:
+ The ai_addrlen of a struct addrinfo was changed to a socklen_t
+ to conform to POSIX-2001. This change broke an ABI
+ compatibility on 64 bit architecture. You have to recompile
+ userland programs that use getaddrinfo(3) on 64 bit
+ architecture.
+
20050711:
RELENG_6 branched here.