summaryrefslogtreecommitdiff
path: root/changes/bug6177
diff options
context:
space:
mode:
authorAndrea Shepard <andrea@persephoneslair.org>2012-07-05 14:01:42 -0700
committerNick Mathewson <nickm@torproject.org>2012-07-31 17:08:05 -0400
commit8f63ef10ad3e10dada545b28b7a66c58edc70d75 (patch)
treedcd1852c71717c77b810dc568dce633efc70ec4a /changes/bug6177
parent43b81325b5782ce7986421bdfefae57cd4c8ab81 (diff)
downloadtor-8f63ef10ad3e10dada545b28b7a66c58edc70d75.tar.gz
tor-8f63ef10ad3e10dada545b28b7a66c58edc70d75.zip
Implement replaycache_t for bug 6177, and unit tests for the preceding
Diffstat (limited to 'changes/bug6177')
-rw-r--r--changes/bug61773
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug6177 b/changes/bug6177
new file mode 100644
index 0000000000..c900c27bdd
--- /dev/null
+++ b/changes/bug6177
@@ -0,0 +1,3 @@
+ o Minor features:
+ - Add replaycache_t structure, functions and unit tests, for future use
+ in refactoring rend_service_introduce() for bug 6177.