Skip to content

v0.12.1

Compare
Choose a tag to compare
@ionenwks ionenwks released this 30 Nov 00:08
· 61 commits to master since this release
916f5d0

Changes

  • scrub-patch: no longer try to remove mbox signatures, this is fragile and
    does not always give expected results

Fixes

  • qa-cmp: ignore abidiff errors for stub libraries, prevents aborting
    the entire process

  • scrub-patch: fix -e/--edit to work with stdin, aka can do:
    diff -Nur a b | scrub-patch --edit > edited-in-vim.patch