pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:41:
o Standards.EXIF Improved robustness of the EXIF parser. o Protocols.WebSocket Fixed handling of truncated frames.
+
Building
+
--------
+
+
o Nettle
+
+
Since there are distributions that have removed nettle_secp_192r1
+
and nettlesecp_224r1 from the nettle library, these curved are now
+
disabled by default. Enable them by compiling with
+
--with-weak-curves.
+
+
Changes since Pike 8.0.240 (release 3) ---------------------------------------------------------------------- New features ------------ o Protocols.HTTP.Server.HeaderParser feed() can now be forced not to normalize (ie lower_case) the header names.