summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-08-21 10:01:41 -0400
committerNick Mathewson <nickm@torproject.org>2018-08-21 10:01:41 -0400
commitdf874ed0f198156ca59bdca24259b229dbd55102 (patch)
tree241af00ab732886e70e2b2eaa3e8571057b7e2d0
parent700f5bcc43fb959927dd1cae4e2943d115144850 (diff)
parent4c0c4d4ade2f5e87202055d44a1226c4af8397dc (diff)
downloadtor-df874ed0f198156ca59bdca24259b229dbd55102.tar.gz
tor-df874ed0f198156ca59bdca24259b229dbd55102.zip
Merge branch 'maint-0.3.3' into maint-0.3.4
-rw-r--r--changes/bug268734
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug26873 b/changes/bug26873
new file mode 100644
index 0000000000..565f8bf0b1
--- /dev/null
+++ b/changes/bug26873
@@ -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".