
mydns version 0.11.0 is an SQL-based DNS server.

This release is dated May 21, 2004.

Changes in version 0.11.0:

  * Added config option "--enable-alt-names" for my
    employer and lots of DN_COLUMN_NAMES conditionals
    to make MyDNS work with DN's databases.  No other
    users will want to compile with this option.
  * Enhanced error messages for net functions to indicate
    the type of connection (UDP/TCP).
  * Fixed internationalization on some error messages in
    tcp.c/udp.c.
  * Fixed multiple bugs affecting TCP queries.  These
    fixes should alleviate the major problems reported by
    Russell D. Weiss, and anyone with TCP enabled.
  * Added command line option "--no-data-errors" to
    inhibit "invalid address" errors and the like.
  * Added configure option "--disable-date-logging" to
    turn off date/time logging in verbose output.
  * Updated README to include information about where
    the web interface is located.
  * Re-enabled the negative cache by default.
  * Added sockclose() function/macro to the utility lib
    to simplify the multiple instances of the same code.
  * Several crash-worthy bugs fixed in task_process()
    and task_free().
  * axfr_zone() now uses mydns_rr_load() with a NULL name
    rather than it's own parsing code, to eliminate
    redundant code.
  * Added configuration option "--enable-status" which
    enables BIND-like server status and identification
    names.  Disabled by default, and not recommended for
    production servers.

More information and downloads at http://mydns.bboy.net/

- Don Moore <bboy@bboy.net>

