diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-02-07 09:27:37 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-02-07 09:27:37 -0500 |
commit | ea2f08ac7f0f9501c7fd8d4c63e01baa4983eca7 (patch) | |
tree | e8b9bf7bdda98a79fab5f338e390a7e031cee40c /changes | |
parent | 51dc284088dc5f6f513bf8db23b0d820ebf5575b (diff) | |
download | tor-ea2f08ac7f0f9501c7fd8d4c63e01baa4983eca7.tar.gz tor-ea2f08ac7f0f9501c7fd8d4c63e01baa4983eca7.zip |
(this already went in to 0.3.0.3-alpha)
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug21280 | 5 |
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". |