Skip to content

v1.2.1

Compare
Choose a tag to compare
@chriskuehl chriskuehl released this 01 Dec 18:26
· 112 commits to master since this release
  • Fix verbose debug logging for ignored signals.

    Before this patch, they were reported in the verbose log as "forwarded
    signal 0 to children" instead of "not forwarding signal to children".

    Since signal 0 is a noop, there is no actual behavior change here.

    Thanks @kpengboy for the patch!

  • Fix Python package installation on platforms without -static support (e.g. Mac OS X)

    Thanks @NicolasLM for the issue and @asottile for the patch!