diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 6bbcb5643..71883d460 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -13,6 +13,14 @@ +
The ao record type now checks converted raw values and limits them to the +32-bit integer range before writing them to the RVAL field. Previously value +overflows relied on Undefined Behaviour which could give different results on +different platforms. The ROFF fields of the ao and ai record types are now +DBF_ULONG to allow an ROFF setting of 0x80000000 to work properly.
+The order in which cfg/CONFIG* and cfg/RULES* files are included from support