Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into eaton_broken_strings
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Klimov <[email protected]>
  • Loading branch information
jimklimov committed Sep 3, 2024
2 parents 9de47c1 + 0f7d5cf commit f06771d
Show file tree
Hide file tree
Showing 5 changed files with 203 additions and 87 deletions.
9 changes: 9 additions & 0 deletions NEWS.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ https://github.com/networkupstools/nut/milestone/11
regression. [issue #1904, issue #2484]
* Fallback `localtime_r()` and `gmtime_r()` for some platform builds where
a `*_s()` variant was available was not handled correctly. [PR #2583]
* A recently introduced `allow_killpower` did not actually work as an
`ups.conf` flag (only as a protocol command). [issue #2605, PR #2606]
- development iterations of NUT should now identify with not only the semantic
version of a preceding release, but with git-derived information about the
Expand Down Expand Up @@ -116,6 +118,13 @@ https://github.com/networkupstools/nut/milestone/11
(similar to `runtimecal` in some other drivers, may be refactored
to that configuration and logic model in later NUT releases)
- apcsmart updates:
* Revised code to use `strncpy()` and avoid potential overflows that are
possible with `strcpy()` used before. [PR #2564]
* Lost communications led to a logging flood, should not anymore.
In fact, the driver should try fully reconnecting upon getting into
a prolonged data stale condition. [issue #704, PR #2564]
- added Visench C1K (using serial port converter with USB ID `1a86:7523`)
as known supported by `nutdrv_qx` (Megatec protocol) since at least
NUT v2.7.4 release [#2395]
Expand Down
1 change: 1 addition & 0 deletions docs/nut.dict
Original file line number Diff line number Diff line change
Expand Up @@ -2860,6 +2860,7 @@ strerror
strftime
stringify
strlen
strncpy
strnlen
strptime
struct
Expand Down
Loading

0 comments on commit f06771d

Please sign in to comment.