diff --git a/CHANGES b/CHANGES index 2800ba9cbe..2e2ac2756b 100644 --- a/CHANGES +++ b/CHANGES @@ -9,7 +9,7 @@ --- 9.5.1b3 released --- 2475. [bug] LRU cache cleanup under overmem condition could purge - particular entries more aggresively. [RT #17628] + particular entries more aggressively. [RT #17628] 2474. [bug] ACL structures could be allocated with insufficient space, causing an array overrun. [RT #18765] @@ -22,7 +22,7 @@ 2472. [port] linux: check the number of available cpu's before calling chroot as it depends on "/proc". [RT #16923] -2471. [bug] named-checkzone was not reporting missing manditory +2471. [bug] named-checkzone was not reporting missing mandatory glue when sibling checks were disabled. [RT #18768] 2470. [bug] Elements of the isc_radix_node_t could be incorrectly @@ -68,7 +68,7 @@ address, regardless of family. They now correctly distinguish IPv4 from IPv6. [RT #18559] -2455. [bug] Stop metadata being transfered via axfr/ixfr. +2455. [bug] Stop metadata being transferred via axfr/ixfr. [RT #18639] 2453. [bug] Remove NULL pointer dereference in dns_journal_print(). @@ -129,7 +129,7 @@ using I/O events and use IO Completion Ports throughout. Rewrite the receive path logic to make it easier to support multiple simultaneous - requestrs in the future. Add stricter consistency + requesters in the future. Add stricter consistency checking as a compile-time option (define ISC_SOCKET_CONSISTENCY_CHECKS; defaults to off). @@ -146,7 +146,7 @@ tables. [RT #18409] 2426. [bug] libbind: inet_net_pton() can sometimes return the - wrong value if excessively large netmasks are + wrong value if excessively large net masks are supplied. [RT #18512] 2425. [bug] named didn't detect unavailable query source addresses @@ -167,7 +167,7 @@ 2420. [bug] Windows socket handling cleanup. Let the io completion event send out cancelled read/write - done events, which keeps us from writing to memeory + done events, which keeps us from writing to memory we no longer have ownership of. Add debugging socket_log() function. Rework TCP socket handling to not leak sockets.