From 1a26c6be8b013822eccaa2feece24954f60185bb Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 20 Sep 2017 09:45:03 -0400 Subject: [PATCH] changes file for bug23568 --- changes/bug23568 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/bug23568 diff --git a/changes/bug23568 b/changes/bug23568 new file mode 100644 index 0000000000..cac4655687 --- /dev/null +++ b/changes/bug23568 @@ -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.