-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
96751a6
commit 82e7e51
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,17 +37,19 @@ Targets are: | |
- =aarch64-linux-gnu= | ||
** Add tests | ||
** Update and improve the documentation | ||
- Document Guile-Udev types. | ||
|
||
Changes by Maxim Cournoyer <[email protected]>: | ||
- Document how GNU Guix can be used to develop or install guile-udev. | ||
- Refine documentation for the =make-udev-monitor= procedure. | ||
- Show the existing complete device listener example content. | ||
- Document Guile-Udev types. | ||
|
||
Thanks to Maxim Cournoyer <[email protected]>. | ||
** Change the default the timeout values of `make-udev-monitor' to #f | ||
The TIMEOUT-SEC and TIMEOUT-USEC arguments now default to #f instead of 0, | ||
which means that the `select' call no longer polls by default, which would | ||
consume 100% of a CPU core (see: | ||
https://github.com/artyom-poptsov/guile-udev/issues/5). | ||
|
||
Implemented by Maxim Cournoyer <[email protected]>. | ||
|
||
* Changes in version 0.2.4 (2022-12-27) | ||
** Bugfix: Check every string that comes from the udev for NULL | ||
|