summaryrefslogtreecommitdiffstats
tag namev1.0.4 (9fa44e36a6400c2fd5e0e6eece814fd4ae9aa2b3)
tag date2012-05-16 08:38:45 +0200
tagged byLubos Slovak <lubos.slovak@nic.cz>
tagged objectcommit d1bfab29e3...
downloadknot-1.0.4.tar.xz
knot-1.0.4.zip
Knot DNS v1.0.4
--------------- New features: * Parallel loading of zones to the server. * RFC3339-complaint format of log time. * Support for TLSA (RR type 52). * knotc checkzone (as a dry-run of zone compile). * knotc refresh for forcing Knot to update all zones from master servers. * Reopening log files upon start (used to truncate them). Bugfixes: * Copying OPCODE and RD bit from query to NOTIMPL responses. * Corrected response to CNAME queries if the canonical name was also an alias (was adding the whole CNAME chain to the response). * Fixed crash when NS or MX points to an alias. * Fixed problem with early closing of filedescriptors (lead to crash when compiling and loading or bootstrapping and restarting the server with a lot of zones). Other improvements: * Significantly sped up IXFR-in and reduced its memory requirements.