commit 0465707d93e7d6959bf9d6bbd787c6f286e68c6e
parent 30989374b3b02b5c8a797dd362bc15fe19c66371
Author: Roger Dingledine <arma@torproject.org>
Date: Sun, 12 Nov 2023 16:03:06 -0500
fix small typo and missing period while i'm here
Diffstat:
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -17,7 +17,7 @@ Changes in version 0.4.8.9 - 2023-11-09
o Major bugfixes (onion service, TROVE-2023-006):
- Fix a possible hard assert on a NULL pointer when recording a
failed rendezvous circuit on the service side for the MetricsPort.
- Fixes bug 40883; bugfix on 0.4.8.1-alpha
+ Fixes bug 40883; bugfix on 0.4.8.1-alpha.
o Minor features (fallbackdir):
- Regenerate fallback directories generated on November 09, 2023.
@@ -74,7 +74,7 @@ Changes in version 0.4.8.7 - 2023-09-25
Changes in version 0.4.8.6 - 2023-09-18
This version contains an important fix for onion service regarding congestion
- control and its reliability. Apart from that, uneeded BUG warnings have been
+ control and its reliability. Apart from that, unneeded BUG warnings have been
suppressed especially about a compression bomb seen on relays. We strongly
recommend, in particular onion service operators, to upgrade as soon as
possible to this latest stable.
diff --git a/ReleaseNotes b/ReleaseNotes
@@ -21,7 +21,7 @@ Changes in version 0.4.8.9 - 2023-11-09
o Major bugfixes (onion service, TROVE-2023-006):
- Fix a possible hard assert on a NULL pointer when recording a
failed rendezvous circuit on the service side for the MetricsPort.
- Fixes bug 40883; bugfix on 0.4.8.1-alpha
+ Fixes bug 40883; bugfix on 0.4.8.1-alpha.
o Minor features (fallbackdir):
- Regenerate fallback directories generated on November 09, 2023.
@@ -78,7 +78,7 @@ Changes in version 0.4.8.7 - 2023-09-25
Changes in version 0.4.8.6 - 2023-09-18
This version contains an important fix for onion service regarding congestion
- control and its reliability. Apart from that, uneeded BUG warnings have been
+ control and its reliability. Apart from that, unneeded BUG warnings have been
suppressed especially about a compression bomb seen on relays. We strongly
recommend, in particular onion service operators, to upgrade as soon as
possible to this latest stable.