File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -37,17 +37,19 @@ Targets are:
37
37
- =aarch64-linux-gnu=
38
38
** Add tests
39
39
** Update and improve the documentation
40
+ - Document Guile-Udev types.
41
+
42
+ Changes by Maxim Cournoyer <
[email protected] >:
40
43
- Document how GNU Guix can be used to develop or install guile-udev.
41
44
- Refine documentation for the =make-udev-monitor= procedure.
42
45
- Show the existing complete device listener example content.
43
- - Document Guile-Udev types.
44
-
45
- Thanks to Maxim Cournoyer <
[email protected] >.
46
46
** Change the default the timeout values of `make-udev-monitor' to #f
47
47
The TIMEOUT-SEC and TIMEOUT-USEC arguments now default to #f instead of 0,
48
48
which means that the `select' call no longer polls by default, which would
49
49
consume 100% of a CPU core (see:
50
50
https://github.com/artyom-poptsov/guile-udev/issues/5).
51
+
52
+ Implemented by Maxim Cournoyer <
[email protected] >.
51
53
52
54
* Changes in version 0.2.4 (2022-12-27)
53
55
** Bugfix: Check every string that comes from the udev for NULL
You can’t perform that action at this time.
0 commit comments