v2.0
What's Changed
- A couple of fixes cherry-picked from #64 by @mrc0mmand in https://github.com/matusmarhefka/dfuzzer/pull/68
- fuzz: handle advanced signatures as well by @mrc0mmand in https://github.com/matusmarhefka/dfuzzer/pull/64
- dfuzzer: support more complex suppression definitions by @mrc0mmand in https://github.com/matusmarhefka/dfuzzer/pull/71
- man: use DocBook format instead of troff by @mrc0mmand in https://github.com/matusmarhefka/dfuzzer/pull/72
- remove remove_escapes.sh by @evverx in https://github.com/matusmarhefka/dfuzzer/pull/73
- fuzz: log the method name as well by @mrc0mmand in https://github.com/matusmarhefka/dfuzzer/pull/76
- remove reprogen.py by @evverx in https://github.com/matusmarhefka/dfuzzer/pull/77
- dfuzzer: allow specifying a custom set of input strings by @mrc0mmand in https://github.com/matusmarhefka/dfuzzer/pull/80
- rand: fix a missing dereference by @mrc0mmand in https://github.com/matusmarhefka/dfuzzer/pull/82
- fuzz: check the method call return code as well by @mrc0mmand in https://github.com/matusmarhefka/dfuzzer/pull/84
- fuzz: respect the
org.freedesktop.DBus.Method.NoReply
annotation by @mrc0mmand in https://github.com/matusmarhefka/dfuzzer/pull/85 - test-server: dump coverage on abort() by @mrc0mmand in https://github.com/matusmarhefka/dfuzzer/pull/87
- fuzz: set/get D-Bus properties as well by @mrc0mmand in https://github.com/matusmarhefka/dfuzzer/pull/86
- fuzz: distinguish between reading/writing properties in logs by @mrc0mmand in https://github.com/matusmarhefka/dfuzzer/pull/88
- meson: use version tag generated by meson by @mrc0mmand in https://github.com/matusmarhefka/dfuzzer/pull/89
- ci: check GH actions and bash scripts by @evverx in https://github.com/matusmarhefka/dfuzzer/pull/90
- Drop legacy (pre-meson) stuff by @mrc0mmand in https://github.com/matusmarhefka/dfuzzer/pull/91
Full Changelog: matusmarhefka/dfuzzer@v1.5...v2.0