From 25d0aaa7b1159b0e2ba77ba425138cbf7abcd7d2 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sun, 6 Jun 2004 18:01:56 +0000 Subject: [PATCH] another changelog entry svn:r1952 --- trunk/ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/trunk/ChangeLog b/trunk/ChangeLog index e98573384d..3d44fe063d 100644 --- a/trunk/ChangeLog +++ b/trunk/ChangeLog @@ -35,6 +35,8 @@ Changes so far in 0.0.7: - Check directory signatures based on name of signer, not on whom we got the directory from. This will let us cache directories more easily. + - Rotate dnsworkers and cpuworkers on SIGHUP, so they get new config + settings too. o Features: - Doxygen markup on all functions and global variables. - Make directory functions update routerlist, not replace it. So