File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11This file describes user-visible changes in rbldnsd.
22Newer news is at the top.
33
4- 0.999 (Still not official, to be released )
4+ 1.0.0 (18 Dec 2025 )
55 - Removal of deprecated features (aka: NS record compatibility mode)
66 - Adding -F flag, used to identify the log facility of the daemon.
77 - fix tests for systems without ipv6 support, or when ipv6 is
@@ -18,6 +18,11 @@ Newer news is at the top.
1818 - Maintenance of RPM spec file to match new file locations, versions,
1919 and the make dist tar file naming schema.
2020 - Fix for sockaddr_equal() which was missing an IPv6 case.
21+ - New dataset types: dnhash/dnhash_fixed with bloom-filter acceleration and aclkey
22+ - Per-entry params: delay/cooldown support with aclkey integration
23+ - Updateable zones (dynamic updates) and unix socket listen support
24+ - Performance improvements: libev-based loop and vectorized datagram processing
25+ - Modernized build/CI/packaging: CMake build system, GitHub Actions, Robot Framework functional tests
2126
22270.998b (21 Dec 2016)
2328 - Fix for memory errors on very large datasets.
Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ records. It is equivalent to BIND9 "minimal\-answers" configuration
287287setting. While with \fB \- A \fR specified, \fB rbldnsd \fR will always
288288fill in AUTH section, increasing size of replies dramatically but
289289allowing (caching) resolver clients to react faster to changes in
290- nameserver lists. Currently (as of 0.998 version), non\- lazy
290+ nameserver lists. Currently (as of 1.0.0 version), non\- lazy
291291(as with \fB \- A \fR ) mode is the default, but it will change in
292292future release.
293293
@@ -1266,7 +1266,7 @@ will log a warning when such truncation occurs.
12661266
12671267.SH VERSION
12681268
1269- This manpage corresponds to \fB rbldnsd \fR version \fB 0.998 \fR .
1269+ This manpage corresponds to \fB rbldnsd \fR version \fB 1.0.0 \fR .
12701270
12711271.SH AUTHOR
12721272
You can’t perform that action at this time.
0 commit comments