summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/bug719210
-rw-r--r--changes/split_circuitbuild4
2 files changed, 14 insertions, 0 deletions
diff --git a/changes/bug7192 b/changes/bug7192
new file mode 100644
index 0000000000..10cbc2469a
--- /dev/null
+++ b/changes/bug7192
@@ -0,0 +1,10 @@
+ o Major bugfixes:
+ - When parsing exit policy summaries from microdescriptors, we had
+ previously been ignoring the last character in each one, so that
+ "accept 80,443,8080" would be treated by clients as indicating a
+ node that allows access to ports 80, 443, and 808. That would lead
+ to clients attempting connections that could never work, and
+ ignoring exit nodes that would support their connections. Now clients
+ parse these exit policy summaries correctly. Fixes bug 7192;
+ bugfix on 0.2.3.1-alpha.
+
diff --git a/changes/split_circuitbuild b/changes/split_circuitbuild
new file mode 100644
index 0000000000..0d3c80e5d9
--- /dev/null
+++ b/changes/split_circuitbuild
@@ -0,0 +1,4 @@
+ o Code simplification and refactoring:
+ - Move the entry node code from circuitbuild.c to its own file.
+ - Move the circuit build timeout tracking code from circuitbuild.c
+ to its own file.