From 06a863ff1edcbff5b48cc74ea6509c222e1a0f61 Mon Sep 17 00:00:00 2001
From: Tinderbox User
+ Some of the options for GeoIP ACLs, including "areacode", + "metrocode", and "timezone", were incorrectly documented + as "area", "metro" and "tz". Both the long and abbreviated + versions are now accepted. +
A race during shutdown or reconfiguration could cause an assertion failure in mem.c. [RT #38979] diff --git a/doc/arm/notes.html b/doc/arm/notes.html index 6c86e0d61b..52c28e6c8b 100644 --- a/doc/arm/notes.html +++ b/doc/arm/notes.html @@ -239,6 +239,12 @@ zone load was already in progress; this could trigger a crash in zt.c. [RT #37573]
+ Some of the options for GeoIP ACLs, including "areacode", + "metrocode", and "timezone", were incorrectly documented + as "area", "metro" and "tz". Both the long and abbreviated + versions are now accepted. +
A race during shutdown or reconfiguration could cause an assertion failure in mem.c. [RT #38979]