Skip to content

Commit da867f4

Browse files
committed
REL: 6.9.2
## What's new ### Security (SEC) - Avoid infinite loop in read_from_stream for broken files (#3693) by @stefan6419846 ### Robustness (ROB) - Resolve UnboundLocalError for xobjs in _get_image (#3684) by @Yuki9814 [Full Changelog](6.9.1...6.9.2)
1 parent 02b1345 commit da867f4

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# CHANGELOG
22

3+
## Version 6.9.2, 2026-03-23
4+
5+
### Security (SEC)
6+
- Avoid infinite loop in read_from_stream for broken files (#3693)
7+
8+
### Robustness (ROB)
9+
- Resolve UnboundLocalError for xobjs in _get_image (#3684)
10+
11+
[Full Changelog](https://github.com/py-pdf/pypdf/compare/6.9.1...6.9.2)
12+
313
## Version 6.9.1, 2026-03-17
414

515
### Security (SEC)

pypdf/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "6.9.1"
1+
__version__ = "6.9.2"

0 commit comments

Comments
 (0)