pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2016-06-03
2016-06-03 14:13:59 by Henrik Grubbström (Grubba) <grubba@grubba.org>
9c8f4f42dcd233b216f59c64ff1eb333225a938a (
24
lines) (+
24
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
CHANGES: Updated with some changes since Pike 8.0.240 (release 3).
4:
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) ----------------------------------------------------------------------