From: Nick Mathewson Date: Tue, 31 Jul 2012 21:09:20 +0000 (-0400) Subject: new changes entry for rend_service_introduce refactoring X-Git-Tag: tor-0.2.4.1-alpha~76^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0e35e9235e65601bab2b4fd2efd193b0d248b711;p=thirdparty%2Ftor.git new changes entry for rend_service_introduce refactoring --- diff --git a/changes/bug6177 b/changes/bug6177 index c900c27bdd..12ab43aa4c 100644 --- a/changes/bug6177 +++ b/changes/bug6177 @@ -1,3 +1,5 @@ - o Minor features: + o Code simplification and refactoring: - Add replaycache_t structure, functions and unit tests, for future use in refactoring rend_service_introduce() for bug 6177. + - Refactor rend_service_introduce() to be more clear to read, improve, + debug, and test. Bug 6177.