summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Færøy <ahf@torproject.org>2021-01-22 13:22:14 +0000
committerAlexander Færøy <ahf@torproject.org>2021-01-22 13:22:14 +0000
commitd2c2204b2ac564cd71fd0be1ea3efabd6f84fc36 (patch)
tree346b2014420cdb294330f77a10e4c2a87bc5d8da
parent2e76b024015cb1f0263bfe53746a759b7d255a20 (diff)
downloadtor-d2c2204b2ac564cd71fd0be1ea3efabd6f84fc36.tar.gz
tor-d2c2204b2ac564cd71fd0be1ea3efabd6f84fc36.zip
Slightly reword the changes file and rename it.
-rw-r--r--changes/bug401414
-rw-r--r--changes/glob_dir3
2 files changed, 4 insertions, 3 deletions
diff --git a/changes/bug40141 b/changes/bug40141
new file mode 100644
index 0000000000..cf2641cfde
--- /dev/null
+++ b/changes/bug40141
@@ -0,0 +1,4 @@
+ o Minor bugfixes (configuration):
+ - Fix globbing directories on all platforms when using %include options in
+ configuration files. This patch also fixes compilation on musl libc based
+ systems. Fixes bug 40141; bugfix on 0.4.5.1-alpha.
diff --git a/changes/glob_dir b/changes/glob_dir
deleted file mode 100644
index cb9907f7e4..0000000000
--- a/changes/glob_dir
+++ /dev/null
@@ -1,3 +0,0 @@
- o Minor bugfixes (config):
- - Fix globbing directories on all platforms. Fixes compilation on musl.
- Fixes bug 40141; bugfix on 0.4.5.1-alpha.