diff options
author | David Goulet <dgoulet@torproject.org> | 2019-06-05 09:57:52 -0400 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2019-06-11 14:11:10 +0300 |
commit | c1359b32a43b09be96e0388c12b75a9deda17e4f (patch) | |
tree | 0079cada8ed3d12d4afbdbe27744f83509c70f05 /changes | |
parent | 7f341d64828d48ebaf4bfaa2720c614a25c8dbba (diff) | |
download | tor-c1359b32a43b09be96e0388c12b75a9deda17e4f.tar.gz tor-c1359b32a43b09be96e0388c12b75a9deda17e4f.zip |
trunnel: Rename sendme.trunnel to sendme_cell.trunnel
This is to avoid having two sendme.{c|h} in the repository since the subsystem
is implemented in src/core/or/sendme.{c|h}.
Fixes #30769
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket30769 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket30769 b/changes/ticket30769 new file mode 100644 index 0000000000..74f63a1465 --- /dev/null +++ b/changes/ticket30769 @@ -0,0 +1,4 @@ + o Minor bugfixes (sendme, code structure): + - Rename the trunnel SENDME file definition from sendme.trunnel to + sendme_cell.trunnel to avoid having twice sendme.{c|h} in the repository. + Fixes bug 30769; bugfix on 0.4.1.1-alpha. |