summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2021-02-23 12:28:04 -0500
committerDavid Goulet <dgoulet@torproject.org>2021-02-23 12:28:04 -0500
commit6edb648aa0f23a507e7557a07fd291d6c3ad7747 (patch)
treebd1ab4312312873768a0b6aeb6dc5bec81fafb88 /changes
parentbc799a1eaf85fc218156e014c83cc1d5c096e16a (diff)
parent97e51dd01b228ecb72c912c6cf3ffae6334c8d07 (diff)
downloadtor-6edb648aa0f23a507e7557a07fd291d6c3ad7747.tar.gz
tor-6edb648aa0f23a507e7557a07fd291d6c3ad7747.zip
Merge branch 'maint-0.4.5'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket403093
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket40309 b/changes/ticket40309
new file mode 100644
index 0000000000..087ac36a4f
--- /dev/null
+++ b/changes/ticket40309
@@ -0,0 +1,3 @@
+ o New system requirements (mallinfo() deprecated):
+ - Remove mallinfo() usage entirely. Libc 2.33+ now deprecates it. Closes
+ ticket 40309.