diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-07 08:44:39 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-07 08:44:39 -0400 |
commit | a5ed62f96cafa1be251f9a7b4aafa519de4c2645 (patch) | |
tree | 0d8127b923959622711c576a5dd5fb23b2f2422d /changes | |
parent | a08e6e711fbcd6a12818f1fe14739fc0e870434d (diff) | |
parent | 912ae2b8dc5d13344035def71c6e083a92752c09 (diff) | |
download | tor-a5ed62f96cafa1be251f9a7b4aafa519de4c2645.tar.gz tor-a5ed62f96cafa1be251f9a7b4aafa519de4c2645.zip |
Merge branch 'maint-0.2.9' into maint-0.3.2
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. |