pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2020-02-18
2020-02-18 12:46:35 by Henrik Grubbström (Grubba) <grubba@grubba.org>
f7304f23074c89b77aaa2246fee8934cc0d6cb81 (
6
lines) (+
6
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
CHANGES: Added note about Stdio.PROP_TTY.
30:
The SSL module now supports session ticket both client and server side. This functionality has been backported from 8.1/master.
+
o Stdio.PROP_TTY
+
+
Stdio.File()->pipe() can now be used to create tty-capable
+
pipes (aka pseudo-ttys, aka ptys).
+
Bug fixes ---------