From c3379a1d35654ae94b788fc3b31f18c3b4c5be6d Mon Sep 17 00:00:00 2001 From: Jim Klimov Date: Tue, 4 Feb 2025 17:51:24 +0100 Subject: [PATCH] NEWS.adoc: fix misplaced entry for baytech-rpc3nc-mib [#2779] Signed-off-by: Jim Klimov --- NEWS.adoc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/NEWS.adoc b/NEWS.adoc index 4653a34e14..3a0132205d 100644 --- a/NEWS.adoc +++ b/NEWS.adoc @@ -273,6 +273,12 @@ https://github.com/networkupstools/nut/milestone/11 * ...should now track the fact of `assumed_LogMax` (typically when firmware encoding logic is wrong, and `-1` is resolved by parser). [#1512, #1040] + - snmp-ups updates: + * added support to monitor BayTech RPC3-NC PDUs, with `baytech-rpc3nc-mib` + serving same basic data points as were available in `baytech-mib.c`, + but checking for a different model OID subtree and different OIDs for + the device model information. [#2779] + - Introduced a new driver concept for interaction with OS-reported hardware monitoring readings. Currently instantiated as `hwmon_ina219` specifically made for Texas Instruments INA219 chip as exposed in the Linux "hwmon" @@ -745,10 +751,6 @@ https://github.com/networkupstools/nut/milestone/10 - snmp-ups driver: * added support for Eaton EMP002 sensor for ATS16 NM2 sub-driver. [#2286] * mapping table updates for apc-mib sub-driver. [#2264] - * added support to monitor BayTech RPC3-NC PDUs, with `baytech-rpc3nc-mib` - serving same basic data points as were available in `baytech-mib.c`, - but checking for a different model OID subtree and different OIDs for - the device model information. [#2779] - usbhid-ups driver: * `arduino-hid` subdriver was enhanced from "initial bare bones" experimental