summaryrefslogtreecommitdiff
path: root/changes/bug21280
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-02-03 10:50:36 -0500
committerNick Mathewson <nickm@torproject.org>2017-02-03 10:50:36 -0500
commita54b269c95df23f519bf32858fac2ce2af6c5ea7 (patch)
treee3c01eaf0ec2237035fe20fede31efeb09bcd777 /changes/bug21280
parentbc9121d5c99de17b350c2e4f646160b53f1c832c (diff)
downloadtor-a54b269c95df23f519bf32858fac2ce2af6c5ea7.tar.gz
tor-a54b269c95df23f519bf32858fac2ce2af6c5ea7.zip
Start on an 0.3.0.3-alpha changelog
Diffstat (limited to 'changes/bug21280')
-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".