@@ -58,10 +58,6 @@ https://github.com/networkupstools/nut/milestone/13
5858 attempts on timeout errors, simplifying error recovery. [PR #3414]
5959 * Increased default TCP response timeout to 2000 ms. [PR #3418]
6060
61- - `belkin`, `bestfortress`, `genericups`, `powerpanel` driver updates:
62- * Introduced attempts to reconnect in case of failure, instead of just
63- exiting right away or remaining in data stale mode indefinitely.
64- Track serial port file descriptor validity more diligently. [PR #3541]
6561
6662 - `dummy-ups` driver updates:
6763 * Added `authconf` driver parameter for repeater mode to control
@@ -179,8 +175,19 @@ https://github.com/networkupstools/nut/milestone/13
179175 * Introduced a `reconnect_max_tries` setting for NUT drivers, so they can
180176 be configured to exit after the specified number of reconnection attempts
181177 (so that the OS service management facility can completely recycle the
182- driver program). Multiple drivers updated to use the new facility to
183- consistently report `reconnect_trying()` states. [#3541]
178+ driver program). Multiple drivers were updated to use the new facility
179+ to consistently report `reconnect_trying()` states instead of what they
180+ did before, including: `adelsystem_cbi`, `apc_modbus`, `apcsmart`,
181+ `bcmxcp_usb`, `blazer_usb`, `generic_modbus`, `nhs_ser`, `nutdrv_qx`,
182+ `powerman-pdu`, `powervar_cx_usb`, `richcomm_usb`, `riello_usb`,
183+ `tripplite_usb`, `usbhid-ups` (it is possible that for now some of them
184+ would log the situation twice, with old methods and the new, and that
185+ some would abort the program if reconnection attempt fails). [PR #3541]
186+ * `belkin`, `bestfortress`, `genericups`, `powerpanel` drivers
187+ introduced attempts to reconnect in case of failure, instead of just
188+ exiting right away or remaining in data stale mode indefinitely, also
189+ using `reconnect_trying()` for consistent reporting. They now track
190+ serial port file descriptor validity a bit more diligently. [PR #3541]
184191
185192 - NUT client libraries:
186193 * Complete support for actions documented in `docs/net-protocol.txt`
0 commit comments