Pike 8.0.254 beta/release candidate:
https://pike.lysator.liu.se/pub/pike/beta/8.0.254/Pike-v8.0.254.tar.gz
Other builds:
https://pike.lysator.liu.se/pub/pike/beta/8.0.254/Pike-v8.0.254-Darwin-15.4.... https://pike.lysator.liu.se/pub/pike/beta/8.0.254/Pike-v8.0.254-win32-oldlib...
SSL certificates where fixed up after last release, so if anyone gets any warnings there let me know.
On the positive side I have found my big box of Windows licenses. On the negative side Windows Update must be some kind of anti-pattern for running in VMs. They have been installing updates for 3 days now, and are not finished yet. So no attempt at newer build environment quite yet.
Changes since Pike 8.0.240 (release 3) ----------------------------------------------------------------------
New features ------------
o Protocols.WebSocket
Added client mode.
o _Roxen.HeaderParser
feed() can now be forced not to normalize (ie lower_case) the header names.
Bug fixes ---------
o Documentation
Fixed some AutoDoc markup typos.
o Fixed assertion failure in multiset handling.
Indexing of non-empty multisets containing no objects or functions, with an object implementing lfun::`<() et al could cause assertion failures.
o Filesystem.Monitor
Fixed potential recursive mutex locks on destroy().