diff options
author | David Goulet <dgoulet@torproject.org> | 2023-08-23 10:12:54 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2023-08-23 10:12:54 -0400 |
commit | 51cefce3e689461492d22275b0bcac36db61ac8e (patch) | |
tree | a7df1a301f8838764fe480b5c5c91d9778742805 /changes | |
parent | 10636f84e8daf69f0a29ce27c9a02316fc8631cd (diff) | |
download | tor-51cefce3e689461492d22275b0bcac36db61ac8e.tar.gz tor-51cefce3e689461492d22275b0bcac36db61ac8e.zip |
ChangeLog and ReleaseNotes for 0.4.8.4 stable
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug40834 | 5 | ||||
-rw-r--r-- | changes/fallbackdirs-2023-08-23 | 2 | ||||
-rw-r--r-- | changes/geoip-2023-08-23 | 3 | ||||
-rw-r--r-- | changes/rust_ci | 4 | ||||
-rw-r--r-- | changes/ticket40739 | 6 | ||||
-rw-r--r-- | changes/ticket40821 | 4 | ||||
-rw-r--r-- | changes/ticket40825 | 3 | ||||
-rw-r--r-- | changes/ticket40833 | 3 |
8 files changed, 0 insertions, 30 deletions
diff --git a/changes/bug40834 b/changes/bug40834 deleted file mode 100644 index 5c37e0c6a4..0000000000 --- a/changes/bug40834 +++ /dev/null @@ -1,5 +0,0 @@ - o Major bugfixes (conflux): - - Fix a relay-side crash caused by side effects of the fix for bug - 40827. Reverts part of that fix that caused the crash and adds - additional log messages to help find the root cause. Fixes bug - 40834; bugfix on 0.4.8.3-rc. diff --git a/changes/fallbackdirs-2023-08-23 b/changes/fallbackdirs-2023-08-23 deleted file mode 100644 index 53e78ada12..0000000000 --- a/changes/fallbackdirs-2023-08-23 +++ /dev/null @@ -1,2 +0,0 @@ - o Minor features (fallbackdir): - - Regenerate fallback directories generated on August 23, 2023. diff --git a/changes/geoip-2023-08-23 b/changes/geoip-2023-08-23 deleted file mode 100644 index 59191befba..0000000000 --- a/changes/geoip-2023-08-23 +++ /dev/null @@ -1,3 +0,0 @@ - o Minor features (geoip data): - - Update the geoip files to match the IPFire Location Database, - as retrieved on 2023/08/23. diff --git a/changes/rust_ci b/changes/rust_ci deleted file mode 100644 index 868f94fd91..0000000000 --- a/changes/rust_ci +++ /dev/null @@ -1,4 +0,0 @@ - o Minor features (testing): - - All Rust code is now linted (cargo clippy) as part of GitLab CI, - and existing warnings have been fixed. - - Any unit tests written in Rust now run as part of GitLab CI. diff --git a/changes/ticket40739 b/changes/ticket40739 deleted file mode 100644 index d65c143c56..0000000000 --- a/changes/ticket40739 +++ /dev/null @@ -1,6 +0,0 @@ - o Minor bugfixes (compression): - - Right after compression/decompression work is done, check for errors. - Before this, we would consider compression bomb before that and then - looking for errors leading to false positive on that log warning. Fixes - bug 40739; bugfix on 0.3.5.1-alpha. Patch by "cypherpunks". - diff --git a/changes/ticket40821 b/changes/ticket40821 deleted file mode 100644 index 6310189dfb..0000000000 --- a/changes/ticket40821 +++ /dev/null @@ -1,4 +0,0 @@ - o Major feature (denial of service): - - Extend DoS protection to partially opened channels and known relays. - Because re-entry is not allowed anymore, we can apply DoS protections onto - known IP namely relays. Fixes bug 40821; bugfix on 0.3.5.1-alpha. diff --git a/changes/ticket40825 b/changes/ticket40825 deleted file mode 100644 index 36b5db2a9e..0000000000 --- a/changes/ticket40825 +++ /dev/null @@ -1,3 +0,0 @@ - o Minor bugfix (FreeBSD, compilation): - - Fix compilation issue on FreeBSD by properly importing sys/param.h. Fixes - bug 40825; bugfix on 0.4.8.1-alpha. diff --git a/changes/ticket40833 b/changes/ticket40833 deleted file mode 100644 index 5c97289760..0000000000 --- a/changes/ticket40833 +++ /dev/null @@ -1,3 +0,0 @@ - o Major bugfixes (proof of work, onion service, hashx): - - Fix a very rare buffer overflow in hashx, specific to the dynamic compiler - on aarch64 platforms. Fixes bug 40833; bugfix on 0.4.8.2-alpha. |