Skip to content

Commit

Permalink
NEWS: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
artyom-poptsov committed Dec 24, 2023
1 parent 96751a6 commit 82e7e51
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 82e7e51

Please sign in to comment.