commit 7377c0bc060788687a3474b21a6c89cce2aed2fa Author: Nick Mathewson nickm@torproject.org Date: Thu Jun 29 16:44:59 2017 -0400
changelog: logic correction --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog index 3e2b231..d9765be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -30,7 +30,7 @@ Changes in version 0.3.1.4-alpha - 2017-06-29 o Major bugfixes (directory protocol): - Ensure that we send "304 Not modified" as HTTP status code when a client is attempting to fetch a consensus or consensus diff, and - the best one we can send them is one we already have. Fixes bug + the best one we can send them is one they already have. Fixes bug 22702; bugfix on 0.3.1.1-alpha.
o Major bugfixes (entry guards):