From: Michał Kępień Date: Wed, 11 Mar 2020 08:06:40 +0000 (+0100) Subject: Release note wording tweaks X-Git-Tag: v9.17.1~58^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2283d38ac27c915a7c229a58536813bd352a5e9d;p=thirdparty%2Fbind9.git Release note wording tweaks --- diff --git a/doc/arm/notes-9.17.0.xml b/doc/arm/notes-9.17.0.xml index 4844ee18001..fe22b094707 100644 --- a/doc/arm/notes-9.17.0.xml +++ b/doc/arm/notes-9.17.0.xml @@ -15,18 +15,16 @@ - System-provided pthread rwlocks implementation is used by default instead of - built-in ISC implementation of rwlocks. Please be aware that unpatched glibc - version from 2.26 had a bug - that could cause BIND 9 to deadlock. The fix has been released as part of - glibc release 2.30, and various Linux distributions have patched their glibc - version with a notable exception of Ubuntu 18.04 (Bionic) which is work in - progress. If you are running on affected system (e.g. Ubuntu 18.04) you need - to compile BIND 9 with --disable-pthread-rwlock until Canonical releases - fixed - version. + The system-provided POSIX Threads read-write lock implementation is + now used by default instead of the native BIND 9 implementation. + Please be aware that glibc versions 2.26 through 2.29 had a + bug + that could cause BIND 9 to deadlock. A fix was released in glibc 2.30, + and most current Linux distributions have patched or updated glibc, + with the notable exception of Ubuntu 18.04 (Bionic) which is a work in + progress. If you are running on an affected operating system, compile + BIND 9 with --disable-pthread-rwlock until a fixed + version of glibc is available. @@ -68,8 +66,8 @@ This behavior is controlled by the max-ixfr-ratio option - a percentage value representing the ratio of IXFR size - to the size of a full zone transfer. This value cannot exceed - 100%, which is also the default. [GL #1515] + to the size of a full zone transfer. The default is + 100%. [GL #1515]