Skip to content

Commit 6f33cda

Browse files
committed
Merge branch 'release/1.8.0'
2 parents be2e6d9 + 0938ced commit 6f33cda

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [1.8.0](https://github.com/rdkcentral/entservices-softwareupdate/compare/1.7.0...1.8.0)
8+
9+
- RDKEMW-10556 : Fix the static code analysis issues [`#179`](https://github.com/rdkcentral/entservices-softwareupdate/pull/179)
10+
- Merge tag '1.7.0' into develop [`badcbb0`](https://github.com/rdkcentral/entservices-softwareupdate/commit/badcbb07860bf55e2941773e2e4081737f149dd1)
11+
712
#### [1.7.0](https://github.com/rdkcentral/entservices-softwareupdate/compare/1.6.0...1.7.0)
813

14+
> 2 December 2025
15+
916
- RDKEMW-10556 : Fix the uninitialized variables [`#175`](https://github.com/rdkcentral/entservices-softwareupdate/pull/175)
17+
- 1.7.0 release changelog updates [`0a66cc2`](https://github.com/rdkcentral/entservices-softwareupdate/commit/0a66cc26937b0554c5fb87f77b553a71ff7696af)
1018
- Merge tag '1.6.0' into develop [`9169467`](https://github.com/rdkcentral/entservices-softwareupdate/commit/9169467f727f9457084d0fada71bca8cb4255992)
1119

1220
#### [1.6.0](https://github.com/rdkcentral/entservices-softwareupdate/compare/1.5.4...1.6.0)

MaintenanceManager/MaintenanceManager.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1224,8 +1224,10 @@ namespace WPEFramework
12241224
case ACTIVATION_CONNECT:
12251225
ret_result = true;
12261226
skipFirmwareCheck = true;
1227+
break;
12271228
default:
12281229
ret_result = true;
1230+
break;
12291231
}
12301232

12311233
MM_LOGINFO("ret_result: [%s] skipFirmwareCheck:[%s]", (ret_result) ? "true" : "false", (skipFirmwareCheck) ? "true" : "false");

0 commit comments

Comments
 (0)