This one's for application developers only.
Version 1.2 of the Growl frameworks has a bug that breaks launching
apps that use it for Tiger users, so we've put out Growl.framework
1.2.1 ahead of the rest of Growl. It's available from our Google Code
site:
<
http://growl.googlecode.com/files/Growl-1.2.1-Framework.tbz>
The archive includes both the framework and the dSYM bundle. Include
only the framework in your app; the dSYM bundle is to assist you in
reading crash reports, in case you get a crash report that involves
the Growl framework.
Growl-WithInstaller.framework will have to wait until the rest of
Growl arrives at 1.2.1, since we can't easily build version X of the
framework with version Y of Growl (and it would be confusing to ship
version 1.2.1 of the framework with version 1.2 of Growl anyway).
The full list of changes:
- Fixed apps using the framework not being able to launch on Tiger
because our Mac OS X deployment target settings for it were out of
date ([fac59330ff0c])
- Fixed leaking an Apple Event on registration ([987d555071f6])
- Fixed some leaks in garbage-collected apps, found using the Clang
Static Analyzer ([845941e3fa7f]) and Instruments ([383d84e26955])