mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 18:22:05 -04:00
added a CHANGES note
This commit is contained in:
parent
5f5f8b1dd4
commit
3d1eaf18c7
1 changed files with 8 additions and 0 deletions
8
CHANGES
8
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 <value>;" [RT #29228]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue