aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-02-07 09:27:37 -0500
committerNick Mathewson <nickm@torproject.org>2017-02-07 09:27:37 -0500
commitea2f08ac7f0f9501c7fd8d4c63e01baa4983eca7 (patch)
treee8b9bf7bdda98a79fab5f338e390a7e031cee40c /changes
parent51dc284088dc5f6f513bf8db23b0d820ebf5575b (diff)
downloadtor-ea2f08ac7f0f9501c7fd8d4c63e01baa4983eca7.tar.gz
tor-ea2f08ac7f0f9501c7fd8d4c63e01baa4983eca7.zip
(this already went in to 0.3.0.3-alpha)
Diffstat (limited to 'changes')
-rw-r--r--changes/bug212805
1 files changed, 0 insertions, 5 deletions
diff --git a/changes/bug21280 b/changes/bug21280
deleted file mode 100644
index e9f0bc174c..0000000000
--- a/changes/bug21280
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor bugfixes (tor-resolve):
- - The tor-resolve command line tool now rejects hostnames over 255
- characters in length. Previously, it would silently truncate
- them, which could lead to bugs. Fixes bug 21280; bugfix on 0.0.9pre5.
- Patch by "junglefowl".