summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d8f4da71..90b110e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2013-02-28 Jay Berkenbilt <ejb@ql.org>
+ * Favor fopen_s and strerror_s on MSVC to avoid CRT security
+ warnings. This is useful for people who may want to use qpdf in
+ an application that is Windows 8 certified.
+
* New method QUtil::safe_fopen to wrap calls to fopen. This is
less cumbersome than calling QUtil::fopen_wrapper.