grim/convey

1baac02a84f3
Parents 7000be82ce02
Children 633a8d6b092b
ChangeLog the command securing stuff. Fixed #162
  • +3 -0
    ChangeLog
  • --- a/ChangeLog Mon Feb 12 22:42:22 2018 -0600
    +++ b/ChangeLog Mon Feb 12 22:47:46 2018 -0600
    @@ -9,6 +9,9 @@
    convey.yml. Fixed #167
    * Add a top level convey.yml option for specifying the minimum required
    version of convey to use for the convey.yml. Fixed #168
    + * Command line arguments were not being passed to the command line in a
    + secure manner. You couldn't run a shell command, but you could break the
    + command. Fixed #162
    0.13.1: 20180114
    * Write warning, error, and fatal log messages to stderr. Fixed #156