commit 6f2b6ede1b6b70301cfd033060f999d561f57364 parent bcaf480aee37daf624e9e93077ae1274581a029e Author: Nick Mathewson <nickm@torproject.org> Date: Fri, 15 May 2020 10:27:49 -0400 Add a changes file for 34233. This bug was merged back to 0.3.5 with our #34078 fix, but only released in 0.4.3.5, so the changes file goes here. Diffstat:
| A | changes/bug34233 | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/changes/bug34233 b/changes/bug34233 @@ -0,0 +1,4 @@ + o Minor bugfixes (portability): + - Fix a portability error in the configure script, where we + were using "==" instead of "=". Fixes bug 34233; bugfix on + 0.4.3.5.