From d1c26890d2645d3db06fe6811db8e138f67ca134 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Wed, 10 Jan 2024 13:32:10 +0100 Subject: [PATCH] CHANGES: add the 2.6.0 release (from the 2.6 branch) --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 701fff5..632e2c4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -19,6 +19,11 @@ - Remove debug printers. - Finally remove the unused camlp-streams dependency. +## v2.6.0 (2023-09-07) + +- Add eio backend for tar in tar-eio (@patricoferris, review by @talex5, @reynir, #132) +- Also apply backwards compatibility fix when GNU LongName is used. The compatibility fix is unfortunately also applied for unknown-to-ocaml-tar link indicators (reported by @gravicappa in #129, @reynir, #133) + ## v2.5.1 (2023-06-20) - Treat headers with link indicator '0' or '\000' (`Normal`) as directories for backward compatibility (reported in #129, fix by @reynir)