aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorQingping Hou <dave2008713@gmail.com>2013-10-09 11:47:54 -0400
committerQingping Hou <dave2008713@gmail.com>2014-01-29 21:04:18 -0500
commit3b38fd87e812a104f835af59abeda012928e21b7 (patch)
treea3ff17a52e9f634f54fe3e65e7328268942e589f /changes
parent4fe253ef40a96dbfb978752e9d2833e8b491ca28 (diff)
downloadtor-3b38fd87e812a104f835af59abeda012928e21b7.tar
tor-3b38fd87e812a104f835af59abeda012928e21b7.tar.gz
add change log for hs_desc async event
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket85104
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket8510 b/changes/ticket8510
new file mode 100644
index 000000000..c79129ac6
--- /dev/null
+++ b/changes/ticket8510
@@ -0,0 +1,4 @@
+ o Minor features:
+ - Implement the HS_DESC async control event that notifies controller on
+ activities related to hidden service descriptors. Partly resolves
+ ticket 8510.