Add some protection against opening multiple streams in the same file at the same time.

This commit is contained in:
Michael R Sweet
2022-07-04 13:03:11 -04:00
parent 50f27974cf
commit 067683cbcd
5 changed files with 33 additions and 7 deletions

View File

@@ -8,6 +8,8 @@ v1.1.0 (Month DD, YYYY)
- Added `pdfioFileCreateTemporary` function (Issue #29)
- Added `pdfioDictIterateKeys` function (Issue #31)
- Added `pdfioContentPathEnd` function.
- Added protection against opening multiple streams in the same file at the
same time.
- Fixed "install-shared" target (Issue #32)
- Fixed `pdfioContentMatrixRotate` function.