aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2012-09-06 20:39:06 +0200
committerJay Berkenbilt <ejb@ql.org>2012-09-06 20:39:06 +0200
commit8d2b29ef988aa86489e36be50fa881335b81363e (patch)
treebb8b5a589f4241b01df696684ce8c891aeb0d054 /ChangeLog
parentb51a5b2c09dc679917f62f932ab373b3c397126e (diff)
downloadqpdf-8d2b29ef988aa86489e36be50fa881335b81363e.tar.zst
Fix segmentation fault with use of QPDFWriter::setOutputMemory
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5afb6871..ec165929 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-09-06 Jay Berkenbilt <ejb@ql.org>
+
+ * Bug fix: Writing after calling QPDFWriter::setOutputMemory()
+ would cause a segmentation fault because of an internal field not
+ being initialized, rendering that method useless. This has been
+ corrected.
+
2012-08-11 Jay Berkenbilt <ejb@ql.org>
* 3.0.1: release