Skip to content

Commit 7143554

Browse files
committed
REL: 5.3.1
## What's new ### Bug Fixes (BUG) - Use the correct name StandardEncoding for the predefined cmap (#3156) by @stefan6419846 - Handle inline images containing `EI ` sequences (#3152) by @stefan6419846 - Fix check box value which should be name object (#3124) by @stefan6419846 - Fix stream position on inline image fallback extraction (#3120) by @stefan6419846 - Fix object count for incremental writer (#3117) by @m32 ### Robustness (ROB) - Avoid index errors on empty lines in xref table (#3162) by @stefan6419846 - Improve handling of LZW decoder table overflow (#3159) by @stefan6419846 - Ignore non-numbers for width when building font width map (#3158) by @stefan6419846 - Avoid negative seek values when reading partially broken files (#3157) by @stefan6419846 ### Documentation (DOC) - Fixed PageObject.images example usage for replacing image (#3149) by @jutoth [Full Changelog](5.3.0...5.3.1)
1 parent b7f3811 commit 7143554

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# CHANGELOG
22

3+
## Version 5.3.1, 2025-03-02
4+
5+
### Bug Fixes (BUG)
6+
- Use the correct name StandardEncoding for the predefined cmap (#3156)
7+
- Handle inline images containing `EI ` sequences (#3152)
8+
- Fix check box value which should be name object (#3124)
9+
- Fix stream position on inline image fallback extraction (#3120)
10+
- Fix object count for incremental writer (#3117)
11+
12+
### Robustness (ROB)
13+
- Avoid index errors on empty lines in xref table (#3162)
14+
- Improve handling of LZW decoder table overflow (#3159)
15+
- Ignore non-numbers for width when building font width map (#3158)
16+
- Avoid negative seek values when reading partially broken files (#3157)
17+
18+
### Documentation (DOC)
19+
- Fixed PageObject.images example usage for replacing image (#3149)
20+
21+
[Full Changelog](https://github.com/py-pdf/pypdf/compare/5.3.0...5.3.1)
22+
323
## Version 5.3.0, 2025-02-09
424

525
### New Features (ENH)

pypdf/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.3.0"
1+
__version__ = "5.3.1"

0 commit comments

Comments
 (0)