Skip to content

Commit ad2a45d

Browse files
committed
REL: 6.7.1
## What's new ### Security (SEC) - Detect cyclic references when accessing TreeObject.children (#3645) by @stefan6419846 - Limit size of `/ToUnicode` entries (#3646) by @stefan6419846 - Limit FlateDecode recovery attempts (#3644) by @stefan6419846 ### Bug Fixes (BUG) - Avoid own object replacement logic in `PageObject.replace_contents` (#3638) by @stefan6419846 - Fix UnboundLocalError when update_page_form_field_values with /Sig (#3634) by @John-Sharp ### Robustness (ROB) - Avoid divison by zero when decoding FlateDecode PNG prediction (#3641) by @stefan6419846 [Full Changelog](6.7.0...6.7.1)
1 parent bd2f6d0 commit ad2a45d

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## Version 6.7.1, 2026-02-17
4+
5+
### Security (SEC)
6+
- Detect cyclic references when accessing TreeObject.children (#3645)
7+
- Limit size of `/ToUnicode` entries (#3646)
8+
- Limit FlateDecode recovery attempts (#3644)
9+
10+
### Bug Fixes (BUG)
11+
- Avoid own object replacement logic in `PageObject.replace_contents` (#3638)
12+
- Fix UnboundLocalError when update_page_form_field_values with /Sig (#3634)
13+
14+
### Robustness (ROB)
15+
- Avoid divison by zero when decoding FlateDecode PNG prediction (#3641)
16+
17+
[Full Changelog](https://github.com/py-pdf/pypdf/compare/6.7.0...6.7.1)
18+
319
## Version 6.7.0, 2026-02-08
420

521
### Deprecations (DEP)

pypdf/_version.py

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

0 commit comments

Comments
 (0)