0.7.0.1 Release
From OpenSimulator
(Difference between revisions)
(New page: =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 externa...) |
|||
Line 9: | Line 9: | ||
* Implemented console command "show hyperlinks" | * Implemented console command "show hyperlinks" | ||
* Improved the 4096 check for grids | * Improved the 4096 check for grids | ||
− | * Made the 4096 check configurable | + | * Made the 4096 check configurable |
* 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 | * 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. | * Small fix for child prim movement. This still doesn't address limiting link distance, but at least it makes the UI and LSL match. | ||
Line 16: | Line 16: | ||
* Added "SearchURL" to the [LoginService]. Some viewers now understand this | * Added "SearchURL" to the [LoginService]. Some viewers now understand this | ||
* Enabled GridInfo service for standalones, which had been accidentally left off | * Enabled GridInfo service for standalones, which had been accidentally left off | ||
+ | |||
+ | ==Configuration Changes== | ||
+ | |||
+ | * New config var under [UserAgentService] section: GatekeeperService = "OpenSim.Services.HypergridService.dll:GatekeeperService". '''Requires attention from ppl running grids with Robust.HG.ini.''' Everyone else can ignore. | ||
+ | * New config var under [GridService]: Check4096 | ||
+ | * New config var under [LoginService]: SearchURL |
Revision as of 07:31, 9 August 2010
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
- 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
Configuration Changes
- New config var under [UserAgentService] section: GatekeeperService = "OpenSim.Services.HypergridService.dll:GatekeeperService". Requires attention from ppl running grids with Robust.HG.ini. Everyone else can ignore.
- New config var under [GridService]: Check4096
- New config var under [LoginService]: SearchURL