]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for bug23568
authorNick Mathewson <nickm@torproject.org>
Wed, 20 Sep 2017 13:45:03 +0000 (09:45 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 20 Sep 2017 13:45:03 +0000 (09:45 -0400)
changes/bug23568 [new file with mode: 0644]

diff --git a/changes/bug23568 b/changes/bug23568
new file mode 100644 (file)
index 0000000..cac4655
--- /dev/null
@@ -0,0 +1,4 @@
+  o Minor bugfixes (compilation):
+    - Fix a compilation warning when building with zstd support
+      on 32-bit platforms. Fixes bug 23568; bugfix on 0.3.1.1-alpha.
+      Found and fixed by Andreas Stieger.