diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-12-01 12:13:40 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-12-01 12:13:40 -0500 |
commit | b86c9acac360c23749f007c29f1bdd7b8347c18d (patch) | |
tree | f2e28670b282814c0d9bbbda61a3873440e3cb12 /changes | |
parent | 909c91049a424776c563363312f93dcdc4cdb241 (diff) | |
parent | 5c03bb7c0ca55a17dae64d4a9d05dd88b3d712c8 (diff) | |
download | tor-b86c9acac360c23749f007c29f1bdd7b8347c18d.tar.gz tor-b86c9acac360c23749f007c29f1bdd7b8347c18d.zip |
Merge branch 'maint-0.3.1' into maint-0.3.2
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug24480 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug24480 b/changes/bug24480 new file mode 100644 index 0000000000..94e5b91a0c --- /dev/null +++ b/changes/bug24480 @@ -0,0 +1,3 @@ + o Minor bugfixes (compilation): + - Fix a signed/unsigned comparison warning introduced by our + fix to TROVE-2017-009. Fixes bug 24480; bugfix on 0.2.5.16. |