]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
new changes entry for rend_service_introduce refactoring
authorNick Mathewson <nickm@torproject.org>
Tue, 31 Jul 2012 21:09:20 +0000 (17:09 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 31 Jul 2012 21:09:20 +0000 (17:09 -0400)
changes/bug6177

index c900c27bdd95e8c81e48ccfd8847ae9ae5503bc3..12ab43aa4c1f946750529e0073eab727bff370d7 100644 (file)
@@ -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.