aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket40741
diff options
context:
space:
mode:
authorMicah Elizabeth Scott <beth@torproject.org>2023-01-18 14:14:47 -0800
committerDavid Goulet <dgoulet@torproject.org>2023-01-25 14:13:31 -0500
commita1d3d201aeeb1360f5b34497040e908d932f65d9 (patch)
treeaa75a12ba949ce50384f0d769e2d367e37b00597 /changes/ticket40741
parent40e39b1e65b84890dd81ab6cd6d40d61844ac0fb (diff)
downloadtor-a1d3d201aeeb1360f5b34497040e908d932f65d9.tar.gz
tor-a1d3d201aeeb1360f5b34497040e908d932f65d9.zip
compress_lzma: New enum values from liblzma 5.3.xmaint-0.4.5
Add new liblzma enums (LZMA_SEEK_NEEDED and LZMA_RET_INTERNAL*) conditional to the API version they arrived in. The first stable version of liblzma this affects is 5.4.0 Fixes #40741 Signed-off-by: Micah Elizabeth Scott <beth@torproject.org>
Diffstat (limited to 'changes/ticket40741')
-rw-r--r--changes/ticket407412
1 files changed, 2 insertions, 0 deletions
diff --git a/changes/ticket40741 b/changes/ticket40741
new file mode 100644
index 0000000000..2a9f72489d
--- /dev/null
+++ b/changes/ticket40741
@@ -0,0 +1,2 @@
+ o Minor feature (lzma):
+ - Fix compiler warnings for liblzma >= 5.3.1. Closes ticket 40741.