From 8e4d28d018c402fe0b9c3ea393e35b8339ef8d70 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Wed, 25 May 2016 18:40:47 -0700 Subject: [PATCH] [master] extend release notes --- doc/arm/notes.xml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/doc/arm/notes.xml b/doc/arm/notes.xml index c6625a15a3..3b3aa41e7a 100644 --- a/doc/arm/notes.xml +++ b/doc/arm/notes.xml @@ -730,6 +730,13 @@
Bug Fixes + + + Fixed a crash when calling rndc stats on some + Windows builds: some Visual Studio compilers generate code that + crashes when the "%z" printf() format specifier is used. [RT #42380] + + Windows installs were failing due to triggering UAC without @@ -738,14 +745,17 @@ - A race condition in rbt/rbtdb was leading to INSISTs being - triggered. + A change in the internal binary represetation of the RBT database + node structure enabled a race condition to occur (especially when + BIND was built with certain compilers or optimizer settings), + leading to inconsistent database state which caused random + assertion failures. [RT #42380]
-
End of Life +
End of Life The end of life for BIND 9.11 is yet to be determined but will not be before BIND 9.13.0 has been released for 6 months.