summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorAlexander Færøy <ahf@torproject.org>2018-04-06 03:58:16 +0200
committerAlexander Færøy <ahf@torproject.org>2018-04-09 16:00:26 +0200
commit1295044dc8c999fb8c4a3de0011ab900053e7b1b (patch)
tree429415ad3690979e0a86868b92eb295b9632e37e /changes
parent9f93bcd16d70b540c518acee56a440be12072ef7 (diff)
downloadtor-1295044dc8c999fb8c4a3de0011ab900053e7b1b.tar.gz
tor-1295044dc8c999fb8c4a3de0011ab900053e7b1b.zip
Lift the list of default directory servers into their own file.
This patch lifts the list of default directory authorities from config.c into their own auth_dirs.inc file, which is then included in config.c using the C preprocessor. Patch by beastr0. See: https://bugs.torproject.org/24854
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".