ref: c811c5a80b7361e7badfd01d57356272dece0f95
parent: 22374db9bdea9dbec29b9bf0decf6ee5a779fa0c
author: Sebastian Rasmussen <sebras@gmail.com>
date: Mon Sep 16 14:53:49 EDT 2019
Update jbig2dec stuff for 0.17 release.
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,15 @@
+Version 0.17 (2019 September 16)
+
+* Improved test suite by verifying input file contents and adding
+ all ubc test streams. Fixed bugs where previously missing ubc
+ test streams were decoded incorrectly.
+
+* Bug fixes for a few issues reported by Coverity.
+
+* Moved version number to jbig2.h, and adapted configure
+ correspondingly. Added pkg-config file to be installed
+ along side library.
+
Version 0.16 (2019 April 04)
* API change allowing for library users to get the custom allocator
--- a/jbig2.h
+++ b/jbig2.h
@@ -26,7 +26,7 @@
#define _JBIG2_H
#define JBIG2_VERSION_MAJOR (0)
-#define JBIG2_VERSION_MINOR (16)
+#define JBIG2_VERSION_MINOR (17)
/* warning levels */
typedef enum {
--- a/jbig2dec.1
+++ b/jbig2dec.1
@@ -1,4 +1,4 @@
-.TH jbig2dec 1 "2019 April 04" "Version 0.16" "jbig2dec Manual"
+.TH jbig2dec 1 "2019 September 17" "Version 0.17" "jbig2dec Manual"
.SH NAME
jbig2dec \- File format converter specialized in JBIG2 decoding