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 @@ -4,9 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d
44
55Generated 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 )
Original file line number Diff line number Diff 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" );
You can’t perform that action at this time.
0 commit comments