aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-10-13 16:07:37 -0400
committerNick Mathewson <nickm@torproject.org>2010-10-13 16:07:37 -0400
commit3aec6556941433e4770226530457eb79a511b555 (patch)
treefe7dc912e9cbe2da92616408bdfc567325ab5662 /changes
parent8c837db38f5b2015dd579de8d8df580f51d133bc (diff)
parent0ed8d5a537d1092f510342d07bd7970185995ebf (diff)
downloadtor-3aec6556941433e4770226530457eb79a511b555.tar.gz
tor-3aec6556941433e4770226530457eb79a511b555.zip
Merge remote branch 'arma/bug1982_2'
Resolved a minor conflict in: src/or/circuitbuild.c
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 0000000000..30ce2df7c6
--- /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.