porcelain v2.0.0 Release Notes

Release Date: 2014-08-20 // over 9 years ago
    • 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