summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/bug40256_0453
-rw-r--r--changes/bug403155
-rw-r--r--changes/bug403165
-rw-r--r--changes/geoip-2021-03-129
-rw-r--r--changes/ticket40286_minimal6
-rw-r--r--changes/ticket403343
6 files changed, 31 insertions, 0 deletions
diff --git a/changes/bug40256_045 b/changes/bug40256_045
new file mode 100644
index 0000000000..14e67659e0
--- /dev/null
+++ b/changes/bug40256_045
@@ -0,0 +1,3 @@
+ o Minor bugfixes (documentation):
+ - Fix a formatting error on the documentation for
+ VirtualAddrNetworkIPv6. Fixes bug 40256; bugfix on 0.2.9.4-alpha.
diff --git a/changes/bug40315 b/changes/bug40315
new file mode 100644
index 0000000000..9e9c740d96
--- /dev/null
+++ b/changes/bug40315
@@ -0,0 +1,5 @@
+ o Minor bugfixes (Linux, relay):
+ - Fix a bug in determining total available system memory that would have
+ been triggered if the format of /proc/meminfo had ever changed
+ to include "MemTotal:" in the middle of a line. Fixes bug 40315;
+ bugfix on 0.2.5.4-alpha.
diff --git a/changes/bug40316 b/changes/bug40316
new file mode 100644
index 0000000000..cd275b5c9c
--- /dev/null
+++ b/changes/bug40316
@@ -0,0 +1,5 @@
+ o Major bugfixes (security, denial of service):
+ - Fix a bug in appending detached signatures to a pending consensus
+ document that could be used to crash a directory authority.
+ Fixes bug 40316; bugfix on 0.2.2.6-alpha. Tracked as
+ TROVE-2021-002 and CVE-2021-28090.
diff --git a/changes/geoip-2021-03-12 b/changes/geoip-2021-03-12
new file mode 100644
index 0000000000..01c1b0f162
--- /dev/null
+++ b/changes/geoip-2021-03-12
@@ -0,0 +1,9 @@
+ o Minor features (geoip data):
+ - We have switched geoip data sources. Previously we shipped
+ IP-to-country mappings from Maxmind's GeoLite2, but in 2019 they
+ changed their licensing term, so we were unable to update them after
+ that point. We now ship geoip files based on the IPFire Location
+ Database instead. (See https://location.ipfire.org/ for more
+ information). This release updates our geoip files to match the
+ IPFire Location Database as retrieved on 2021/03/12. Closes
+ ticket 40224.
diff --git a/changes/ticket40286_minimal b/changes/ticket40286_minimal
new file mode 100644
index 0000000000..6a04ca79eb
--- /dev/null
+++ b/changes/ticket40286_minimal
@@ -0,0 +1,6 @@
+ o Major bugfixes (security, denial of service):
+ - Disable the dump_desc() function that we used to dump unparseable
+ information to disk. It was called incorrectly in several places,
+ in a way that could lead to excessive CPU usage. Fixes bug 40286;
+ bugfix on 0.2.2.1-alpha. This bug is also tracked as
+ TROVE-2021-001 and CVE-2021-28089.
diff --git a/changes/ticket40334 b/changes/ticket40334
new file mode 100644
index 0000000000..c1c34384a0
--- /dev/null
+++ b/changes/ticket40334
@@ -0,0 +1,3 @@
+ o Minor bugfixes (onion service):
+ - Remove a harmless BUG() warning when reloading tor configured with onion
+ services. Fixes bug 40334; bugfix on 0.4.5.1-alpha.