diff --git a/doc/arm/notes.xml b/doc/arm/notes.xml index ab547c15f8..79ad1a1ff7 100644 --- a/doc/arm/notes.xml +++ b/doc/arm/notes.xml @@ -179,6 +179,16 @@ + ACLs containing geoip asnum elements were + not correctly matched unless the full organization name was + specified in the ACL (as in + geoip asnum "AS1234 Example, Inc.";). + They can now match against the AS number alone (as in + geoip asnum "AS1234";). + + + + When using native PKCS#11 cryptography (i.e., configure --enable-native-pkcs11) HSM PINs of up to 256 characters can now be used.