Start a changelog for 0.4.5.8

This commit is contained in:
Nick Mathewson
2021-05-07 10:02:59 -04:00
parent 4b31516b14
commit 489d18508c
12 changed files with 52 additions and 40 deletions
-3
View File
@@ -1,3 +0,0 @@
o Minor features (compilation):
- Make the autoconf script build correctly with autoconf versions 2.70
and later. Closes part of ticket 40335.
-4
View File
@@ -1,4 +0,0 @@
o Minor bugfixes (controller):
- Fix a "BUG" warning that would appear when a controller chooses the
first hop for a circuit, and that circuit completes. Fixes
bug 40285; bugfix on 0.3.2.1-alpha.
-4
View File
@@ -1,4 +0,0 @@
o Minor bugfixes (configuration tests bsd):
- Fix glob processing errors when globs expand to invalid paths on
BSD systems. Fixes bug 40318; bugfix on 0.4.5.1-alpha. Patch by
Daniel Pinto.
-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
-3
View File
@@ -1,3 +0,0 @@
o Minor bugfix (onion service, client, memory leak):
- An expired cached descriptor could have been overwritten with a new one
leading to a memory leak. Fixes bug 40356; bugfix on 0.3.5.1-alpha.
-5
View File
@@ -1,5 +0,0 @@
o Minor bugfixes (bridge, pluggable transport):
- Fix a regression that prevented to configure a Bridge line without a
fingerprint (which is a normal use case). Fixes bug 40360; bugfix on
0.4.5.4-rc.
-4
View File
@@ -1,4 +0,0 @@
o Minor bugfixes (build, cross-compilation):
- Allow a custom "ar" for cross-compilation. Our previous build script
had used the $AR environment variable in most places, but it missed
one. Fixes bug 40369; bugfix on 0.4.5.1-alpha.
-3
View File
@@ -1,3 +0,0 @@
o Minor features (onion services):
- Add warning message when connecting to soon-to-be-deprecated v2 onions.
Closes ticket 40373.