aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2010-09-29 01:10:20 -0400
committerRoger Dingledine <arma@torproject.org>2010-09-29 03:00:06 -0400
commit0ed8d5a537d1092f510342d07bd7970185995ebf (patch)
tree1f960d3d1ad96d596019f779bd3019477fc3f262 /changes
parent50720a9a4f8ea4433f3696d42d2f640ad970b285 (diff)
downloadtor-0ed8d5a537d1092f510342d07bd7970185995ebf.tar
tor-0ed8d5a537d1092f510342d07bd7970185995ebf.tar.gz
allow countries and IP addresses in EntryNodes
Diffstat (limited to 'changes')
-rw-r--r--changes/bug19825
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug1982 b/changes/bug1982
new file mode 100644
index 000000000..30ce2df7c
--- /dev/null
+++ b/changes/bug1982
@@ -0,0 +1,5 @@
+ o Major features:
+ - Allow EntryNodes to include country codes like {de} or IP addresses
+ or network masks. Previously we had disallowed these options
+ because we didn't have an efficient way to keep the list up to
+ date. Resolves bug 1982.