]> git.imager.perl.org - imager.git/commitdiff
Imager no longer supports OS X 10.2
authorTony Cook <tony@develop=help.com>
Thu, 6 Dec 2007 06:21:14 +0000 (06:21 +0000)
committerTony Cook <tony@develop=help.com>
Thu, 6 Dec 2007 06:21:14 +0000 (06:21 +0000)
Changes

diff --git a/Changes b/Changes
index 723e639470955028672446965e131101fe554942..288f1305f9c4a14dfd027c28a701724c5a763759 100644 (file)
--- a/Changes
+++ b/Changes
@@ -7,6 +7,12 @@ Imager 0.62 - unreleased
    to /path under your home directory.
    http://rt.cpan.org/Ticket/Display.html?id=29484
 
    to /path under your home directory.
    http://rt.cpan.org/Ticket/Display.html?id=29484
 
+ - the old dynaload code used Mach API functions to load dynamic
+   libraries on Mac OS X.  These APIs have been deprecated in OS X
+   10.5 and were causing some build problems.
+   So henceforth Imager uses the dlopen() family of functions, and you 
+   will need version 10.3 or later of OS X.
+
 Bug fixes:
 
  - samples/gifscale.pl sourced the base value for gif_top from
 Bug fixes:
 
  - samples/gifscale.pl sourced the base value for gif_top from