File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments