diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-01-03 10:09:20 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-01-03 10:09:20 -0500 |
commit | 6b3c07648ce5860f5ef0f4193eb812e971c02407 (patch) | |
tree | 474aee860331c0c7515ac42188b0d4117c370265 /changes | |
parent | b62b40a572d8693daa5851eee5f423007535b3b6 (diff) | |
parent | 9ef97a268b06fed7b07908823600911a2a6eadc1 (diff) | |
download | tor-6b3c07648ce5860f5ef0f4193eb812e971c02407.tar.gz tor-6b3c07648ce5860f5ef0f4193eb812e971c02407.zip |
Merge branch 'maint-0.3.2'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug24634 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug24634 b/changes/bug24634 new file mode 100644 index 0000000000..ac82b94fbb --- /dev/null +++ b/changes/bug24634 @@ -0,0 +1,3 @@ + o Minor bugfixes (compilation): + - Resolve a few shadowed-variable warnings in the onion service code. + Fixes bug 24634; bugfix on 0.3.2.1-alpha. |