]> git.imager.perl.org - imager.git/commitdiff
note the ft1 change in Changes
authorTony Cook <tony@develop-help.com>
Sat, 20 Oct 2012 00:17:39 +0000 (11:17 +1100)
committerTony Cook <tony@develop-help.com>
Sat, 24 Nov 2012 04:05:54 +0000 (15:05 +1100)
Changes

diff --git a/Changes b/Changes
index 0d4d31363ba190850c5249cd3e7f1b8eb8792d69..39bd5a6adeeb8bccb05f20786d28b5ccad56c41d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,9 +1,5 @@
 Imager release history.  Older releases can be found in Changes.old
 
-Threads work
-  - thread safe t1lib
-  - thread safe ft1
-
  - improved thread safety
    - the internal error stack and log file handle are now in a per-thread
      context object
@@ -13,6 +9,7 @@ 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.
 
  - clarify the return value of getpixel();
    https://rt.cpan.org/Ticket/Display.html?id=81198