mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
misc tiny fixes
This commit is contained in:
parent
596eed3715
commit
0983c203e5
@ -1,7 +1,7 @@
|
|||||||
Changes in version 0.3.3.4-alpha - 2018-03-29
|
Changes in version 0.3.3.4-alpha - 2018-03-29
|
||||||
Tor 0.3.3.4-alpha includes various bugfixes for issues found during
|
Tor 0.3.3.4-alpha includes various bugfixes for issues found during
|
||||||
the alpha testing of earlier releases in its series. We are
|
the alpha testing of earlier releases in its series. We are
|
||||||
approaching a stable 0.3.3.4-alpha release: more testing is welcome!
|
approaching a stable 0.3.3 release: more testing is welcome!
|
||||||
|
|
||||||
o New system requirements:
|
o New system requirements:
|
||||||
- When built with Rust, Tor now depends on version 0.2.39 of the
|
- When built with Rust, Tor now depends on version 0.2.39 of the
|
||||||
@ -3905,7 +3905,7 @@ Changes in version 0.3.0.8 - 2017-06-08
|
|||||||
o Major bugfixes (hidden service v3, backport from 0.3.1.1-alpha):
|
o Major bugfixes (hidden service v3, backport from 0.3.1.1-alpha):
|
||||||
- Stop rejecting v3 hidden service descriptors because their size
|
- Stop rejecting v3 hidden service descriptors because their size
|
||||||
did not match an old padding rule. Fixes bug 22447; bugfix on
|
did not match an old padding rule. Fixes bug 22447; bugfix on
|
||||||
tor-0.3.0.1-alpha.
|
0.3.0.1-alpha.
|
||||||
|
|
||||||
o Minor features (fallback directory list, backport from 0.3.1.3-alpha):
|
o Minor features (fallback directory list, backport from 0.3.1.3-alpha):
|
||||||
- Replace the 177 fallbacks originally introduced in Tor 0.2.9.8 in
|
- Replace the 177 fallbacks originally introduced in Tor 0.2.9.8 in
|
||||||
|
@ -2945,7 +2945,7 @@ channel_flush_from_first_active_circuit, (channel_t *chan, int max))
|
|||||||
/** Add <b>cell</b> to the queue of <b>circ</b> writing to <b>chan</b>
|
/** Add <b>cell</b> to the queue of <b>circ</b> writing to <b>chan</b>
|
||||||
* transmitting in <b>direction</b>.
|
* transmitting in <b>direction</b>.
|
||||||
*
|
*
|
||||||
* The given <b>cell</b> is copied over the circuit queue so the caller must
|
* The given <b>cell</b> is copied onto the circuit queue so the caller must
|
||||||
* cleanup the memory.
|
* cleanup the memory.
|
||||||
*
|
*
|
||||||
* This function is part of the fast path. */
|
* This function is part of the fast path. */
|
||||||
|
@ -1237,7 +1237,7 @@ test_build_update_descriptors(void *arg)
|
|||||||
node->is_running = node->is_valid = node->is_fast = node->is_stable = 1;
|
node->is_running = node->is_valid = node->is_fast = node->is_stable = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* We have to set thise, or the lack of microdescriptors for these
|
/* We have to set this, or the lack of microdescriptors for these
|
||||||
* nodes will make them unusable. */
|
* nodes will make them unusable. */
|
||||||
get_options_mutable()->UseMicrodescriptors = 0;
|
get_options_mutable()->UseMicrodescriptors = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user