ANNOUNCEMENT: NSD 2.0.1 released

This release is a bug fix release.

Please see the README document for configuration and installation
instructions.

You can download NSD from http://www.nlnetlabs.nl/nsd/

NSD 2.0.1 release notes:

BUG FIXES:
         - Queries for QTYPE DS (DNSSEC) were not handled correctly in
           certain cases.
         - Partial support for unknown RRs. Known RR types with
           unknown RR data format is not yet supported.
         - Bug #75: Fixed bad error message when nsdc update is run for
           the first time.
         - Bug #78: Multiple zones, each with include directives, are
           now compiled correctly.

[On 15 Mar, @15:05, Erik wrote in "ANNOUNCEMENT: NSD 2.0.1 releas ..."]

        - Bug #75: Fixed bad error message when nsdc update is run for
          the first time.

this "fix" introduces the annoying effect that nsdc is always
rebuilding your zones. So this will be backed out in 2.0.2. Until then
you can apply the following to nsdc.sh.in:

----START-----
--- nsd-2.0.1/nsdc.sh.in 2004-03-04 16:42:16.000000000 +0100
+++ nsd-fix-2.0.1/nsdc.sh.in 2004-03-16 10:58:17.000000000 +0100
@@ -121,5 +121,3 @@ update)
                        # now get the serial number
- if [ -e ${zonedir}/$file ]; then
                        serial=`awk '/.*IN[ \t]+SOA.*\($/ { getline; print $1; exit }' ${zonesdir}/$file`
- fi
                        serial=${serial:-0}
----END------

grtz Miek