diff options
author | Nick Mathewson <nickm@torproject.org> | 2021-06-07 15:03:09 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2021-06-07 15:03:09 -0400 |
commit | 6378002d2d9ff0010e04572d6c2e6eadf5bc4718 (patch) | |
tree | 7ffcb2d916993724ee1cd4e5dcf109bf2691eecf | |
parent | 9c2661418174f3e415d6526760269b1fb7e84298 (diff) | |
download | tor-6378002d2d9ff0010e04572d6c2e6eadf5bc4718.tar.gz tor-6378002d2d9ff0010e04572d6c2e6eadf5bc4718.zip |
remove rolled-up changes files.
-rw-r--r-- | changes/bug40380 | 3 | ||||
-rw-r--r-- | changes/bug40399 | 5 | ||||
-rw-r--r-- | changes/geoip-2021-04-13 | 3 | ||||
-rw-r--r-- | changes/geoip-2021-05-07 | 3 | ||||
-rw-r--r-- | changes/ticket40265 | 3 | ||||
-rw-r--r-- | changes/ticket40345 | 5 |
6 files changed, 0 insertions, 22 deletions
diff --git a/changes/bug40380 b/changes/bug40380 deleted file mode 100644 index 24d2876b7d..0000000000 --- a/changes/bug40380 +++ /dev/null @@ -1,3 +0,0 @@ - o Minor bugfixes (compiler warnings): - - Fix an indentation problem that led to a warning from GCC 11.1.1. - Fixes bug 40380; bugfix on 0.3.0.1-alpha. diff --git a/changes/bug40399 b/changes/bug40399 deleted file mode 100644 index 7954b85eaf..0000000000 --- a/changes/bug40399 +++ /dev/null @@ -1,5 +0,0 @@ - o Minor features (compatibility): - - Remove an assertion function related to TLS renegotiation. - It was used nowhere outside the unit tests, and it was breaking - compilation with recent alpha releases of OpenSSL 3.0.0. - Closes ticket 40399. diff --git a/changes/geoip-2021-04-13 b/changes/geoip-2021-04-13 deleted file mode 100644 index db21a1c037..0000000000 --- a/changes/geoip-2021-04-13 +++ /dev/null @@ -1,3 +0,0 @@ - o Minor features (geoip data): - - Update the geoip files to match the IPFire Location Database, - as retrieved on 2021/04/13. diff --git a/changes/geoip-2021-05-07 b/changes/geoip-2021-05-07 deleted file mode 100644 index 07bf12c4d8..0000000000 --- a/changes/geoip-2021-05-07 +++ /dev/null @@ -1,3 +0,0 @@ - o Minor features (geoip data): - - Update the geoip files to match the IPFire Location Database, - as retrieved on 2021/05/07. diff --git a/changes/ticket40265 b/changes/ticket40265 deleted file mode 100644 index 2a346d64c3..0000000000 --- a/changes/ticket40265 +++ /dev/null @@ -1,3 +0,0 @@ - o Minor feature (fallback directory): - - Renegerate the list to a new set of 200 relays acting as fallback - directories. Closes ticket 40265. diff --git a/changes/ticket40345 b/changes/ticket40345 deleted file mode 100644 index 246e4a86af..0000000000 --- a/changes/ticket40345 +++ /dev/null @@ -1,5 +0,0 @@ - o Minor bugfixes (channel, DoS): - - Fix a possible non fatal assertion BUG() due to a too early free of a - string when noting down the client connection for the DoS defenses - subsystem. Fixes bug 40345; bugfix on 0.4.3.4-rc - |