The following deprecated global aliases to services have been removed
in trunk:
LzAudio
LzBrowser
LzCursor
LzFocus
LzGlobalMouse
LzHistory
LzIdle
LzInstantiator
LzKeys
LzModeManager
LzTimer
LzTrack
Each of the services is still accessible though the `lz` package,
using the service name without the 'Lz'. For example, LzFocus can be
found at lz.Focus. The package entries are already available in
4.1.0, so you can make this change in your code now, in preparation
for any subsequent release.
If you plan to use trunk r10175 or later you should run the script /
WEB-INF/lps/server/bin/convert_required.pl on your lzx files to make
the required modifications. You can also find the script [here](http://svn.openlaszlo.org/openlaszlo/trunk/WEB-INF/lps/server/bin/convert_required.pl
>http://svn.openlaszlo.org/openlaszlo/trunk/WEB-INF/lps/server/bin/convert_required.pl)
.