shithub: jbig2

Download patch

ref: 7e45faa81deadc4a3b4419a9e76a17782e8034f4
parent: 0c5c418eec4f0877c8b9a36f57504accf6457c19
author: Sebastian Rasmussen <sebras@gmail.com>
date: Tue Feb 11 19:24:25 EST 2020

Update jbig2dec stuff for 0.18 release.

--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+Version 0.18 (2020 February 11)
+
+* Performance enhancements related to decoding of MMR and generic
+  regions as well as composing images onto pages.
+
+* Bug fixes for a few issues reported by Coverity and OSS-Fuzz.
+
 Version 0.17 (2019 September 16)
 
 * Improved test suite by verifying input file contents and adding
--- a/jbig2.h
+++ b/jbig2.h
@@ -26,7 +26,7 @@
 #define _JBIG2_H
 
 #define JBIG2_VERSION_MAJOR (0)
-#define JBIG2_VERSION_MINOR (17)
+#define JBIG2_VERSION_MINOR (18)
 
 /* warning levels */
 typedef enum {
--- a/jbig2dec.1
+++ b/jbig2dec.1
@@ -1,4 +1,4 @@
-.TH jbig2dec 1 "2019 September 17" "Version 0.17" "jbig2dec Manual"
+.TH jbig2dec 1 "2020 February 11" "Version 0.18" "jbig2dec Manual"
 
 .SH NAME
 jbig2dec \- File format converter specialized in JBIG2 decoding