pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2017-11-03
2017-11-03 13:14:14 by Peter Bortas <bortas@gmail.com>
a48df28178004d8017a03b851b9ad1cbabc33a0a (
34
lines) (+
24
/-
10
)
[
Show
|
Annotate
]
Branch:
8.0
CHANGES: Made new header for release 12 and moved some CHANGES done since build 498 to it.
1:
+
Changes since Pike 8.0.498 (release 11)
+
----------------------------------------------------------------------
+
+
New Features
+
------------
+
+
+
Bug fixes
+
---------
+
+
o Protocols.HTTP
+
+
Fixed incoming chunked transfers (timed async works now, chunk
+
options are properly 'parsed').
+
+
o Sql.pgsql
+
+
Suppress spurious 'File not open' blurts on stderr when the
+
connection is still pending and we inspect the connection object.
+
+
Changes since Pike 8.0.466 (release 10) ----------------------------------------------------------------------
35:
o Protocols.HTTP
-
-
Fixed a memory leak in the HTTP header parser upon receiving
+
Fixed a memory leak in the HTTP header parser upon receiving
malformed HTTP headers.
-
- Fixed incoming chunked transfers (timed async works now, chunk
-
options are properly 'parsed').
-
+
o Protocols.WebSocket Fixed a case where the onopen callback would get the wrong argument.
53:
list_fields() now throws an error when used on a non-existent table.
-
o Sql.pgsql
-
-
Suppress spurious 'File not open' blurts on stderr when the
-
connection is still pending and we inspect the connection object.
-
+
o Stdio.Buffer - Some methods (add_int*, input_from, add_padding) did not trigger