From ea2f08ac7f0f9501c7fd8d4c63e01baa4983eca7 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 7 Feb 2017 09:27:37 -0500 Subject: [PATCH] (this already went in to 0.3.0.3-alpha) --- changes/bug21280 | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 changes/bug21280 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".