diff --git a/daemon/daemon.c b/daemon/daemon.c index 0494ddfbe..b339e7db2 100644 --- a/daemon/daemon.c +++ b/daemon/daemon.c @@ -588,8 +588,7 @@ daemon_cleanup(struct daemon* daemon) log_thread_set(NULL); /* clean up caches because * a) RRset IDs will be recycled after a reload, causing collisions - * b) validation config can change, thus rrset, msg, keycache clear - * The infra cache is kept, the timing and edns info is still valid */ + * b) validation config can change, thus rrset, msg, keycache clear */ slabhash_clear(&daemon->env->rrset_cache->table); slabhash_clear(daemon->env->msg_cache); local_zones_delete(daemon->local_zones); diff --git a/doc/Changelog b/doc/Changelog index 82d0ef40d..85398c727 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +28 July 2016: Wouter + - Fix #806: wrong comment removed. + 26 July 2016: Wouter - nicer ratelimit-below-domain explanation.