aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2020-01-03 04:01:10 +0100
committerJay Berkenbilt <ejb@ql.org>2020-01-14 17:53:19 +0100
commit388990f7bcddec0583fd5a84f62d4aa0eba88d39 (patch)
tree922c0ff883b7e2e1f317305d96291d0419217fd6 /ChangeLog
parenta44b5a34a07b9f2905d419d5571fd53832c1f6c0 (diff)
downloadqpdf-388990f7bcddec0583fd5a84f62d4aa0eba88d39.tar.zst
Rewrite fix-qdf in C++
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a1211834..522c80a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2020-01-14 Jay Berkenbilt <ejb@ql.org>
+ * Rewrite fix-qdf in C++. This means fix-qdf is a proper
+ executable now, and there is no longer a runtime requirement on
+ perl.
+
* Add QUtil::call_main_from_wmain, a helper function that can be
called in the body of wmain to convert UTF-16 arguments to UTF-8
arguments and then call another main function.