]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Slightly reword the changes file and rename it.
authorAlexander Færøy <ahf@torproject.org>
Fri, 22 Jan 2021 13:22:14 +0000 (13:22 +0000)
committerAlexander Færøy <ahf@torproject.org>
Fri, 22 Jan 2021 13:22:14 +0000 (13:22 +0000)
changes/bug40141 [new file with mode: 0644]
changes/glob_dir [deleted file]

diff --git a/changes/bug40141 b/changes/bug40141
new file mode 100644 (file)
index 0000000..cf2641c
--- /dev/null
@@ -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 (file)
index cb9907f..0000000
+++ /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.