Skip to content

Commit

Permalink
Release 0.16.1
Browse files Browse the repository at this point in the history
Bug fixes

* The ARC parser now tries to recover if the trailer is missing
* The ARC parser now copes with the MIME field being missing or a single token
* Lenient HTTP parser now ignores multiple CRs at the end of header lines
* CDXTool now skips the record and continues if it fails to parse the HTTP message
  • Loading branch information
ato committed Sep 2, 2021
1 parent e1bdd3e commit ed6ffc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.netpreserve</groupId>
<artifactId>jwarc</artifactId>
<version>0.16.0</version>
<version>0.16.1</version>

<name>jwarc</name>
<description>Java library for reading and writing WARC files with a typed API</description>
Expand Down

0 comments on commit ed6ffc6

Please sign in to comment.