diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-07 08:44:36 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-07 08:44:36 -0400 |
commit | 912ae2b8dc5d13344035def71c6e083a92752c09 (patch) | |
tree | d6ffa9e6cbc1636b31866d9f373cfcd11beb467f /changes | |
parent | 1570f17f97ad99ddf3f63745ab3571c1aa411141 (diff) | |
parent | 9d5c6317b51530d606222cc2b7f6f5f5d7defe24 (diff) | |
download | tor-912ae2b8dc5d13344035def71c6e083a92752c09.tar.gz tor-912ae2b8dc5d13344035def71c6e083a92752c09.zip |
Merge remote-tracking branch 'teor/bug27463-029' into maint-0.2.9
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug27463 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug27463 b/changes/bug27463 new file mode 100644 index 0000000000..073acdd997 --- /dev/null +++ b/changes/bug27463 @@ -0,0 +1,3 @@ + o Minor bugfixes (onion services): + - Silence a spurious compiler warning in rend_client_send_introduction(). + Fixes bug 27463; bugfix on 0.1.1.2-alpha. |