[rbldnsd] Announce: rbldnsd-0.82

Michael Tokarev rbldnsd@corpit.ru
Sat, 05 Apr 2003 12:50:54 +0400


It seems this release is rather complete, so don't expect
many new releases in a near future.  Highlits for 0.82
(0.81 wasn't announced):

  - no bugfixes
  - debianized, with startup scripts etc
  - allow to specify ip ranges more easy.

More detailed information follows, even more detailed may
be found in the changelog file.  As always, see the manpage
for complete description.


0.82 (released 2003-04-05)

  - recognize another variation of IP address range, for easy use:

      127.0.0.1-2 is now treated as 127.0.0.1-127.0.0.2
      127.0-200   is now treated as 127.0.0.0-127.200.255.255

  - debianized

0.81 (released 2003-04-03)

  - rbldnsd now recognizes IP address ranges in additional to
    IP prefixes and CIDR ranges, e.g. 127.0.0.2-127.0.1.5 now
    works with ip4[v]set zonetypes (range is inclusive).  May
    be disabled at compile time by adding -DNOIP4RANGES to
    $(DEFS).

  - new option, -e, to enable usage of "non-conforming" CIDR
    ranges, where prefix does not fit within given netmask.

  - -v option is gone, new option -l to specify a logfile
    (it was a bad idea to log every request via syslog).

  - when constructing a dataset from several files, A and
    TXT records are now taken from _first_ file for ip4set
    and dnset (ignoring those in other files), and for
    ip4vset and dnvset, defaults are in effect for a single
    file only.

  - implemented removal of duplicate entries on zone data
    reloads.  May be disabled at compile time by adding

  - implemented removal of duplicate entries on zone data
    reloads.  May be disabled at compile time by adding
    -DNOREMOVEDUPS to $(DEFS).

  - various code cleanups


As usual, software may be downloaded from
http://www.corpit.ru/mjt/rbldnsd.html.

At this time, I'm finishing pushing new releases every
day... ;)

Enjoy,

/mjt