pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:1:
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 ---------
pike.git/CHANGES:17:
decoded. 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-derivates.
+
o Stdio Fixed compilation issue on platforms without readdir_r(). Changes since Pike 8.0.370 (release 6) ---------------------------------------------------------------------- New features ------------