diff options
author | cypherpunks <cypherpunks@torproject.org> | 2020-03-24 05:51:12 +0000 |
---|---|---|
committer | cypherpunks <cypherpunks@torproject.org> | 2020-03-24 05:51:12 +0000 |
commit | d3ded1cc1c4a1bcd158c1705c4c26425ed538be9 (patch) | |
tree | 28949e1980b8090ce0e90218921beffd46c877a5 /changes/bug28920 | |
parent | 84fe1c891bc77a2363a119f3c7dc834127bcacc7 (diff) | |
parent | 29420ab396cffb4b3c062b76fc859cc01f2206b7 (diff) | |
download | tor-d3ded1cc1c4a1bcd158c1705c4c26425ed538be9.tar.gz tor-d3ded1cc1c4a1bcd158c1705c4c26425ed538be9.zip |
Merge branch 'maint-0.4.3'
Diffstat (limited to 'changes/bug28920')
-rw-r--r-- | changes/bug28920 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/changes/bug28920 b/changes/bug28920 deleted file mode 100644 index e698686a6d..0000000000 --- a/changes/bug28920 +++ /dev/null @@ -1,6 +0,0 @@ - o Minor bugfixes (logging): - - Rework rep_hist_log_link_protocol_counts() to iterate through all link - protocol versions when logging incoming/outgoing connection counts. Tor - no longer skips version 5 and we don't have to remember to update this - function when new link protocol version is developed. Fixes bug 28920; - bugfix on 0.2.6.10. |