mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
release: ChangeLog and ReleaseNotes for 0.4.7.14
Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
@@ -1,3 +1,52 @@
|
||||
Changes in version 0.4.7.14 - 2023-07-26
|
||||
This version contains several minor fixes and one major bugfix affecting
|
||||
vanguards (onion service). As usual, we recommend upgrading to this version
|
||||
as soon as possible.
|
||||
|
||||
o Major bugfixes (vanguards):
|
||||
- Rotate to a new L2 vanguard whenever an existing one loses the
|
||||
Stable or Fast flag. Previously, we would leave these relays in
|
||||
the L2 vanguard list but never use them, and if all of our
|
||||
vanguards end up like this we wouldn't have any middle nodes left
|
||||
to choose from so we would fail to make onion-related circuits.
|
||||
Fixes bug 40805; bugfix on 0.4.7.1-alpha.
|
||||
|
||||
o Minor feature (CI):
|
||||
- Update CI to use Debian Bullseye for runners.
|
||||
|
||||
o Minor feature (lzma):
|
||||
- Fix compiler warnings for liblzma >= 5.3.1. Closes ticket 40741.
|
||||
|
||||
o Minor features (directory authorities):
|
||||
- Directory authorities now include their AuthDirMaxServersPerAddr
|
||||
config option in the consensus parameter section of their vote.
|
||||
Now external tools can better predict how they will behave.
|
||||
Implements ticket 40753.
|
||||
|
||||
o Minor features (fallbackdir):
|
||||
- Regenerate fallback directories generated on July 26, 2023.
|
||||
|
||||
o Minor features (geoip data):
|
||||
- Update the geoip files to match the IPFire Location Database, as
|
||||
retrieved on 2023/07/26.
|
||||
|
||||
o Minor bugfix (relay, logging):
|
||||
- The wrong max queue cell size was used in a protocol warning
|
||||
logging statement. Fixes bug 40745; bugfix on 0.4.7.1-alpha.
|
||||
|
||||
o Minor bugfixes (compilation):
|
||||
- Fix all -Werror=enum-int-mismatch warnings. No behavior change.
|
||||
Fixes bug 40824; bugfix on 0.3.5.1-alpha.
|
||||
|
||||
o Minor bugfixes (metrics):
|
||||
- Decrement hs_intro_established_count on introduction circuit
|
||||
close. Fixes bug 40751; bugfix on 0.4.7.12.
|
||||
|
||||
o Minor bugfixes (sandbox):
|
||||
- Allow membarrier for the sandbox. And allow rt_sigprocmask when
|
||||
compiled with LTTng. Fixes bug 40799; bugfix on 0.3.5.1-alpha.
|
||||
|
||||
|
||||
Changes in version 0.4.7.13 - 2023-01-12
|
||||
This version contains three major bugfixes, two for relays and one for
|
||||
client being a security fix, TROVE-2022-002. We have added, for Linux, the
|
||||
|
||||
@@ -2,6 +2,55 @@ This document summarizes new features and bugfixes in each stable
|
||||
release of Tor. If you want to see more detailed descriptions of the
|
||||
changes in each development snapshot, see the ChangeLog file.
|
||||
|
||||
Changes in version 0.4.7.14 - 2023-07-26
|
||||
This version contains several minor fixes and one major bugfix affecting
|
||||
vanguards (onion service). As usual, we recommend upgrading to this version
|
||||
as soon as possible.
|
||||
|
||||
o Major bugfixes (vanguards):
|
||||
- Rotate to a new L2 vanguard whenever an existing one loses the
|
||||
Stable or Fast flag. Previously, we would leave these relays in
|
||||
the L2 vanguard list but never use them, and if all of our
|
||||
vanguards end up like this we wouldn't have any middle nodes left
|
||||
to choose from so we would fail to make onion-related circuits.
|
||||
Fixes bug 40805; bugfix on 0.4.7.1-alpha.
|
||||
|
||||
o Minor feature (CI):
|
||||
- Update CI to use Debian Bullseye for runners.
|
||||
|
||||
o Minor feature (lzma):
|
||||
- Fix compiler warnings for liblzma >= 5.3.1. Closes ticket 40741.
|
||||
|
||||
o Minor features (directory authorities):
|
||||
- Directory authorities now include their AuthDirMaxServersPerAddr
|
||||
config option in the consensus parameter section of their vote.
|
||||
Now external tools can better predict how they will behave.
|
||||
Implements ticket 40753.
|
||||
|
||||
o Minor features (fallbackdir):
|
||||
- Regenerate fallback directories generated on July 26, 2023.
|
||||
|
||||
o Minor features (geoip data):
|
||||
- Update the geoip files to match the IPFire Location Database, as
|
||||
retrieved on 2023/07/26.
|
||||
|
||||
o Minor bugfix (relay, logging):
|
||||
- The wrong max queue cell size was used in a protocol warning
|
||||
logging statement. Fixes bug 40745; bugfix on 0.4.7.1-alpha.
|
||||
|
||||
o Minor bugfixes (compilation):
|
||||
- Fix all -Werror=enum-int-mismatch warnings. No behavior change.
|
||||
Fixes bug 40824; bugfix on 0.3.5.1-alpha.
|
||||
|
||||
o Minor bugfixes (metrics):
|
||||
- Decrement hs_intro_established_count on introduction circuit
|
||||
close. Fixes bug 40751; bugfix on 0.4.7.12.
|
||||
|
||||
o Minor bugfixes (sandbox):
|
||||
- Allow membarrier for the sandbox. And allow rt_sigprocmask when
|
||||
compiled with LTTng. Fixes bug 40799; bugfix on 0.3.5.1-alpha.
|
||||
|
||||
|
||||
Changes in version 0.4.7.13 - 2023-01-12
|
||||
This version contains three major bugfixes, two for relays and one for
|
||||
client being a security fix, TROVE-2022-002. We have added, for Linux, the
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
o Minor bugfixes (metrics):
|
||||
- Decrement hs_intro_established_count on introduction circuit close. Fixes
|
||||
bug 40751; bugfix on 0.4.7.12.
|
||||
@@ -1,7 +0,0 @@
|
||||
o Major bugfixes (vanguards):
|
||||
- Rotate to a new L2 vanguard whenever an existing one loses the
|
||||
Stable or Fast flag. Previously, we would leave these relays in the
|
||||
L2 vanguard list but never use them, and if all of our vanguards
|
||||
end up like this we wouldn't have any middle nodes left to choose
|
||||
from so we would fail to make onion-related circuits. Fixes bug
|
||||
40805; bugfix on 0.4.7.1-alpha.
|
||||
@@ -1,2 +0,0 @@
|
||||
o Minor features (fallbackdir):
|
||||
- Regenerate fallback directories generated on July 26, 2023.
|
||||
@@ -1,3 +0,0 @@
|
||||
o Minor features (geoip data):
|
||||
- Update the geoip files to match the IPFire Location Database,
|
||||
as retrieved on 2023/07/26.
|
||||
@@ -1,2 +0,0 @@
|
||||
o Minor feature (lzma):
|
||||
- Fix compiler warnings for liblzma >= 5.3.1. Closes ticket 40741.
|
||||
@@ -1,3 +0,0 @@
|
||||
o Minor bugfix (relay, logging):
|
||||
- The wrong max queue cell size was used in a protocol warning logging
|
||||
statement. Fixes bug 40745; bugfix on 0.4.7.1-alpha.
|
||||
@@ -1,5 +0,0 @@
|
||||
o Minor features (directory authorities):
|
||||
- Directory authorities now include their AuthDirMaxServersPerAddr
|
||||
config option in the consensus parameter section of their vote. Now
|
||||
external tools can better predict how they will behave. Implements
|
||||
ticket 40753.
|
||||
@@ -1,6 +0,0 @@
|
||||
o Minor bugfixes (sandbox):
|
||||
- Allow membarrier for the sandbox. And allow rt_sigprocmask when compiled
|
||||
with LTTng. Fixes bug 40799; bugfix on 0.3.5.1-alpha.
|
||||
|
||||
o Minor feature (CI):
|
||||
- Update CI to use Debian Bullseye for runners.
|
||||
@@ -1,4 +0,0 @@
|
||||
o Minor bugfixes (compilation):
|
||||
- Fix all -Werror=enum-int-mismatch warnings. No behavior change. Fixes bug
|
||||
40824; bugfix on 0.3.5.1-alpha.
|
||||
|
||||
Reference in New Issue
Block a user