0.7.0.1 Release
From OpenSimulator
Release Notes
This is a minor bug-fixing release for 0.7.
Changes from 0.7
- Changed the way HG client verification is done: now transforming local and LAN client IPs into external IPs. This addresses some issues related to running both the user agents service and the viewer in the same machine/LAN, which then presents a problem when the user agent goes to an external network.
- Fixed remote calls within Robust for HG.
- Implemented console command "show hyperlinks"
- Improved the 4096 check for grids
- Made the 4096 check configurable via config var Check4096 under [GridService]
- Fixed a nasty bug in the http server related to Accept headers. Doesn't really fix the underlying issue, this is just a hack on the code over which we have control upon
- Small fix for child prim movement. This still doesn't address limiting link distance, but at least it makes the UI and LSL match.
- Removed obsolete default variables from the Configger tool
- Eliminated one opportunity for exceptions related to Animator part of SP
- Added "SearchURL" to the [LoginService]. Some viewers now understand this
- Enabled GridInfo service for standalones, which had been accidentally left off