Update CHANGE.

Signed-off-by: yzrh <yzrh@noema.org>
This commit is contained in:
yzrh 2023-01-01 21:26:44 +00:00
parent d6fa934b5f
commit 000405693e
3 changed files with 9 additions and 4 deletions

View file

@ -3,6 +3,13 @@
* Support HN text overlay.
0.2.5 (2023-01-XX)
==================
* Improve PDF parser.
* Handle duplicated object in CAJ.
* Fix JBIG decoder.
0.2.4 (2022-12-31)
==================

View file

@ -146,8 +146,6 @@ pdf_load(pdf_object_t **pdf, FILE **fp, int size_buf)
if (buf == NULL)
return 1;
memset(buf, 0, ptr->size);
fseek(*fp, ptr->address - 15, SEEK_SET);
fread(str, 8, 1, *fp);

View file

@ -1,10 +1,10 @@
/*
* Copyright (c) 2020-2022, yzrh <yzrh@noema.org>
* Copyright (c) 2020-2023, yzrh <yzrh@noema.org>
*
* SPDX-License-Identifier: Apache-2.0
*/
#define VERSION "0"
#define RELEASE "2"
#define PATCH "4"
#define PATCH "5"
#define EXTRA ""