From: Erik Abele
Date: Tue, 1 Apr 2003 18:26:55 +0000 (+0000)
Subject: Added thread-safety info for ImageMagick and PDFlib.
X-Git-Tag: pre_ajp_proxy~1939
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7960eb1bc7edf44aea967cff822af59b96d8deb4;p=thirdparty%2Fapache%2Fhttpd.git
Added thread-safety info for ImageMagick and PDFlib.
Submitted by: Travers Carter
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99164 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/developer/thread_safety.html b/docs/manual/developer/thread_safety.html
index ad6e73c0e4f..253edbcc7f5 100644
--- a/docs/manual/developer/thread_safety.html
+++ b/docs/manual/developer/thread_safety.html
@@ -195,9 +195,11 @@ individual symbols in the module.
| ImageMagick |
- |
- ? |
- |
+ 5.2.2 |
+ Yes |
+ ImageMagick docs claim it is thread safe since version 5.2.2
+ http://www.cise.ufl.edu/depot/www/ImageMagick/www/Changelog.html. |
| Imlib2 |
@@ -252,9 +254,12 @@ individual symbols in the module.
| pdflib |
- 4.0.x |
- ? |
- |
+ 5.0.x |
+ Yes |
+ PDFLib docs claim it is thread safe; changes.txt indicates it
+ has been partially thread-safe since V1.91: http://www.pdflib.com/products/pdflib/index.html. |
| libpng |