From: teor Date: Wed, 18 Mar 2020 09:15:14 +0000 (+1000) Subject: changes: file for 33633 X-Git-Tag: tor-0.4.5.0-alpha-dev~60^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aa560a5ade65ea7a2dc1eab3bf7d82d805c8d785;p=thirdparty%2Ftor.git changes: file for 33633 --- diff --git a/changes/ticket33633 b/changes/ticket33633 new file mode 100644 index 0000000000..de030a6000 --- /dev/null +++ b/changes/ticket33633 @@ -0,0 +1,6 @@ + o Code simplification and refactoring: + - Move the circuit extend code to the relay module. + Split the circuit extend function into smaller functions. + Closes ticket 33633. + - Move LOG_PROTOCOL_WARN to app/config.c. Resolves a dependency inversion. + Closes ticket 33633.