File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ All notable changes to this RDK Service will be documented in this file.
16
16
17
17
* For more details, refer to [ versioning] ( https://github.com/rdkcentral/rdkservices#versioning ) section under Main README.
18
18
19
+ ## [ 1.0.38] - 2024-11-15
20
+ ### Added
21
+ - MaintenanceManager is stuck at MAINTENANCE_STARTED in non-WAI case, when SUPPRESSED_MAINTENANCE is enabled with no Skip Firmware
22
+
19
23
## [ 1.0.37] - 2024-10-24
20
24
### Remove
21
25
- Decouple DCM from Unsolicited Maintenance and remove DCM references in MaintenanceManager
Original file line number Diff line number Diff line change @@ -418,6 +418,12 @@ namespace WPEFramework {
418
418
tasks.push_back (task_names_foreground[0 ].c_str ());
419
419
tasks.push_back (task_names_foreground[2 ].c_str ());
420
420
}
421
+ else
422
+ {
423
+ tasks.push_back (task_names_foreground[0 ].c_str ());
424
+ tasks.push_back (task_names_foreground[1 ].c_str ());
425
+ tasks.push_back (task_names_foreground[2 ].c_str ());
426
+ }
421
427
}
422
428
#else
423
429
tasks.push_back (task_names_foreground[0 ].c_str ());
You can’t perform that action at this time.
0 commit comments