Mac-Carbon-0.70 Released
Mac-Carbon-0.70 has been released. Download it from the CPAN or SF.net.
I am quite happy with this release, because it is far more memory-efficient for long-running Mac::Glue stuff. See also forthcoming Mac::AppleEvents::Simple release, fixing some memory leaks (incidentally, I punted on the main issue discussed in that journal entry, the XAEDesc stuff, for now).
(Note: it may take time for the release to propagate to the various download mirrors.)
Changes:
I am quite happy with this release, because it is far more memory-efficient for long-running Mac::Glue stuff. See also forthcoming Mac::AppleEvents::Simple release, fixing some memory leaks (incidentally, I punted on the main issue discussed in that journal entry, the XAEDesc stuff, for now).
(Note: it may take time for the release to propagate to the various download mirrors.)
Changes:
* v0.70, 10 May 2004Posted using release by brian d foy.
Fix some major memory leaks in Mac::AppleEvents. Due to a necessary change
for Mac OS X, caller of AEDesc->data method is now responsible for disposing of
the returned Handle object with Handle->dispose.
Improve Mac::Notification tests.
Clean up docs; add notes about gcc versions.
Leave a comment