Changes to Trunk (
http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2016-June/068226.htmlName: Kernel-eem.1029
Ancestors: Kernel-mt.1028
Supply missing simulation methods for the new Mutex primitives and hence render through on code like the following funcitonal again:
Mutex new critical:
[[Object new]
on: Notification
do: [:noti| ]]
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2016-June/068227.htmlName: Kernel-eem.1030
Ancestors: Kernel-eem.1029
Fix simulation of the withArgs:executeMethod: and tryPrimitive:withArgs: primitives, as well as providing support for receiver:tryPrimitive:withArgs: when it is implemented.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2016-June/068228.htmlName: WebClient-Core-topa.101
Ancestors: WebClient-Core-ul.100
Only close streams that are still connected.
=============================================