summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-04-10 14:26:29 -0400
committerNick Mathewson <nickm@torproject.org>2018-04-10 14:26:29 -0400
commitdb6902c23530f8d58e999701685e9cbd74b15a82 (patch)
tree781a2ad8b97f772a12a48c845e4a8f00849dc2c5 /changes
parente813116d3d630d81feb97f39dd65fdf245eecebc (diff)
parent10a1969ca327c517e20aeefdc86f88c95322289d (diff)
downloadtor-db6902c23530f8d58e999701685e9cbd74b15a82.tar.gz
tor-db6902c23530f8d58e999701685e9cbd74b15a82.zip
Merge branch 'maint-0.2.9' into maint-0.3.1
Diffstat (limited to 'changes')
-rw-r--r--changes/bug248543
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug24854 b/changes/bug24854
new file mode 100644
index 0000000000..64e10772e0
--- /dev/null
+++ b/changes/bug24854
@@ -0,0 +1,3 @@
+ o Code simplification and refactoring:
+ - Move the list of default directory authorities to their own file for
+ inclusion using the C preprocessor. Closes ticket 24854. Patch by "beastr0".