[gs-commits] ghostpdl branch, master, updated. jbig2dec-0.14-1671-g8b0ed52
[email protected] (Sebastian Rasmussen)
| Newsgroups | gmane.comp.printing.ghostscript.cvs |
|---|---|
| Message-ID | <[email protected]> |
The ghostpdl branch, master has been updated
via 8b0ed52ead9605cae14939362dbf9cdf22b9746c (commit)
via 79e2d671b672f3bc4cca09808dd683b71eff702a (commit)
from 7e49d51de2b14f9a4ca873135ba3c8d7aa56256f (commit)
----------------------------------------------------------------------
commit 8b0ed52ead9605cae14939362dbf9cdf22b9746c
Author: Sebastian Rasmussen <[email protected]>
Date: Mon Sep 16 18:53:49 2019 +0200
Update jbig2dec stuff for 0.17 release.
diff --git a/jbig2dec/CHANGES b/jbig2dec/CHANGES
index a58dcd4..f126ce3 100644
--- a/jbig2dec/CHANGES
+++ b/jbig2dec/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
diff --git a/jbig2dec/jbig2.h b/jbig2dec/jbig2.h
index b05f178..16bb95a 100644
--- a/jbig2dec/jbig2.h
+++ b/jbig2dec/jbig2.h
@@ -26,7 +26,7 @@ extern "C"
#define _JBIG2_H
#define JBIG2_VERSION_MAJOR (0)
-#define JBIG2_VERSION_MINOR (16)
+#define JBIG2_VERSION_MINOR (17)
/* warning levels */
typedef enum {
diff --git a/jbig2dec/jbig2dec.1 b/jbig2dec/jbig2dec.1
index fbaf532..3933d38 100644
--- a/jbig2dec/jbig2dec.1
+++ b/jbig2dec/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
----------------------------------------------------------------------
commit 79e2d671b672f3bc4cca09808dd683b71eff702a
Author: Sebastian Rasmussen <[email protected]>
Date: Mon Sep 16 18:48:36 2019 +0200
jbig2dec: Use the same contact information everywhere.
diff --git a/jbig2dec/README b/jbig2dec/README
index 4d7e345..7a0e53d 100644
--- a/jbig2dec/README
+++ b/jbig2dec/README
@@ -28,4 +28,5 @@ Report bugs at https://bugs.ghostscript.com
For security issues please use the "Security - Other" product,
and for normal bugs the "jbig2dec" product.
-The most suitable mailing list is <[email protected]>.
+Contact the developers at the IRC channel #ghostscript at freenode.net
+or via the mailing list <[email protected]>.
diff --git a/jbig2dec/configure.ac.in b/jbig2dec/configure.ac.in
index 7e93c41..972d081 100644
--- a/jbig2dec/configure.ac.in
+++ b/jbig2dec/configure.ac.in
@@ -1,6 +1,6 @@
# Process this file with autoconf to produce a configure script.
-AC_INIT([jbig2dec], [unknown-version], [[email protected]])
+AC_INIT([jbig2dec], [unknown-version], [[email protected]])
AC_PREREQ(2.53)
AC_CONFIG_SRCDIR([jbig2dec.c])
diff --git a/jbig2dec/jbig2dec.1 b/jbig2dec/jbig2dec.1
index abe305d..fbaf532 100644
--- a/jbig2dec/jbig2dec.1
+++ b/jbig2dec/jbig2dec.1
@@ -63,8 +63,12 @@ Show program version information.
.BR -h " or " --help
Show usage summary.
+.SH REPORTING BUGS
+Report bugs at https://bugs.ghostscript.com
+
+Contact the developers at the IRC channel #ghostscript at freenode.net
+or via the mailing list <[email protected]>.
+
.SH AUTHOR
-jbig2-dev <[email protected]>
This manpage was initially written by Sebastian Rasmussen
-<[email protected]> for jbig2dec and the Debian Project.
-
+<[email protected]> for jbig2dec and the Debian Project.
Summary of changes:
jbig2dec/CHANGES | 12 ++++++++++++
jbig2dec/README | 3 ++-
jbig2dec/configure.ac.in | 2 +-
jbig2dec/jbig2.h | 2 +-
jbig2dec/jbig2dec.1 | 12 ++++++++----
5 files changed, 24 insertions(+), 7 deletions(-)