NSD 3.2.5 released

Hi NSD users!

Here is a new, optimized, NSID friendly NSD release: version 3.2.5.
The release notes are shown below.

Download is available at:

http://www.nlnetlabs.nl/downloads/nsd/nsd-3.2.5.tar.gz
sha1: 90678506145a7a4cf62fbb266013abb8ad464484

Best regards,

Matthijs

RELNOTES 3.2.5

BUG FIXES:
- - NSD will not start if chroot is configured, but changing root is
  not possible (it used to ignore the badly configured chroot).
- - Make use of the more secure strl* functions.
- - Bugfix #303: spelling error.

FEATURES:
- - New option 'nsid:', to specify the NSID (Bugfix #298).
- - The default chroot can be set with --with-chroot=<dir>.
  If not set, by default chroot will not be used (thanks Jakob
  Schlyter).
- - Optimized zonec and b64_pton compatibility code (thanks Martin Svec).
- - Optimized memory allocations. Use mmap/munmap instead of malloc/free.
  Experimental, by default off. Enable it at build time with
  --enable-mmap (thanks Martin Svec).

OPERATIONAL NOTES:
- - NSID support is now enabled by default.