shithub: jbig2

Download patch

ref: 1c336b8ab44524dc56ea837e2211ff4207704cdd
parent: 4b953ac9d2db122567d893c706a3e033332d1755
author: Sebastian Rasmussen <sebras@gmail.com>
date: Thu Sep 10 18:41:20 EDT 2020

Update jbig2dec stuff for 0.19 release.

--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,22 @@
+Version 0.19 (2020 September 10)
+
+* API change to use full 32 bit segment numbers, in accordance
+  to the JBIG2 specification.
+
+* Better handling of end of input data stream and and when
+  encountering errors in the arithmetic decoder stream. This
+  should improve many situations where jbig2dec appeared to
+  run forever.
+
+* Fix several bugs related to signedness or over-/underflow
+  checks that were not robust.
+
+* Bug fixes for issues reported by Coverity/OSS-fuzz.
+
+* Add option to limit memory usage to command line tool.
+
+* Update manpages, and command line tool usage.
+
 Version 0.18 (2020 February 11)
 
 * Performance enhancements related to decoding of MMR and generic
--- a/jbig2.h
+++ b/jbig2.h
@@ -26,7 +26,7 @@
 #endif
 
 #define JBIG2_VERSION_MAJOR (0)
-#define JBIG2_VERSION_MINOR (18)
+#define JBIG2_VERSION_MINOR (19)
 
 /* warning levels */
 typedef enum {
--- a/jbig2dec.1
+++ b/jbig2dec.1
@@ -1,4 +1,4 @@
-.TH jbig2dec 1 "2020 March 11" "Version 0.18" "jbig2dec Manual"
+.TH jbig2dec 1 "2020 March 11" "Version 0.19" "jbig2dec Manual"
 
 .SH NAME
 jbig2dec \- File format converter specialized in JBIG2 decoding