aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-08-14 22:28:52 +0200
committerJay Berkenbilt <ejb@ql.org>2018-08-14 22:57:37 +0200
commite37ce851902af9a0c54508a693024ceaccf49abd (patch)
treeb3a510b568e8bdd7370c519a786069ab1d4a6f90 /ChangeLog
parent8ca46d1ff0177b1f7f1804cb25c85bd3ff0316e5 (diff)
downloadqpdf-e37ce851902af9a0c54508a693024ceaccf49abd.tar.zst
Clarify static vs. import library on Windows (fixes #225)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d74f7c3..415d2917 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2018-08-14 Jay Berkenbilt <ejb@ql.org>
+
+ * For the mingw builds, change the name of the DLL import library
+ from libqpdf.a to libqpdf.dll.a to avoid confusing it with a
+ static library. This potentially clears the way for supporting a
+ static library in the future, though presently, the qpdf Windows
+ build only builds the DLL and executables. Fixes #225.
+
2018-08-13 Jay Berkenbilt <ejb@ql.org>
* Add new class QPDFSystemError, derived from std::runtime_error,