mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
fold in the next set of changelog entries
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
o Major bugfixes:
|
||||
- The PerConnBWRate and Burst config options, along with the
|
||||
bwconnrate and bwconnburst consensus params, initialized each conn's
|
||||
token bucket values only when the connection is established. Now
|
||||
update them if the config options change, and update them every time
|
||||
we get a new consensus. Otherwise we can encounter an ugly edge
|
||||
case where we initialize an OR conn to client-level bandwidth,
|
||||
but then later the relay joins the consensus and we leave it
|
||||
throttled. Bugfix on 0.2.2.7-alpha; fixes bug 1830.
|
||||
@@ -1,4 +0,0 @@
|
||||
o Minor bugfixes:
|
||||
- Fix to remove a spurious hidden service server-side log notice about
|
||||
"Ancient non-dirty circuits". Bugfix on 0.2.2.14-alpha; fixes
|
||||
bug 1741.
|
||||
@@ -1,8 +0,0 @@
|
||||
o Minor bugfixes
|
||||
- Fix a memory leak in the error case of circuit_build_times_parse_state().
|
||||
Bugfix on 0.2.2.14-alpha; fixes bug 1831 partially.
|
||||
- Fix a memory leak in dirvote_add_signatures_to_pending_consensus().
|
||||
Bugfix on 0.2.2.6-alpha; fixes bug 1831 partially.
|
||||
- Fix a memory leak in dirvote_compute_consensuses().
|
||||
Bugfix on 0.2.0.3-alpha; fixes bug 1831 partially.
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
o Minor bugfixes
|
||||
- Fix compilation with --with-dmalloc set. Bugfix on 0.2.2.6-alpha;
|
||||
fixes bug 1832.
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
o Minor bugfixes:
|
||||
- Fix a memory leak every time we parse a v3 network consensus. Bugfix
|
||||
on 0.2.2.10-alpha.
|
||||
@@ -1,6 +0,0 @@
|
||||
o Minor bugfixes:
|
||||
- Exit nodes didn't recognize EHOSTUNREACH as a plausible error
|
||||
code, and sent back END_STREAM_REASON_MISC. They now send a a
|
||||
new stream ending reason: END_STREAM_REASON_NOROUTE. Also update
|
||||
the spec to reflect this new reason. Bugfix on 0.1.0.1-rc; fixes
|
||||
bug 1793.
|
||||
@@ -1,4 +0,0 @@
|
||||
o Code simplifications and refactoring:
|
||||
- New unit tests for exit-port history statistics; refactored exit
|
||||
statistics code to be more easily tested.
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
o Minor bugfixes:
|
||||
- Instead of giving an assertion failure on an internal mismatch
|
||||
on estimated freelist size, just log a BUG warning and try later.
|
||||
Mitigates but does not fix bug 1125.
|
||||
|
||||
Reference in New Issue
Block a user