]> git.imager.perl.org - imager.git/blobdiff - Changes
support tied file handles
[imager.git] / Changes
diff --git a/Changes b/Changes
index 0d4d31363ba190850c5249cd3e7f1b8eb8792d69..55e87d5a8f5ffce3a9321be7c2d3ae4c32e7b204 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,8 +1,10 @@
 Imager release history.  Older releases can be found in Changes.old
 
-Threads work
-  - thread safe t1lib
-  - thread safe ft1
+Imager 0.94 - 15 Dec 2012
+=========================
+
+Variations on some of these changes were included in development
+releases.
 
  - improved thread safety
    - the internal error stack and log file handle are now in a per-thread
@@ -13,6 +15,9 @@ Threads work
    - use a mutex to avoid re-entering thread-unsafe tifflib
    - use a mutex to avoid re-entering thread-unsafe T1Lib
    - use a library handle per thread for freetype 2.
+   - use an engine handle per thread for freetype 1.x.
+   - originally these changes broke ABI compatibility, this has been
+     restored.
 
  - clarify the return value of getpixel();
    https://rt.cpan.org/Ticket/Display.html?id=81198