Skip to content

Commit 3e09321

Browse files
committed
NEWS.adoc: update for refactor of background() method [#3437]
Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
1 parent cde0d01 commit 3e09321

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

NEWS.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,10 @@ https://github.com/networkupstools/nut/milestone/13
138138
based UPS cards that already answer the rest of the subtree. [#2608]
139139

140140
- common code:
141+
* Refactored `common::background()` method used by numerous NUT daemons
142+
to handle parent and child code paths by separately addressable methods.
143+
This got used in the shared drivers `main` code file to preclude losing
144+
track of some libusb resources when forking the daemon. [#3437]
141145
* Revised 'dstate' machinery to track socket connections closed mid-way
142146
through a call, to avoid access after `free()`. [#3302]
143147
* When dealing with driver `AF_UNIX` sockets (non-WIN32), use non-blocking

0 commit comments

Comments
 (0)