From 29afed7e7f51da06c2449d1b37729720c37dfd10 Mon Sep 17 00:00:00 2001 From: Alex Osborne Date: Fri, 9 Feb 2024 16:12:25 +0900 Subject: [PATCH] Release 0.28.6 Bugs fixed * Improved compatibility with ARC variants (version-block length off by one, v2 version-block, spurious linefeeds) #82 * WarcParser: Context in parse error messages was incorrectly using the parser (file) position instead of buffer position --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 80cf36e..9e5d210 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ 4.0.0 org.netpreserve jwarc - 0.28.5 + 0.28.6 jwarc Java library for reading and writing WARC files with a typed API