diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-04-05 23:56:05 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-04-05 23:56:05 -0400 |
commit | f6ffe532ab6fb72f120258d27069e8e68959f9b3 (patch) | |
tree | e373ed0ee21e3d9c8030ae172f79ea0ae553cf63 /changes | |
parent | d037369e562ec40e602a86919c3e8341c867b48b (diff) | |
parent | d7a0382ba337bd1cbd7568a607d85e303012b22c (diff) | |
download | tor-f6ffe532ab6fb72f120258d27069e8e68959f9b3.tar.gz tor-f6ffe532ab6fb72f120258d27069e8e68959f9b3.zip |
Merge branch 'bug18728_028' into maint-0.2.8
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug18728 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug18728 b/changes/bug18728 new file mode 100644 index 0000000000..e181c17e65 --- /dev/null +++ b/changes/bug18728 @@ -0,0 +1,4 @@ + o Minor bugfixes (build): + - Resolve warnings when building on systems that are concerned with + signed char. Fixes bug 18728; bugfix on 0.2.7.2-alpha and + 0.2.6.1-alpha. |