]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] [rt36945] relnote
authorEvan Hunt <each@isc.org>
Wed, 22 Oct 2014 17:45:27 +0000 (10:45 -0700)
committerEvan Hunt <each@isc.org>
Wed, 22 Oct 2014 17:45:27 +0000 (10:45 -0700)
doc/arm/notes.xml

index ab547c15f821b1d890d2eb5506228ec1767cf0f2..79ad1a1ff7cfa5cbab28eacdfdbf115555301c32 100644 (file)
     <itemizedlist>
       <listitem>
         <para>
+         ACLs containing <command>geoip asnum</command> elements were
+         not correctly matched unless the full organization name was
+         specified in the ACL (as in
+         <command>geoip asnum "AS1234 Example, Inc.";</command>).
+         They can now match against the AS number alone (as in
+         <command>geoip asnum "AS1234";</command>).
+        </para>
+      </listitem>
+      <listitem>
+       <para>
           When using native PKCS#11 cryptography (i.e.,
           <command>configure --enable-native-pkcs11</command>) HSM PINs
           of up to 256 characters can now be used.