Skip to content

Commit

Permalink
Update jbig2dec stuff for 0.20 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebras committed Aug 30, 2023
1 parent fbf863c commit 1d1347e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGES
@@ -1,3 +1,21 @@
Version 0.20 (2023 August 28)

* Move definition of inline macro so that it doesn't cause
linker errors during cross-compilation.

* Fix OSS-fuzz issue 10862, a memory leak, by freeing image
resources upon error.

* Fix a bug where a buffer was accessed without considering
alignment requirements on architectures such as SPARC.

* Fix compiler warnings.

* Improve custom memory allocator used in testing to restricting
memory usage.

* Use silent automake rules when compiling as a separate project.

Version 0.19 (2020 September 10)

* API change to use full 32 bit segment numbers, in accordance
Expand Down
2 changes: 1 addition & 1 deletion jbig2.h
Expand Up @@ -26,7 +26,7 @@ extern "C"
#endif

#define JBIG2_VERSION_MAJOR (0)
#define JBIG2_VERSION_MINOR (19)
#define JBIG2_VERSION_MINOR (20)

/* warning levels */
typedef enum {
Expand Down
2 changes: 1 addition & 1 deletion jbig2dec.1
@@ -1,4 +1,4 @@
.TH jbig2dec 1 "2020 March 11" "Version 0.19" "jbig2dec Manual"
.TH jbig2dec 1 "2023 May 19" "Version 0.20" "jbig2dec Manual"

.SH NAME
jbig2dec \- File format converter specialized in JBIG2 decoding
Expand Down

0 comments on commit 1d1347e

Please sign in to comment.