fold in the next set of changelog entries

This commit is contained in:
Roger Dingledine
2010-08-16 02:02:11 -04:00
parent bf8d66364f
commit 2ede14c2ca
9 changed files with 33 additions and 50 deletions
-9
View File
@@ -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.
-4
View File
@@ -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.
-8
View File
@@ -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.
-4
View File
@@ -1,4 +0,0 @@
o Minor bugfixes
- Fix compilation with --with-dmalloc set. Bugfix on 0.2.2.6-alpha;
fixes bug 1832.
-3
View File
@@ -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.
-6
View File
@@ -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.
-4
View File
@@ -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.
-5
View File
@@ -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.