Skip to content

Commit 1896e9f

Browse files
committed
NEWS.adoc: revise a few recent fixes
Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
1 parent 310c096 commit 1896e9f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

NEWS.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ https://github.com/networkupstools/nut/milestone/9
107107

108108
- common driver code:
109109
* Update reports of failed socket file creation, to help troubleshooting
110-
some error cases in the field.
110+
some error cases in the field. [#2959]
111111
* Removed workarounds trying to migrate legacy driver raised `ALARM`
112112
status tokens into modern `alarm_*` function logic. Rather, we keep
113113
supporting them as separate from the modern logic, seeing as `upsmon`
@@ -120,6 +120,9 @@ https://github.com/networkupstools/nut/milestone/9
120120
change, operations that intend to turn off or restart the load, or can
121121
do that by side effect (e.g. calibration if batteries are old or dead),
122122
would explicitly `upslogx(LOG_CRIT,...)` by default before commencing.
123+
[#2957]
124+
* Fixed a couple of ancient memory leaks: one "shared" during driver
125+
program initialization, and one specific to `dummy-ups` wind-down. [#2972]
123126

124127
- `dummy-ups` driver updates:
125128
* A new instruction `ALARM` was added for the `Dummy Mode` operation

0 commit comments

Comments
 (0)