summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorrl1987 <rl1987@sdf.lonestar.org>2014-10-26 21:51:35 +0200
committerrl1987 <rl1987@sdf.lonestar.org>2014-10-26 21:53:48 +0200
commit36e771628eb77f9eb4101517b761c8dc652ff037 (patch)
tree04f2c40f716c9ebba10d9865d831c42c643a0948 /changes
parent1ce57267b4dbb765dc0ce652080b60ecc013703e (diff)
downloadtor-36e771628eb77f9eb4101517b761c8dc652ff037.tar.gz
tor-36e771628eb77f9eb4101517b761c8dc652ff037.zip
Congratulate relay operator when OR is first started
When Tor first generates identity keypair, emit a log message that thanks for their participation and points to new Tor relay lifecycle document.
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket104274
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket10427 b/changes/ticket10427
new file mode 100644
index 0000000000..66af284243
--- /dev/null
+++ b/changes/ticket10427
@@ -0,0 +1,4 @@
+ o Minor features:
+ - When identity keypair is generated for first time, log a
+ congratulatory message that points to new relay lifecycle
+ document. Implements feature 10427.