pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:3:
New Features ------------ o Calendar Updated Calendar to use timezonedata from tzdata2017a. o Protocols.HTTP
-
-
Connecting to HTTP proxies over HTTPS is now supported.
+
Connecting to HTTP proxies over HTTPS is now supported.
-
- do_async_proxied_method() lost the timeout during TLS negotiation.
-
+
Bug fixes --------- o Arg & ADT.Struct Survive use by old (ie 8.0.232) pike binaries. Roxen 6.0.130 uses a Pike 8.0.232 binary with current modules.
-
+
o Protocols.HTTP
-
+
Fixed do_async_proxied_method() losing the timeout during TLS
+
negotiation.
+
+
Changes since Pike 8.0.388 (release 7) ---------------------------------------------------------------------- New Features ------------ o Mysql.SqlTable sizeof() on an SqlTable now returns the number of rows in the table.