remove rolled-up changes files.

This commit is contained in:
Nick Mathewson
2021-06-07 15:03:09 -04:00
parent 9c26614181
commit 6378002d2d
6 changed files with 0 additions and 22 deletions
-3
View File
@@ -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.
-5
View File
@@ -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.
-3
View File
@@ -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.
-3
View File
@@ -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.
-3
View File
@@ -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.
-5
View File
@@ -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