Add changes file for 26873. I missed this when merging earlier.

This commit is contained in:
Nick Mathewson
2018-08-21 10:01:38 -04:00
parent 87aacbfbba
commit 4c0c4d4ade
+4
View File
@@ -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".