aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/bug138273
-rw-r--r--changes/bug202694
-rw-r--r--changes/bug67695
-rw-r--r--changes/ticket198584
4 files changed, 16 insertions, 0 deletions
diff --git a/changes/bug13827 b/changes/bug13827
new file mode 100644
index 0000000000..2235a3fbd7
--- /dev/null
+++ b/changes/bug13827
@@ -0,0 +1,3 @@
+ o Code simplification and refactoring:
+ - Remove duplicate code in the channel_write_*cell() functions.
+ Closes ticket 13827; patch from Pingl.
diff --git a/changes/bug20269 b/changes/bug20269
new file mode 100644
index 0000000000..5d580bf3cc
--- /dev/null
+++ b/changes/bug20269
@@ -0,0 +1,4 @@
+ o Minor bugfixes:
+ - When clients that use bridges start up with a cached consensus
+ on disk, they were ignoring it and downloading a new one. Now they
+ use the cached one. Fixes bug 20269; bugfix on 0.2.3.12-alpha.
diff --git a/changes/bug6769 b/changes/bug6769
new file mode 100644
index 0000000000..83e3aa8b9e
--- /dev/null
+++ b/changes/bug6769
@@ -0,0 +1,5 @@
+ o Minor bugfixes:
+ - Bridges and relays now use microdescriptors (like clients do)
+ rather than old-style router descriptors. Now bridges will blend in
+ with clients in terms of the circuits they build. Fixes bug 6769;
+ bugfix on 0.2.3.2-alpha.
diff --git a/changes/ticket19858 b/changes/ticket19858
new file mode 100644
index 0000000000..41cc961455
--- /dev/null
+++ b/changes/ticket19858
@@ -0,0 +1,4 @@
+ o Features (guards):
+ - Abolish all global guard context in entrynodes.c; replace with new
+ guard_selection_t structure as preparation for prop. 271. Closes
+ ticket 19858.