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 | 5c03bb7c0ca55a17dae64d4a9d05dd88b3d712c8 (patch) | |
tree | 7671e6ff03b528a78b4b059910f8767a036b857f /changes | |
parent | 7fae562a4da62090817f8546e8f4a8a29dcf1c4a (diff) | |
parent | 3bca705c544bd56ade5a25022b51d395f038444f (diff) | |
download | tor-5c03bb7c0ca55a17dae64d4a9d05dd88b3d712c8.tar.gz tor-5c03bb7c0ca55a17dae64d4a9d05dd88b3d712c8.zip |
Merge branch 'maint-0.3.0' into maint-0.3.1
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. |