- Replace lib.lua.shuffle_table by lib.lua.shuffle:
lib.lua.shuffle returns a shallow copy of the shuffled
table instead of shuffling the table inplace. The result
will have the same metatable as the source table.
- Corresponding refman and libsoko updates.
- Remove a print-message from libsoko-endphase (debugging).