summaryrefslogtreecommitdiffstats
path: root/contrib/bind/CHANGES
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-06-11 05:01:49 +0000
committerpeter <peter@FreeBSD.org>1998-06-11 05:01:49 +0000
commit67e0f3ce71726dc4058c2f80a813341a59244dbd (patch)
tree5c20e716e4e6350a1a86438bee7bc2b84513180b /contrib/bind/CHANGES
parent0666320b4eda500556d2c671c9527c9000057492 (diff)
downloadFreeBSD-src-67e0f3ce71726dc4058c2f80a813341a59244dbd.zip
FreeBSD-src-67e0f3ce71726dc4058c2f80a813341a59244dbd.tar.gz
Import final bind-8.1.2 release.
Obtained from: ftp.isc.org
Diffstat (limited to 'contrib/bind/CHANGES')
-rw-r--r--contrib/bind/CHANGES47
1 files changed, 47 insertions, 0 deletions
diff --git a/contrib/bind/CHANGES b/contrib/bind/CHANGES
index a09b7d4..f987e5c 100644
--- a/contrib/bind/CHANGES
+++ b/contrib/bind/CHANGES
@@ -1,4 +1,51 @@
+ --- 8.1.2 released ---
+
+ 380. [bug] Replaying the dynamic update log could trigger an
+ INSIST.
+
+ 379. [port] Updated IRIX port.
+
+ 378. [bug] The declaration for res_freeupdrec() in resolv.h
+ didn't use __P().
+
+ 377. [func] The server now sets SO_SNDBUF on UDP sockets.
+
+ 376. [port] The malloc() implementation on many systems didn't
+ like memcluster.c's 4KB block allocations, sometimes
+ causing huge amounts of memory to be wasted.
+ memcluster.c now allocates bigger chunks and makes
+ its own 4KB blocks.
+
+ 375. [bug] If more than (sizeof u_long) gets occurred for a
+ particular memory bucket, an INSIST about puts < gets
+ might have been erroneously trigged. Now total
+ gets and outstanding gets are counted.
+
+ 374. [port] SCO 3.2v4.2 doesn't have initgroups(), so we do not
+ want to define CAN_CHANGE_ID.
+
+ 373. [port] Updated LynxOS port.
+
+ 372. [port] Updated SCO 3.2v5.0.x port.
+
+ 371. [bug] "make install" could fail on some Linux systems
+ because src/port/linux/include/net/Makefile didn't
+ cope with an empty HFILES variable.
+
+ 370. [bug] Trying to update an expired slave zone would cause
+ the server to panic.
+
+ 369. [bug] The Makefile for named-xfer didn't try to create
+ ${DESTDIR}${DESTEXEC} if it didn't exist.
+
+ 368. [bug] Interface scanning could get confused on BSD-like
+ systems if the sa_len of the address was less than
+ sizeof (struct sockaddr).
+
+ 367. [func] The default value for the host-statistics option has
+ been changed to "no".
+
--- 8.1.2-T3B released ---
366. [bug] Z_AUTH was set on the cache zone do_reload().
OpenPOWER on IntegriCloud