Skip to content

Commit

Permalink
NEWS.adoc: document recently addressed issues and merged PRs that wou…
Browse files Browse the repository at this point in the history
…ld be part of NUT v2.8.2 eventually

Signed-off-by: Jim Klimov <[email protected]>
  • Loading branch information
jimklimov committed Jan 29, 2024
1 parent a80740b commit dcbb2ba
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 4 deletions.
27 changes: 24 additions & 3 deletions NEWS.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ https://github.com/networkupstools/nut/milestone/10
applied setting when live-reloading configuration, so commenting it
away in `upsmon.conf` did not have the effect of resetting the logging
frequency to default. It also did not reset the counters to certainly
follow the new configuration for existing faults. [#2207]
follow the new configuration for existing faults. [issue #2207, PR #2209]
* `upsmon` support for `POLLFAIL_LOG_THROTTLE_MAX` had an off-by-one error
(e.g. reporting "Data stale" or "Driver not connected" every 30 sec with
`POLLFAIL_LOG_THROTTLE_MAX 5` and `POLLFREQ 5` settings). [#2207]
Expand Down Expand Up @@ -122,12 +122,18 @@ https://github.com/networkupstools/nut/milestone/10
* Added publishing recipes for PyNUT client bindings for NUT, so it ends
up in the link:https://pypi.org/project/PyNUTClient[PyPI repository].
[#2158]
* Added support for new `ccache` namespace concept, where possible. [#2256]
* Fixed an issue for builds configured `--without-usb`. [#2263]
* Added a fallback for `libgd` discovery (for CGI etc. builds). [#2287]
* Made `aspell` TeX module detection more reliable. [#2206]
* Various other recipe and documentation clean-up efforts. [#2284, #2269,
#2261]

- main driver core codebase:
* Help users of drivers that can be built to support optionally USB and
other media (like `nutdrv_qx` built for serial-only support), and built
in fact without USB support but used for USB devices, with some more
information to make troubleshooting easier. [#2259]
information to make troubleshooting easier. [issue #2259, PR #2260]
* Driver programs with debug tracing support via `-D` CLI option and/or
the `NUT_DEBUG_LEVEL` environment variable now check those earlier in
their life-time, so that initialization routine can be debugged. [#2259]
Expand All @@ -143,7 +149,11 @@ https://github.com/networkupstools/nut/milestone/10
* Also applied other optimizations to the script implementation. [#682]

- powerpanel text driver now handles status responses in any format and should
support most devices [#2156]
support most devices. [#2156]

- snmp-ups driver:
* added support for Eaton EMP002 sensor for ATS16 NM2 sub-driver. [#2286]
* mapping table updates for apc-mib sub-driver. [#2264]

- usbhid-ups driver:
* `arduino-hid` subdriver was enhanced from "initial bare bones" experimental
Expand All @@ -163,6 +173,17 @@ https://github.com/networkupstools/nut/milestone/10
is not reported by the device (should be frequent by default, in case
the UPS-reported state combination does reflect a bad power condition).

- Various code and documentation fixes for NSS crypto support. [#2274, #2268]

- Laid foundations for the SmartNUT effort (aiming to integrate drivers with
some other backends than the networked NUT data server process).

- Eaton contributed recipes and scripts used to create the IPP for Unix bundle
(UPS software companion), delivering NUT packages with an interactive
installer and some system integration scripts (events, notifications,
status, shutdown daemon...) [#2288]


Release notes for NUT 2.8.1 - what's new since 2.8.0
----------------------------------------------------
Expand Down
5 changes: 4 additions & 1 deletion docs/nut.dict
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
personal_ws-1.1 en 3440 utf-8
personal_ws-1.1 en 3443 utf-8
AAC
AAS
ABI
Expand Down Expand Up @@ -548,6 +548,7 @@ IPAR
IPBX
IPC
IPM
IPP
IPs
IPv
IRC
Expand Down Expand Up @@ -1260,6 +1261,7 @@ SlackPack
Slackware
SmartBoost
SmartCell
SmartNUT
SmartOnline
SmartPro
SmartSlot
Expand Down Expand Up @@ -1863,6 +1865,7 @@ crontab
crossbuild
crt
crw
crypto
csh
cshdelay
css
Expand Down

0 comments on commit dcbb2ba

Please sign in to comment.