From 3d1eaf18c7603dfc134000488447dcb40d9d2bc5 Mon Sep 17 00:00:00 2001 From: ckb Date: Wed, 20 Jun 2012 15:38:28 -0500 Subject: [PATCH] added a CHANGES note --- CHANGES | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES b/CHANGES index a2c54d22c5..10fac85868 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,11 @@ +3340. [func] Added new 'fast' zone file format, which is an image + of a zone database that can be loaded directly into + memory via mmap(), allowing much faster zone loading. + (Note: Because of pointer sizes and other + considerations, this file format is platform-dependent; + 'fast' zone files cannot always be transfered from one + server to another.) [RT #25419] + 3339. [func] Allow the maximum supported rsa exponent size to be specified: "max-rsa-exponent-size ;" [RT #29228]