porcelain v2.0.3 Release Notes
Release Date: 2016-11-10 // over 8 years ago-
- Add
:crypto
to the application list
- Add
Previous changes from v2.0.0
-
Fix a mistake in the message format used for sending output from the external process. The old format was
{<pid>, :data, <data>}
the new format is
{<pid>, :data, :out | :err, <data>}
Add support for sending OS signals to external processes