Skip to content

Releases: martinpitt/umockdev

0.19.1

02 Jan 13:51
0.19.1
Compare
Choose a tag to compare
  • preload: Restore errno in ioctl_emulate_open()
  • preload: Only emulate ioctls on emulated devices
  • Fix ioctl_tree_execute() ret type and initialization (thanks Helge Deller)
  • tests: Disable spidev on big-endian 32-bit platforms (thanks Helge Deller)

0.19.0

27 Dec 20:26
0.19.0
Compare
Choose a tag to compare
  • API: Add UMockdev.Testbed.wait_script() to sync to scripts/evemu replays
  • API: UMockdev.Testbed.load_script_from_string()
  • API: UMockdev.Testbed.load_evemu_events_from_string()
  • Make uevent synthesis thread-safe (thanks Bob Henz)
  • Handle "connection refused" when sending a uevent (thanks Bob Henz)

0.18.4

04 Sep 05:47
0.18.4
Compare
Choose a tag to compare
  • Add ioctls for Chromium OS EC devices (thanks Abhinav Baid)
  • Generate "remove" uevent in umockdev_testbed_remove_device() (thanks Bob Henz)
  • Recursively remove children with uevents (thanks Bob Henz)
  • preload: Fix sigmask block and restore race (thanks barath)

0.18.3

23 May 07:54
0.18.3
Compare
Choose a tag to compare
  • preload: Re-fix time64 redirects for glibc < 2.39.9

0.18.2

21 May 04:49
0.18.2
Compare
Choose a tag to compare
  • preload: Fix time64 redirect for glibc 2.39.9

0.18.1

24 Mar 10:53
0.18.1
Compare
Choose a tag to compare
  • preload: Provide wrappers for functions specific to 64-bit time_t (thanks Steve Langasek)
  • preload: Fix building with _FILE_OFFSET_BITS (thanks Zixing Liu and Steve Langasek)

0.18.0

03 Mar 07:36
0.18.0
Compare
Choose a tag to compare
  • Record and restore SELinux context for mocked /dev nodes
  • preload: wrap fstatfs() and statfs() on musl
  • Fix build with meson 1.4

0.17.18

26 Jul 07:26
0.17.18
Compare
Choose a tag to compare
  • preload: Don't read udev cache data from system (thanks Bastien Nocera)
  • spec: Update License: to SPDX format
  • Various test fixes

0.17.17

16 Apr 08:12
0.17.17
Compare
Choose a tag to compare
  • Fix race with worker thread accessing $UMOCKDEV_DIR
  • Disable -Wincompatible-function-pointer-types for clang

0.17.16

29 Jan 18:44
0.17.16
Compare
Choose a tag to compare
  • preload: Wrap __getcwd_chk()
  • uevent_sender: Fix fd leak in sendmsg_one
  • Fix gcc -fanalyzer complaints