Skip to content

Commit 733989a

Browse files
committed
REL: 1.27.5
Security (SEC): - ContentStream_readInlineImage had potential infinite loop (#740) Bug fixes (BUG): - Fix merging encrypted files (#757) - CCITTFaxDecode decodeParms can be an ArrayObject (#756) Robustness improvements (ROBUST): - title sometimes None (#744) Documentation (DOC): - Adjust short description of the package Tests and Test setup (TST): - Rewrite JS tests from unittest to pytest (#746) - Increase Test coverage, mainly with filters (#756) - Add test for inline images (#758) Developer Experience Improvements (DEV): - Remove unused Travis-CI configuration (#747) - Show code coverage (#754, #755) - Add mutmut (#760) Miscellaneous: - STY: Closing file handles, explicit exports, ... (#743) All changes: 1.27.4...1.27.5
1 parent 8aa440c commit 733989a

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

CHANGELOG

+39
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
Version 1.27.5, 2022-04-15
2+
--------------------------
3+
4+
Security (SEC):
5+
6+
- ContentStream_readInlineImage had potential infinite loop (#740)
7+
8+
Bug fixes (BUG):
9+
10+
- Fix merging encrypted files (#757)
11+
- CCITTFaxDecode decodeParms can be an ArrayObject (#756)
12+
13+
Robustness improvements (ROBUST):
14+
15+
- title sometimes None (#744)
16+
17+
Documentation (DOC):
18+
19+
- Adjust short description of the package
20+
21+
Tests and Test setup (TST):
22+
23+
- Rewrite JS tests from unittest to pytest (#746)
24+
- Increase Test coverage, mainly with filters (#756)
25+
- Add test for inline images (#758)
26+
27+
Developer Experience Improvements (DEV):
28+
29+
- Remove unused Travis-CI configuration (#747)
30+
- Show code coverage (#754, #755)
31+
- Add mutmut (#760)
32+
33+
Miscellaneous:
34+
35+
- STY: Closing file handles, explicit exports, ... (#743)
36+
37+
All changes: https://github.com/py-pdf/PyPDF2/compare/1.27.4...1.27.5
38+
39+
140
Version 1.27.4, 2022-04-12
241
--------------------------
342

PyPDF2/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.27.4"
1+
__version__ = "1.27.5"

0 commit comments

Comments
 (0)