[tor-commits] [tor/release-0.3.2] whoops, pick a date

nickm at torproject.org nickm at torproject.org
Thu Dec 14 19:12:54 UTC 2017


commit 2b48b5363f9aa5bd112a44c8e406aa7019a64e2c
Author: Nick Mathewson <nickm at torproject.org>
Date:   Thu Dec 14 14:05:51 2017 -0500

    whoops, pick a date
---
 ChangeLog       | 2 +-
 src/or/config.c | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 084d14896..7729d2435 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Changes in version 0.3.2.7-rc - 2017-12-1?
+Changes in version 0.3.2.7-rc - 2017-12-14
   Tor 0.3.2.7-rc fixes various bugs in earlier versions of Tor,
   including some that could affect reliability or correctness.
 
diff --git a/src/or/config.c b/src/or/config.c
index d8f71a019..2da7bd525 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -1957,6 +1957,7 @@ options_act(const or_options_t *old_options)
       if (guards_update_all()) {
         abandon_circuits = 1;
       }
+      router_dir_info_changed();
     }
 
     if (abandon_circuits) {





More information about the tor-commits mailing list