diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-09-20 09:45:03 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-09-20 09:45:03 -0400 |
commit | 1a26c6be8b013822eccaa2feece24954f60185bb (patch) | |
tree | 410513e6d4381cd681589e762c75e770ed075c92 | |
parent | 427c2cc9e8f640769a7f8771c42b89948e78028e (diff) | |
download | tor-1a26c6be8b013822eccaa2feece24954f60185bb.tar.gz tor-1a26c6be8b013822eccaa2feece24954f60185bb.zip |
changes file for bug23568
-rw-r--r-- | changes/bug23568 | 4 |
1 files changed, 4 insertions, 0 deletions
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. |