This release includes some bug fixes and doubles the available linkset data memory to 128KiB. It also includes 3 new LSL functions for strided list management: llList2ListSlice(), llSortListStrided(), and llListFindListStrided().
Resolved Issues
SRV-311 llListFindStrided cannot find a stride when first element of stride is repeated
SRV-291 llListFindStrided does not find last element in specified range
BUG-233658 llList2ListSlice() does not use the same "forward indexing" as llList2ListStrided() with negative inputs.
BUG-233228 llRequestSimulatorData() fails with DATA_SIM_STATUS for a certain region while in a certain region, but DATA_SIM_POS & DATA_SIM_RATING resolve.
BUG-232868 Add list search method with start, end and stride
BUG-231545 New LSL Functions llList2ListSlice, llSortListStrided, and llListFindListStrided