aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2017-07-30 02:19:54 +0200
committerJay Berkenbilt <ejb@ql.org>2017-07-30 02:58:01 +0200
commit5993c3e83c6f83b36045c75a03ffb1da3d1d283c (patch)
tree8854661becc586fff8ba07a99d616153f508d43a /ChangeLog
parent885b8781cccdc9d4402af58176e826a354b5ef7a (diff)
downloadqpdf-5993c3e83c6f83b36045c75a03ffb1da3d1d283c.tar.zst
Detect input file = output file (fixes #29)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ac32ea25..8d1cf56a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2017-07-29 Jay Berkenbilt <ejb@ql.org>
+ * Detect when input file and output file are the same and exit to
+ avoid overwriting and losing input file. Fixes #29.
+
* When passing multiple inspection arguments, run --check first,
and defer exit until after all the checks have been run. This
makes it possible to force operations such as --show-xref to be