Release Notes for Second Life 1.11.2(4) August 1, 2006
=====================================
Other changes:
* Asset compression expanded to cover objects
* Right-click -> Teleport option added to landmarks
* "Muted Residents" renamed to "Mute List", as it can contain muted objects as well
* Ctrl-\ can now be used to focus the camera on the last agent or object that said something in chat
Script changes:
* llRequestAgentData can now return the resident's account type
** Example usage: llRequestAgentData(llGetOwner(), DATA_PAYINFO);
** No Payment Info on File: 0
** Payment Info on File: 1
** No Payment Info on File AND Payment Info Used: 2 (Only Beta/Lifetime users fall under this status)
** Payment Info on File AND Payment Info Used: 3
* Added PARCEL_FLAG_RESTRICT_PUSHOBJECT to llGetParcelFlags, and REGION_FLAG_RESTRICT_PUSHOBJECT to llGetRegionFlags()
Bug fixes:
* Fixed several exploits
* Friends list now sorts by online status
* Both the scripted object and the target of llPushObject must be in push-allowed areas
* Corrected the color of system messages
* Fixed a bug where right-clicking the edges of the viewer window automatically selected pie menu items
* Minimap now fits within its window when taking high-res snapshots
* Telehub spawnpoint removal no longer fails for Estate Owners/Managers
* Fixed a bug where the clear search button was not visible
* Send Postcard floater now gets active focus when "Keep open after saving" is checked
* Fixed a bug where residents would teleport to the wrong location when using the my land window after using the sort tabs
* Double-clicking on map icon ("event"

* Fixed a bug with slow window resize
* Dragging past the end of text field once again scrolls text
* Fixed a bug where the avatar picker name field doesn't have focus on show
* Ctrl+F opening search now puts focus in "All" tab's "Find" text box
* About Land floater no longer goes blank in some use cases
* Resolved issue which caused Minimap window, Build window and Object Edit window to not appear in snapshots when Show UI is selected
* "Update Automatically" no longer clears the "Send postcard" window from the screen
* Fonts now render properly with UI scaling on in fullscreen on Macbook Pro
* Linden Locations shouldn't appear in Popular Places
* Text in Search > Landsales no longer missing
* Fixed a bug with keyboard selection of radio buttons
* Escape now closes menus
* Land sales description now displays correctly in Search > Land Sales
* Snapshot window now follows the same position rules as other windows
* Friends list now sorts by online status
* Toolbar buttons no longer retain focus after use
* UI layout tweaks to the About Land > Options > Show in Find Places drop-down menu
* Improved the experience for uploading a snapshot as a texture
* Fixed a bug with snapshot floater's settings not being persisted
* Made double-click process as a normal click if not handled specially
* Disabled using ALT-Enter to trigger buttons, etc
* Converted media remote control to be a panel to allow tab focusing
Linux client fixes:
* No linux-client-specific fixes in this release