Skip to content

Commit 77ef1e4

Browse files
committed
NEWS.adoc: mention PR #3456
Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
1 parent b932db7 commit 77ef1e4

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

NEWS.adoc

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,12 @@ https://github.com/networkupstools/nut/milestone/13
8484
do not reset driver state to "quiet" when it will loop trying. [PR #3423]
8585

8686
- common code:
87-
* Revised 'dstate' machinery to track socket connections closed mid-way
88-
through a call, to avoid access after `free()`. [#3302]
89-
* Windows driver state named pipes now use explicit security attributes
90-
instead of relying on default settings from the launch context. [PR #3479]
87+
* Revised 'dstate' machinery to track socket connections closed mid-way
88+
through a call, to avoid access after `free()`. [#3302]
89+
* When dealing with driver `AF_UNIX` sockets (non-WIN32), use non-blocking
90+
`connect()` to ensure a timeout if something does not respond. [PR #3456]
91+
* Windows driver state named pipes now use explicit security attributes
92+
instead of relying on default settings from the launch context. [PR #3479]
9193

9294
- NUT client libraries:
9395
* Complete support for actions documented in `docs/net-protocol.txt`

0 commit comments

Comments
 (0)