Skip to content

Commit 4a613f3

Browse files
committed
REL: 6.1.3
## What's new ### Security (SEC) - Allow limiting size of LZWDecode streams (#3502) by @stefan6419846 - Avoid infinite loop when reading broken DCT-based inline images (#3501) by @stefan6419846 ### Bug Fixes (BUG) - PageObject.scale() scales media box incorrectly (#3489) by @Nid01 ### Robustness (ROB) - Fail with explicit exception when image mode is an empty array (#3500) by @stefan6419846 [Full Changelog](6.1.2...6.1.3)
1 parent e51d078 commit 4a613f3

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## Version 6.1.3, 2025-10-22
4+
5+
### Security (SEC)
6+
- Allow limiting size of LZWDecode streams (#3502)
7+
- Avoid infinite loop when reading broken DCT-based inline images (#3501)
8+
9+
### Bug Fixes (BUG)
10+
- PageObject.scale() scales media box incorrectly (#3489)
11+
12+
### Robustness (ROB)
13+
- Fail with explicit exception when image mode is an empty array (#3500)
14+
15+
[Full Changelog](https://github.com/py-pdf/pypdf/compare/6.1.2...6.1.3)
16+
317
## Version 6.1.2, 2025-10-19
418

519
### Bug Fixes (BUG)

pypdf/_version.py

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

0 commit comments

Comments
 (0)