mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 22:47:12 +01:00
Whoops -- add an entry I missed to the 0.3.4.1-alpha changelog
This commit is contained in:
parent
3b42b14979
commit
943291d7ae
2 changed files with 6 additions and 5 deletions
|
@ -226,6 +226,12 @@ Changes in version 0.3.4.1-alpha - 2018-05-17
|
||||||
counting bug when STREAM_BW events were enabled. Fixes bug 25400;
|
counting bug when STREAM_BW events were enabled. Fixes bug 25400;
|
||||||
bugfix on 0.2.5.2-alpha.
|
bugfix on 0.2.5.2-alpha.
|
||||||
|
|
||||||
|
o Minor bugfixes (correctness, client):
|
||||||
|
- Upon receiving a malformed connected cell, stop processing the cell
|
||||||
|
immediately. Previously we would mark the connection for close, but
|
||||||
|
continue processing the cell as if the connection were open. Fixes bug
|
||||||
|
26072; bugfix on 0.2.4.7-alpha.
|
||||||
|
|
||||||
o Minor bugfixes (directory client):
|
o Minor bugfixes (directory client):
|
||||||
- When unverified-consensus is verified, rename it to cached-
|
- When unverified-consensus is verified, rename it to cached-
|
||||||
consenus. Fixes bug 4187; bugfix on 0.2.0.3-alpha.
|
consenus. Fixes bug 4187; bugfix on 0.2.0.3-alpha.
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
o Minor bugfixes (correctness, client):
|
|
||||||
- Upon receiving a malformed connected cell, stop processing the cell
|
|
||||||
immediately. Previously we would mark the connection for close, but
|
|
||||||
continue processing the cell as if the connection were open. Fixes bug
|
|
||||||
26072; bugfix on 0.2.4.7-alpha.
|
|
Loading…
Add table
Reference in a new issue