More stuff I missed

This commit is contained in:
NoDRM
2022-08-06 20:25:07 +02:00
parent dfa247bf88
commit ca6d30b2d9
3 changed files with 14 additions and 69 deletions

View File

@@ -73,4 +73,7 @@ List of changes since the fork of Apprentice Harper's repository:
- Fix some more Calibre-6 bugs in the Obok plugin (should fix #114).
- Fix a bug where invalid Adobe keys could cause the plugin to stop trying subsequent keys (partially fixes #109).
- Fix DRM removal sometimes resetting the ZIP's internal "external_attr" value on Calibre 5 and newer.
- Fix PDF decryption issues on Calibre 4 (hopefully fixes #104).
- Fix PDF decryption issues on Calibre 4 (hopefully fixes #104).
- Small Python 2 / Calibre 4 bugfix for Obok.
- Removing ancient AlfCrypto machine code libraries, moving all encryption / decryption to Python code.
- General cleanup and removal of dead code.