summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-04-19 22:38:44 +0200
committerRoger Dingledine <arma@torproject.org>2010-04-20 03:57:33 -0400
commit0b82ce3eb6feeb48e2e3094de297156e536527a0 (patch)
tree5cbc97d72dabfdeaaeb99ff74043315889f3dd3d /changes
parent18678e5f1ecf1b5b2d6b3900bf22a856958b1a46 (diff)
downloadtor-0b82ce3eb6feeb48e2e3094de297156e536527a0.tar.gz
tor-0b82ce3eb6feeb48e2e3094de297156e536527a0.zip
Demote a warning about missing client ciphers
Diffstat (limited to 'changes')
-rw-r--r--changes/demote_no_cipher_warning5
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/demote_no_cipher_warning b/changes/demote_no_cipher_warning
new file mode 100644
index 0000000000..24fcfdd726
--- /dev/null
+++ b/changes/demote_no_cipher_warning
@@ -0,0 +1,5 @@
+ o Minor bugfixes:
+ - Demote a warning that relay operators might get when someone is
+ trying to talk to their OrPort. It is neither the operator's fault
+ nor can they do anything about it. Bugfix on 0.2.0.14-alpha; fixes
+ bug 1364.