This will go out as a release the next couple of days as a release
unless someone finds something broken.
Pike 8.0.404 beta/release candidate:
https://pike.lysator.liu.se/pub/pike/beta/8.0.404/Pike-v8.0.404.tar.gz
Other builds:
https://pike.lysator.liu.se/pub/pike/beta/8.0.404/Pike-v8.0.404-Darwin-15.4.0-x86_64-macports
https://pike.lysator.liu.se/pub/pike/beta/8.0.404/Pike-v8.0.404-win32-oldlibs.msi
Changes since Pike 8.0.388 (release 7)
----------------------------------------------------------------------
New Features
------------
o Mysql.SqlTable
sizeof() on an SqlTable now returns the number of rows in the table.
o Web
- Updated {en,de}code_jwt() to support HMAC signatures.
- Added decode_jwk{,_set}(), which decode RFC 7515-style JOSE keys.
Runtime
-------
o Stdio.Buffer & String.Buffer
Allocated constant program identifiers for both of the above.
Bug fixes
---------
o Protocols.DNS
The size and precision fields of T_LOC records are now properly
decoded.
o System.TM
When a System.TM object was created without any arguments some
operations would crash on Windows, and possibly other platforms.
Building
--------
o Configure
Fixed issues with the LDSHARED test on some BSD-derivatives.
o Stdio
Fixed compilation issue on platforms without readdir_r().
--
Peter Bortas