mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Changelog for 0.4.6.7
Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
@@ -1,3 +1,35 @@
|
||||
Changes in version 0.4.6.7 - 2021-08-13
|
||||
This version fixes several bugs from earlier versions.
|
||||
|
||||
o Minor feature (fallbackdir):
|
||||
- Regenerate fallback directories list. Close ticket 40447.
|
||||
|
||||
o Minor features (geoip data):
|
||||
- Update the geoip files to match the IPFire Location Database,
|
||||
as retrieved on 2021/08/12.
|
||||
|
||||
o Minor bugfix (crypto):
|
||||
- Disable the unused batch verification feature of ed25519-donna. Fixes
|
||||
bug 40078; bugfix on 0.2.6.1-alpha. Found by Henry de Valence.
|
||||
|
||||
o Minor bugfixes (onion service):
|
||||
- Send back the extended SOCKS error 0xF6 (Onion Service Invalid Address)
|
||||
for a v2 onion address. Fixes bug 40421; bugfix on 0.4.6.2-alpha.
|
||||
|
||||
o Minor bugfixes (relay):
|
||||
- Reduce the compression level for data streaming from HIGH to LOW in
|
||||
order to reduce CPU load on the directory relays. Fixes bug 40301;
|
||||
bugfix on 0.3.5.1-alpha.
|
||||
|
||||
o Minor bugfixes (timekeeping):
|
||||
- Calculate the time of day correctly on systems where the time_t
|
||||
type includes leap seconds. (This is not the case on most
|
||||
operating systems, but on those where it occurs, our tor_timegm
|
||||
function did not correctly invert the system's gmtime function,
|
||||
which could result in assertion failures when calculating
|
||||
voting schedules.) Fixes bug 40383; bugfix on 0.2.0.3-alpha.
|
||||
|
||||
|
||||
Changes in version 0.4.6.6 - 2021-06-30
|
||||
Tor 0.4.6.6 makes several small fixes on 0.4.6.5, including one that
|
||||
allows Tor to build correctly on older versions of GCC. You should
|
||||
|
||||
@@ -2,6 +2,38 @@ 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.6.7 - 2021-08-13
|
||||
This version fixes several bugs from earlier versions.
|
||||
|
||||
o Minor feature (fallbackdir):
|
||||
- Regenerate fallback directories list. Close ticket 40447.
|
||||
|
||||
o Minor features (geoip data):
|
||||
- Update the geoip files to match the IPFire Location Database,
|
||||
as retrieved on 2021/08/12.
|
||||
|
||||
o Minor bugfix (crypto):
|
||||
- Disable the unused batch verification feature of ed25519-donna. Fixes
|
||||
bug 40078; bugfix on 0.2.6.1-alpha. Found by Henry de Valence.
|
||||
|
||||
o Minor bugfixes (onion service):
|
||||
- Send back the extended SOCKS error 0xF6 (Onion Service Invalid Address)
|
||||
for a v2 onion address. Fixes bug 40421; bugfix on 0.4.6.2-alpha.
|
||||
|
||||
o Minor bugfixes (relay):
|
||||
- Reduce the compression level for data streaming from HIGH to LOW in
|
||||
order to reduce CPU load on the directory relays. Fixes bug 40301;
|
||||
bugfix on 0.3.5.1-alpha.
|
||||
|
||||
o Minor bugfixes (timekeeping):
|
||||
- Calculate the time of day correctly on systems where the time_t
|
||||
type includes leap seconds. (This is not the case on most
|
||||
operating systems, but on those where it occurs, our tor_timegm
|
||||
function did not correctly invert the system's gmtime function,
|
||||
which could result in assertion failures when calculating
|
||||
voting schedules.) Fixes bug 40383; bugfix on 0.2.0.3-alpha.
|
||||
|
||||
|
||||
Changes in version 0.4.6.6 - 2021-06-30
|
||||
Tor 0.4.6.6 makes several small fixes on 0.4.6.5, including one that
|
||||
allows Tor to build correctly on older versions of GCC. You should
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
o Minor bugfix (crypto):
|
||||
- Disable the unused batch verification feature of ed25519-donna. Fixes
|
||||
bug 40078; bugfix on 0.2.6.1-alpha. Found by Henry de Valence.
|
||||
@@ -1,7 +0,0 @@
|
||||
o Minor bugfixes (timekeeping):
|
||||
- Calculate the time of day correctly on systems where the time_t
|
||||
type includes leap seconds. (This is not the case on most
|
||||
operating systems, but on those where it occurs, our tor_timegm
|
||||
function did not correctly invert the system's gmtime function,
|
||||
which could result in assertion failures when calculating
|
||||
voting schedules.) Fixes bug 40383; bugfix on 0.2.0.3-alpha.
|
||||
@@ -1,3 +0,0 @@
|
||||
o Minor features (geoip data):
|
||||
- Update the geoip files to match the IPFire Location Database,
|
||||
as retrieved on 2021/08/12.
|
||||
@@ -1,4 +0,0 @@
|
||||
o Minor bugfixes (relay):
|
||||
- Reduce the compression level for data streaming from HIGH to LOW. Fixes
|
||||
bug 40301; bugfix on 0.3.5.1-alpha.
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
o Minor bugfixes (onion service):
|
||||
- Send back the extended SOCKS error 0xF6 for a v2 onion address. Fixes bug
|
||||
40421; bugfix on 0.4.6.2-alpha.
|
||||
@@ -1,2 +0,0 @@
|
||||
o Minor feature (fallbackdir):
|
||||
- Regenerate fallback directories list. Close ticket 40447.
|
||||
Reference in New Issue
Block a user