From af35c3fa8427e471319fa5806d34b419de09e81e Mon Sep 17 00:00:00 2001 From: Alex Osborne Date: Wed, 26 Jul 2023 16:52:14 +0900 Subject: [PATCH] Release 0.27.1 Bugs fixed: * Lenient HTTP parser now accepts folded header lines that use LF instead of CRLF * Fixed bug where bogus ARC MIME field could be prepended to the length field --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a543ca2..06376f3 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ 4.0.0 org.netpreserve jwarc - 0.27.0 + 0.27.1 jwarc Java library for reading and writing WARC files with a typed API