aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2011-12-28 20:30:16 +0100
committerJay Berkenbilt <ejb@ql.org>2011-12-28 20:32:33 +0100
commit11314a9551b66921ad7fa4f977ca17c1f5ed3030 (patch)
tree8bd9f74e550edc3499b1d04a313fb9b1a69caa0c /ChangeLog
parent22f5b01f54f43b1c27d9594382e8a6ec58db5dcb (diff)
downloadqpdf-11314a9551b66921ad7fa4f977ca17c1f5ed3030.tar.zst
Don't declare any PCRE objects static.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4108cf8f..81e3ee02 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2011-12-28 Jay Berkenbilt <ejb@ql.org>
+
+ * Since PCRE is not necessarily thread safe, don't declare any
+ PCRE objects to be static.
+
+ * Disregard stderr output from ghostscript when using it to
+ compare images in the test suite; see comments in qpdf.test for
+ details.
+
+ * Fixed a few documentation errors.
+
2011-08-11 Jay Berkenbilt <ejb@ql.org>
* 2.3.0: release