]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add changes file for 26873. I missed this when merging earlier.
authorNick Mathewson <nickm@torproject.org>
Tue, 21 Aug 2018 14:01:38 +0000 (10:01 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 21 Aug 2018 14:01:38 +0000 (10:01 -0400)
changes/bug26873 [new file with mode: 0644]

diff --git a/changes/bug26873 b/changes/bug26873
new file mode 100644 (file)
index 0000000..565f8bf
--- /dev/null
@@ -0,0 +1,4 @@
+  o Minor bugfixes (portability):
+    - Fix compilation of the unit tests on GNU/Hurd, which does not
+      define PATH_MAX. Fixes bug 26873; bugfix on 0.3.3.1-alpha.
+      Patch from "paulusASol".