diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-08-21 10:01:38 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-08-21 10:01:38 -0400 |
commit | 4c0c4d4ade2f5e87202055d44a1226c4af8397dc (patch) | |
tree | c4783f1770e11c514e42122df26fa7cb8cd30d92 /changes/bug26873 | |
parent | 87aacbfbba2e2fee67de218b721c0bdb9a0ae73a (diff) | |
download | tor-4c0c4d4ade2f5e87202055d44a1226c4af8397dc.tar.gz tor-4c0c4d4ade2f5e87202055d44a1226c4af8397dc.zip |
Add changes file for 26873. I missed this when merging earlier.
Diffstat (limited to 'changes/bug26873')
-rw-r--r-- | changes/bug26873 | 4 |
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". |