Second Life will be down Wednesday morning from 5:30 AM to 8:30 AM PT while I update the servers and client to version 1.5.5.
(Yes, I expect to get it done within three hours this time.)
The release notes are below:
Second Life 1.5.5 Sept 29, 2004
====================================
- Added fern and eucalyptus trees.
- Land panel is enabled for group members, not just group officers. Now non-officers can contribute land again.
- llGiveInventoryList() can now properly give multiple copies of items in
the object's inventory.
- llParseString2List() reverted to old behavior where it ignores null
strings. That is, llParseString2List("test||is|working",["|"],[])
returns ["test", "is", "working"] instead of ["test","","is","working"].
- Added llParseStringKeepNulls() to provide the behavior that is being
removed from llParseString2List() above.
- Fixed a bug where it was possible to lose creator and permissions
information while editing clothing and body parts in the avatar
customization tool.
- Fixed a teleport bug that would first cause teleport to incorrectly fail
with the message, ""Sorry, teleport is currently blocked. Try again in a
moment...." and would then prevent the resident from being handed off the
a neighboring sim should they try to walk across the border.
- Fixed llApplyRotationalImpulse() which was erroneously not applying any
impulse at all.