pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:3:
New Features ------------ o decode_value can be called with codec -1, which disables decoding of functions, objects, programs and types. Bug Fixes ---------
+
o crypt
+
+
Fixed a bug which caused crypt() with a random salt to sometimes return
+
"*0" instead of an encrypted password.
+
o Concurrent - The future generated by ->timeout() would not necessarily resolve with the fullfilled or rejected values if the original Promise/Future was resolved or rejected before hitting the timeout. - If the original promise resolves or rejects, we now attempt to unschedule the timeout call_out from the backend we scheduled it in, not the one (now) configured in the Future. o Inotify