From 9c8f4f42dcd233b216f59c64ff1eb333225a938a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Fri, 3 Jun 2016 16:13:59 +0200 Subject: [PATCH] CHANGES: Updated with some changes since Pike 8.0.240 (release 3). --- CHANGES | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGES b/CHANGES index 6cab70b8e7..9e3659dda0 100644 --- a/CHANGES +++ b/CHANGES @@ -4,9 +4,32 @@ Changes since Pike 8.0.240 (release 3) New features ------------ +o _Roxen.HeaderParser + + feed() can now be forced not to normalize (ie lower_case) + the header names. + +o Protocols.WebSocket + + Added client mode. + + 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(). Changes since Pike 8.0.182 (release 2) -- GitLab