From: Nick Mathewson Date: Fri, 15 May 2020 14:27:49 +0000 (-0400) Subject: Add a changes file for 34233. X-Git-Tag: tor-0.4.5.0-alpha-dev~24^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6f2b6ede1b6b70301cfd033060f999d561f57364;p=thirdparty%2Ftor.git 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. --- diff --git a/changes/bug34233 b/changes/bug34233 new file mode 100644 index 0000000000..24c7869783 --- /dev/null +++ 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.