This is an automated email from the git hooks/post-receive script.
dgoulet pushed a change to branch release-0.4.7 in repository tor.
from 56542dc07b Merge branch 'maint-0.4.7' into release-0.4.7 new ec0414270a Update geoip files to match ipfire location db, 2022/12/06. new 1992c553d5 fallbackdir: Update list generated on December 06, 2022 new d889eba875 Merge branch 'maint-0.4.5' into maint-0.4.7 new 90ec6a8d67 Merge branch 'maint-0.4.7' into release-0.4.7 new ca1e0888f5 release: ChangeLog and ReleaseNotes for 0.4.7.12 new 236b9ff513 version: Bump version to 0.4.7.12 new 2be4c8319a version: Bump version to 0.4.5.15 new 56ac77ba4c Merge branch 'maint-0.4.5' into maint-0.4.7 new f43a74975e Merge branch 'maint-0.4.7' into release-0.4.7
The 9 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 27 + ReleaseNotes | 27 + changes/ticket40719 | 3 - changes/ticket40722 | 5 - changes/ticket40724 | 3 - configure.ac | 4 +- contrib/win32build/tor-mingw.nsi.in | 2 +- src/app/config/fallback_dirs.inc | 972 +++--- src/config/geoip | 5870 ++++++++++++++++++--------------- src/config/geoip6 | 6070 ++++++++++++++++++++++++++--------- src/win32/orconfig.h | 2 +- 11 files changed, 8303 insertions(+), 4682 deletions(-) delete mode 100644 changes/ticket40719 delete mode 100644 changes/ticket40722 delete mode 100644 changes/ticket40724
This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch release-0.4.7 in repository tor.
commit 90ec6a8d67d6d06efaa62f6ff6721b474f9d03cd Merge: 56542dc07b d889eba875 Author: David Goulet dgoulet@torproject.org AuthorDate: Tue Dec 6 10:10:41 2022 -0500
Merge branch 'maint-0.4.7' into release-0.4.7
changes/fallbackdirs-2022-12-06 | 2 + changes/geoip-2022-12-06 | 3 + src/app/config/fallback_dirs.inc | 972 +++--- src/config/geoip | 5870 +++++++++++++++++++----------------- src/config/geoip6 | 6070 ++++++++++++++++++++++++++++---------- 5 files changed, 8250 insertions(+), 4667 deletions(-)
This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch release-0.4.7 in repository tor.
commit ca1e0888f5547c429473f3145ff00034e0cb6f27 Author: Tor CI Release no-email@torproject.org AuthorDate: Tue Dec 6 15:05:29 2022 +0000
release: ChangeLog and ReleaseNotes for 0.4.7.12 --- ChangeLog | 27 +++++++++++++++++++++++++++ ReleaseNotes | 27 +++++++++++++++++++++++++++ changes/fallbackdirs-2022-12-06 | 2 -- changes/geoip-2022-12-06 | 3 --- changes/ticket40719 | 3 --- changes/ticket40722 | 5 ----- changes/ticket40724 | 3 --- 7 files changed, 54 insertions(+), 16 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 9085bb48f8..f108973171 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +Changes in version 0.4.7.12 - 2022-12-06 + This version contains a major change that is a new key for moria1. Also, new + metrics are exported on the MetricsPort for the congestion control + subsystem. + + o Directory authority changes (moria1): + - Rotate the relay identity key and v3 identity key for moria1. They + have been online for more than a decade and refreshing keys + periodically is good practice. Advertise new ports too, to avoid + confusion. Closes ticket 40722. + + o Minor feature (Congestion control metrics): + - Add additional metricsport relay metrics for congestion control. + Closes ticket 40724. + + o Minor features (fallbackdir): + - Regenerate fallback directories generated on December 06, 2022. + + o Minor features (geoip data): + - Update the geoip files to match the IPFire Location Database, as + retrieved on 2022/12/06. + + o Minor bugfixes (cpuworker, relay): + - Fix an off by one overload calculation on the number of CPUs being + used by our thread pool. Fixes bug 40719; bugfix on 0.3.5.1-alpha. + + Changes in version 0.4.7.11 - 2022-11-10 This version contains several major fixes aimed at helping defend against network denial of service. It is also extending drastically the MetricsPort diff --git a/ReleaseNotes b/ReleaseNotes index 2f43a8b876..6dc9b19239 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -2,6 +2,33 @@ 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.12 - 2022-12-06 + This version contains a major change that is a new key for moria1. Also, new + metrics are exported on the MetricsPort for the congestion control + subsystem. + + o Directory authority changes (moria1): + - Rotate the relay identity key and v3 identity key for moria1. They + have been online for more than a decade and refreshing keys + periodically is good practice. Advertise new ports too, to avoid + confusion. Closes ticket 40722. + + o Minor feature (Congestion control metrics): + - Add additional metricsport relay metrics for congestion control. + Closes ticket 40724. + + o Minor features (fallbackdir): + - Regenerate fallback directories generated on December 06, 2022. + + o Minor features (geoip data): + - Update the geoip files to match the IPFire Location Database, as + retrieved on 2022/12/06. + + o Minor bugfixes (cpuworker, relay): + - Fix an off by one overload calculation on the number of CPUs being + used by our thread pool. Fixes bug 40719; bugfix on 0.3.5.1-alpha. + + Changes in version 0.4.7.11 - 2022-11-10 This version contains several major fixes aimed at helping defend against network denial of service. It is also extending drastically the MetricsPort diff --git a/changes/fallbackdirs-2022-12-06 b/changes/fallbackdirs-2022-12-06 deleted file mode 100644 index 17daf63f53..0000000000 --- a/changes/fallbackdirs-2022-12-06 +++ /dev/null @@ -1,2 +0,0 @@ - o Minor features (fallbackdir): - - Regenerate fallback directories generated on December 06, 2022. diff --git a/changes/geoip-2022-12-06 b/changes/geoip-2022-12-06 deleted file mode 100644 index f96e833e63..0000000000 --- a/changes/geoip-2022-12-06 +++ /dev/null @@ -1,3 +0,0 @@ - o Minor features (geoip data): - - Update the geoip files to match the IPFire Location Database, - as retrieved on 2022/12/06. diff --git a/changes/ticket40719 b/changes/ticket40719 deleted file mode 100644 index eec84dce0f..0000000000 --- a/changes/ticket40719 +++ /dev/null @@ -1,3 +0,0 @@ - o Minor bugfixes (cpuworker, relay): - - Fix an off by one overload calculation on the number of CPUs being used by - our thread pool. Fixes bug 40719; bugfix on 0.3.5.1-alpha. diff --git a/changes/ticket40722 b/changes/ticket40722 deleted file mode 100644 index a9a9f520a9..0000000000 --- a/changes/ticket40722 +++ /dev/null @@ -1,5 +0,0 @@ - o Directory authority changes (moria1): - - Rotate the relay identity key and v3 identity key for moria1. They - have been online for more than a decade and refreshing keys - periodically is good practice. Advertise new ports too, to avoid - confusion. Closes ticket 40722. diff --git a/changes/ticket40724 b/changes/ticket40724 deleted file mode 100644 index aeb6f9ae8b..0000000000 --- a/changes/ticket40724 +++ /dev/null @@ -1,3 +0,0 @@ - o Minor feature (Congestion control metrics): - - Add additional metricsport relay metrics for congestion control. - Closes ticket 40724.
This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch release-0.4.7 in repository tor.
commit f43a74975ed27d786757711aec7ac5c600045770 Merge: ca1e0888f5 56ac77ba4c Author: David Goulet dgoulet@torproject.org AuthorDate: Tue Dec 6 10:23:00 2022 -0500
Merge branch 'maint-0.4.7' into release-0.4.7
configure.ac | 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-)
tor-commits@lists.torproject.org