aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-04-21 00:46:33 +0200
committerJay Berkenbilt <ejb@ql.org>2019-04-21 03:00:43 +0200
commite50d5201dfce53158ba811865e99654054f0c872 (patch)
treeb0f806a8234c21843d779147b25a259612275169 /ChangeLog
parent011695dfdf52e7a83f0eeceb85d0d2c06e7df7da (diff)
downloadqpdf-e50d5201dfce53158ba811865e99654054f0c872.tar.zst
Add --keep-files-open-threshold (fixes #288)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8514e379..944d80b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2019-04-20 Jay Berkenbilt <ejb@ql.org>
+ * Add parameter --keep-files-open-threshold to override the
+ maximum number of files that qpdf will allow to be kept open at
+ once. Fixes #288.
+
* Handle Unicode characters in filenames. The changes to support
Unicode on the CLI in Windows broke Unicode filenames. Fixes #298.