Skip to content

Releases: martinpitt/umockdev

0.17.3

11 Jan 06:52
0.17.3
Compare
Choose a tag to compare
  • tests: Work around broken HIDIOCGRDESCSIZE ioctl on big-endian architectures

0.17.2

10 Jan 08:01
0.17.2
Compare
Choose a tag to compare
  • preload: Wrap statx() and fstatat(), to fix ls and other tools on recent glibc versions. (#160)

0.17.1

14 Dec 06:28
0.17.1
Compare
Choose a tag to compare
  • Fix /sys/dev/* symlinks; regression from 0.15.3 (#155)

0.17.0

11 Dec 09:37
0.17.0
Compare
Choose a tag to compare
  • 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

15 Sep 05:39
0.16.3
Compare
Choose a tag to compare
  • 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; use meson setup --werror to re-enable

0.16.2

25 Aug 09:27
0.16.2
Compare
Choose a tag to compare
  • Implement pcap control transfer replaying
  • Fix Coverity errors
  • Fix most valac build warnings

0.16.1

02 Jul 12:52
0.16.1
Compare
Choose a tag to compare
  • Fix wrong ioctl constants on ppc64el
  • Fix test-umockdev-record failure in some build environments

0.16.0

01 Jul 08:32
0.16.0
Compare
Choose a tag to compare
  • Move ioctl emulation from preload library to main test process
  • Add test API for custom ioctl and device read/write handlers (#96, #128)
  • Support USB replay from usbmon pcap captures (#82, #117)
  • Support SPI ioctl/read/write record and replay (#121)
  • Many thanks to Benjamin Berg for all of the above!

0.15.5

03 May 15:55
0.15.5
Compare
Choose a tag to compare
  • Fix build with vala 0.52
  • Fix build on 32 bit Alpine

0.15.4

03 Jan 15:54
0.15.4
Compare
Choose a tag to compare
  • preload: Trap relative paths into mocked directories
  • Fix tests for NixOS and enable them in CI