pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2017-06-06
2017-06-06 10:18:42 by Henrik Grubbström (Grubba) <grubba@grubba.org>
451dedf0e6f9959ec4071fcbf29fa38f9ca595d9 (
14
lines) (+
14
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
CHANGES: Added note about some typing changes.
65:
Roxen 6.0.130 uses a Pike 8.0.232 binary with current modules.
+
o Backend.PollDeviceBackend
+
+
Make set_signal_event_callback() optional.
+
+
This fixes the warning "An expression of type function({ Backend =
+
object(implements _static_modules.Builtin()->defaultBackendClass) } :
+
void) cannot be assigned to a variable of type function({ Backend =
+
object(implements _static_modules.Builtin()->Backend) } : void).".
+
+
o bool
+
+
Make sure that 0 is part of the range for the bool type.
+
o Protocols.HTTP - Fixed do_async_proxied_method() losing the timeout during TLS