summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-07-31 17:09:20 -0400
committerNick Mathewson <nickm@torproject.org>2012-07-31 17:09:20 -0400
commit0e35e9235e65601bab2b4fd2efd193b0d248b711 (patch)
treea52844b0f382ede6fd14a306d22720c5954e7b10 /changes
parent3763959ef0d0510628ec4f54cb3df09f963bc4bd (diff)
downloadtor-0e35e9235e65601bab2b4fd2efd193b0d248b711.tar.gz
tor-0e35e9235e65601bab2b4fd2efd193b0d248b711.zip
new changes entry for rend_service_introduce refactoring
Diffstat (limited to 'changes')
-rw-r--r--changes/bug61774
1 files changed, 3 insertions, 1 deletions
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.