Loading ChangeLog +5 −0 Original line number Diff line number Diff line Changes in versino 0.1.2.20 - 2008-??-?? o Minor bugfixes - Stop recommending that every server operator send mail to tor-ops. Resolves bug 597. Changes in version 0.1.2.19 - 2008-01-17 Tor 0.1.2.19 fixes a huge memory leak on exit relays, makes the default exit policy a little bit more conservative so it's safer to run an Loading src/or/routerlist.c +1 −3 Original line number Diff line number Diff line Loading @@ -3441,9 +3441,7 @@ routers_update_all_from_networkstatus(void) have_warned_about_invalid_status = 1; } else if (n_naming && !n_named) { log_info(LD_GENERAL, "0/%d name-binding directory authorities " "recognize your nickname. Please consider sending your " "nickname and identity fingerprint to the tor-ops.", n_naming); "recognize your nickname.", n_naming); have_warned_about_invalid_status = 1; } } Loading Loading
ChangeLog +5 −0 Original line number Diff line number Diff line Changes in versino 0.1.2.20 - 2008-??-?? o Minor bugfixes - Stop recommending that every server operator send mail to tor-ops. Resolves bug 597. Changes in version 0.1.2.19 - 2008-01-17 Tor 0.1.2.19 fixes a huge memory leak on exit relays, makes the default exit policy a little bit more conservative so it's safer to run an Loading
src/or/routerlist.c +1 −3 Original line number Diff line number Diff line Loading @@ -3441,9 +3441,7 @@ routers_update_all_from_networkstatus(void) have_warned_about_invalid_status = 1; } else if (n_naming && !n_named) { log_info(LD_GENERAL, "0/%d name-binding directory authorities " "recognize your nickname. Please consider sending your " "nickname and identity fingerprint to the tor-ops.", n_naming); "recognize your nickname.", n_naming); have_warned_about_invalid_status = 1; } } Loading