[[Image:1.25 commemorative rolling-restart bear.jpg|right|200px|thumb|Limited edition [[Linden Bear]], only available during the rolling restart of 1.25]]
[[Image:1.25 commemorative rolling-restart bear.jpg|right|200px|thumb|Limited edition [[Linden Bear]], only available during the rolling restart of 1.25]]
[[Category:Release Notes]]
== Server Release Notes, Second Life Server 1.25.4 (2008/01/20) ==
== Server Release Notes, Second Life Server 1.25.6 (2009/03/09) ==
* Fix a crash that occurs when a script that has suffered serialization errors is rezzed
* Fix a performance-lagging problem that occurs when the apache2 process on a sim is overloaded
* Remove "Save Object Back to My Inventory" features -- this feature didn't always work as expected, and was the source of some confusion and potential content loss
== Server Release Notes, Second Life Server 1.25.5 (2009/02/02) ==
* Mono script size calculation now includes assembly size
* Fix the "crash on attach" bug
* Fix the "revert terrain creates big spikes" bug
* {{JIRA|SVC-3679}} Revert the mono scheduler change -- more thought required before re-introducing the change
* {{JIRA|SVC-3683}} C# traceback on divide by 0
* {{JIRA|SVC-3735}} fix [[http_response]] status codes for https
* {{JIRA|SVC-3725}} [[llRemoteLoadScriptPin]] is no longer able to install non-full perm scripts to worn attachments in 1.25
* More database load mitigators
== Server Release Notes, Second Life Server 1.25.4 (2009/01/20) ==
* {{JIRA|SVC-3669}} : raise the limit on concurrent animations from 10 to 33
* {{JIRA|SVC-3669}} : raise the limit on concurrent animations from 10 to 33
Line 9:
Line 26:
* {{JIRA|SVC-3670}} : Instead of NULL, return a hashed UUID for objects and scripts
* {{JIRA|SVC-3670}} : Instead of NULL, return a hashed UUID for objects and scripts
* some database queries moved to a replication database to reduce database load
* some database queries moved to a replication database to reduce database load
* fix the return of double-reported touch events
* fix the return of double-reported [[touch]] events
* block only control characters, not all non-ASCII, in group tags
* block only control characters, not all non-ASCII, in group tags
== Server Release Notes, Second Life Server 1.25.3 (2008/01/15) ==
== Server Release Notes, Second Life Server 1.25.3 (2009/01/15) ==
* Log parcel stats & script resource usage for future determination of homestead & openspace script limits
* Log parcel stats & script resource usage for future determination of homestead & openspace script limits
Line 24:
Line 41:
== Server Release Notes, Second Life Server 1.25.2 ==
== Server Release Notes, Second Life Server 1.25.2 ==
* {{JIRA|SVC-3406}} : HTTPRequest broken in 1.25
* {{JIRA|SVC-3406}} : [[llHTTPRequest]] broken in 1.25
* {{JIRA|SVC-3436}} : PERMISSION_TRIGGER_ANIMATION always granted to attached objects
* {{JIRA|SVC-3436}} : [[PERMISSION_TRIGGER_ANIMATION]] always granted to attached objects
* {{JIRA|SVC-3439}} : Script compiled in 1.25 won't run on 1.24 until recompiled
* {{JIRA|SVC-3439}} : Script compiled in 1.25 won't run on 1.24 until recompiled
* {{JIRA|SVC-3379}} : changing to same state triggers state_entry in mono comipled script
* {{JIRA|SVC-3379}} : changing to same [[state]] triggers [[state_entry]] in mono comipled script
* {{JIRA|SVC-3408}} : Affects version 1.25 - Dynamic Avatar Sit Broken (Andrew Linden's 54m maximum has been reduced to 20m)
* {{JIRA|SVC-3408}} : Affects version 1.25 - Dynamic Avatar Sit Broken (Andrew Linden's 54m maximum has been reduced to 20m)
* Code to support Homestead regions
* Code to support Homestead regions
Line 33:
Line 50:
* Backbone memory leak in 1.25 fixed
* Backbone memory leak in 1.25 fixed
* Internal simulator error tracking tune-up
* Internal simulator error tracking tune-up
== Server Release Notes, Second Life Server 1.25.0 ==
== Server Release Notes, Second Life Server 1.25.0 ==
Server Release Notes, Second Life Server 1.25.6 (2009/03/09)
Fix a crash that occurs when a script that has suffered serialization errors is rezzed
Fix a performance-lagging problem that occurs when the apache2 process on a sim is overloaded
Remove "Save Object Back to My Inventory" features -- this feature didn't always work as expected, and was the source of some confusion and potential content loss
Server Release Notes, Second Life Server 1.25.5 (2009/02/02)
Mono script size calculation now includes assembly size
Fix the "crash on attach" bug
Fix the "revert terrain creates big spikes" bug
SVC-3679 Revert the mono scheduler change -- more thought required before re-introducing the change