pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:1:
Changes since Pike 8.0.610 (release 12) Bug fixes --------- o Stdio.Buffer Eliminates race condition in read_cstring().
+
o The machine code generator for ppc64 now generates correct code
+
under ABI v2 (ppc64le)
-
+
o Fixed an incompatibility between the machine code generator on
+
ppc and GCC 7.
+
Changes since Pike 8.0.498 (release 11) ---------------------------------------------------------------------- New Features ------------ o Crypto.Hash.SCRAM New class to support SCRAM authentication.