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) {