summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorNoDRM <[email protected]>2022-01-02 19:13:15 +0100
committerNoDRM <[email protected]>2022-01-02 19:13:37 +0100
commitf17b255159305c6681b9dcdee3240c912c7889d8 (patch)
treeba383d3c4ec36cab99d69878ac79f7f5f4a063f2 /CHANGELOG.md
parentb2b55531d39d8a34c98bdc98c70218502e4f546b (diff)
Add "MemoryError" to FAQ
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a800725..7bca4f4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -54,4 +54,5 @@ List of changes since the fork of Apprentice Harper's repository:
- ineptpdf: Support for V=5, R=5 and R=6 PDF files, and for AES256-encrypted PDFs.
- ineptpdf: Disable cross-reference streams in the output file. This may make PDFs slightly larger, but the current code for cross-reference streams seems to be buggy and sometimes creates corrupted PDFs.
- Drop support for importing key data from the ancient, pre "DeDRM" Calibre plugins ("Ignoble Epub DeDRM", "eReader PDB 2 PML" and "K4MobiDeDRM"). These are from 2011, I doubt anyone still has these installed, I can't even find a working link for these to test them. If you still have encryption keys in one of these plugins, you will need to update to DeDRM v10.0.2 or older (to convert the keys) before updating to DeDRM v10.0.3 or newer.
-- Some Python3 bugfixes for Amazon books (merged #10 by ableeker). \ No newline at end of file
+- Some Python3 bugfixes for Amazon books (merged #10 by ableeker).
+- Fix a bug where extracting an Adobe key from ADE on Linux through Wine did fail when using the OpenSSL backend (instead of PyCrypto). See #13 and #14 for details, thanks acaloiaro for the bugfix. \ No newline at end of file