aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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,