Releases: martinpitt/umockdev
Releases · martinpitt/umockdev
0.17.3
- tests: Work around broken HIDIOCGRDESCSIZE ioctl on big-endian architectures
0.17.2
0.17.1
0.17.0
- Add ioctls necessary to record/replay hidraw devices (thanks Daiki Ueno)
- meson: Respect includedir option (thanks Florentin Dubois)
- tests: Fix for Fedora koji emulated architectures s390x and arm
- Enable automatic Fedora package updates with packit
0.16.3
- Several pcap replay fixes (thanks Benjamin Berg)
- Immediately create "bus" and "class" directories in /sys to fix udev enumerator
(thanks David Lechner) (#144) - preload: Avoid some unaligned access to fix failure on sparc (#147)
- Fix build on Alpine
- Don't build with
-Werror
by default; usemeson setup --werror
to re-enable
0.16.2
- Implement pcap control transfer replaying
- Fix Coverity errors
- Fix most valac build warnings
0.16.1
- Fix wrong ioctl constants on ppc64el
- Fix test-umockdev-record failure in some build environments
0.16.0
0.15.5
- Fix build with vala 0.52
- Fix build on 32 bit Alpine
0.15.4
- preload: Trap relative paths into mocked directories
- Fix tests for NixOS and enable them in CI