diff options
author | Robert Ransom <rransom.8774@gmail.com> | 2011-04-11 02:26:07 -0700 |
---|---|---|
committer | Robert Ransom <rransom.8774@gmail.com> | 2011-04-18 13:17:40 -0700 |
commit | bfebc942eaf7098e8d35f1de9159da450d5e3969 (patch) | |
tree | 7c190aa67b94a48b7d3a79e4f526436c6edb64a2 /changes | |
parent | 32341ac467d5fe51fa674eed4ca20db61ff5486b (diff) | |
download | tor-bfebc942eaf7098e8d35f1de9159da450d5e3969.tar.gz tor-bfebc942eaf7098e8d35f1de9159da450d5e3969.zip |
Correct the warning emitted when rejecting an oversized HS desc
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug2750 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug2750 b/changes/bug2750 new file mode 100644 index 0000000000..4371a0a4ee --- /dev/null +++ b/changes/bug2750 @@ -0,0 +1,6 @@ + o Minor bugfixes + - Correct the warning displayed when a rendezvous descriptor exceeds + the maximum size. Fixes bug 2750; bugfix on 0.2.1.5-alpha. Found + by John Brooks. + + |