2021-09-27 13:42:19 +02:00
|
|
|
Changes in PDFio
|
|
|
|
================
|
|
|
|
|
|
|
|
|
2022-05-16 04:52:53 +02:00
|
|
|
v1.1.0 (Month DD, YYYY)
|
|
|
|
-----------------------
|
|
|
|
|
|
|
|
- Added `pdfioFileCreateTemporary` function (Issue #29)
|
2022-06-27 16:17:00 +02:00
|
|
|
- Added `pdfioDictIterateKeys` function (Issue #31)
|
2022-05-16 04:52:53 +02:00
|
|
|
|
|
|
|
|
2022-03-02 15:47:14 +01:00
|
|
|
v1.0.1 (March 2, 2022)
|
|
|
|
----------------------
|
2022-02-28 21:00:25 +01:00
|
|
|
|
|
|
|
- Added missing `pdfioPageGetNumStreams` and `pdfioPageOpenStream` functions.
|
2022-03-01 15:18:56 +01:00
|
|
|
- Added demo pdfiototext utility.
|
|
|
|
- Fixed bug in `pdfioStreamGetToken`.
|
2022-02-28 21:00:25 +01:00
|
|
|
|
|
|
|
|
2021-12-14 18:36:33 +01:00
|
|
|
v1.0.0 (December 14, 2021)
|
|
|
|
--------------------------
|
|
|
|
|
|
|
|
- First stable release.
|
|
|
|
|
|
|
|
|
|
|
|
v1.0rc1 (November 30, 2021)
|
|
|
|
---------------------------
|
2021-11-29 23:46:56 +01:00
|
|
|
|
|
|
|
- Fixed a few stack/buffer overflow bugs discovered via fuzzing.
|
|
|
|
|
|
|
|
|
2021-11-07 17:15:35 +01:00
|
|
|
v1.0b2 (November 7, 2021)
|
|
|
|
-------------------------
|
2021-09-27 13:42:19 +02:00
|
|
|
|
|
|
|
- Added `pdfioFileCreateOutput` API to support streaming output of PDF
|
|
|
|
(Issue #21)
|
2021-10-16 06:02:31 +02:00
|
|
|
- Fixed `all-shared` target (Issue #22)
|
|
|
|
- Fixed memory leaks (Issue #23)
|
2021-10-16 15:41:19 +02:00
|
|
|
- Updated `pdfioContentSetDashPattern` to accept `double` values (Issue #25)
|
2021-11-07 17:29:18 +01:00
|
|
|
- Added support for reading and writing encrypted PDFs (Issue #26)
|
2021-10-01 17:38:04 +02:00
|
|
|
- Fixed some issues identified by a Coverity scan.
|
2021-09-27 13:42:19 +02:00
|
|
|
|
|
|
|
|
|
|
|
v1.0b1 (August 30, 2021)
|
|
|
|
------------------------
|
|
|
|
|
2021-10-16 06:02:31 +02:00
|
|
|
- Initial release
|