summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2014-06-07 23:01:14 +0200
committerJay Berkenbilt <ejb@ql.org>2014-06-07 23:16:50 +0200
commit3c5e602a1eefd4e9f81bb08179b85420e6b4f708 (patch)
treece60b5ca689c1660307140d8c6ba4e17ac9ba190 /ChangeLog
parent076164e988a77c2807478a9a329f403ec940ee2c (diff)
downloadqpdf-3c5e602a1eefd4e9f81bb08179b85420e6b4f708.tar.zst
Windows build (msvc): target Windows 5.0.1 (XP)
Without this, qpdf executables work only on Vista or newer. Fixes #35
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e3caa48..f2b961bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2014-06-07 Jay Berkenbilt <ejb@ql.org>
+ * MS Visual C++ build: explicitly target Windows 5.0.1 (XP)
+
* New example program: pdf-split-pages: efficiently split PDF
files into individual pages.