From: Nick Mathewson Date: Tue, 21 Aug 2018 14:01:38 +0000 (-0400) Subject: Add changes file for 26873. I missed this when merging earlier. X-Git-Tag: tor-0.3.3.10~18^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4c0c4d4ade2f5e87202055d44a1226c4af8397dc;p=thirdparty%2Ftor.git Add changes file for 26873. I missed this when merging earlier. --- 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".