-
Notifications
You must be signed in to change notification settings - Fork 1
RDKEMW-17052:Refactor librdkFwupdateMgr from on-demand threading to a single-threaded design #239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: topic/RDKEMW-15498
Are you sure you want to change the base?
Changes from 14 commits
615bd76
6d4e15d
b8fed87
7082ae1
68e4363
75d6941
898eb60
152d7d4
e55a477
d66e1ac
26fbedd
6a51dbb
6159133
c3fc395
6cdd1ba
95394c0
2dc58c7
7b5ebc5
6cffee4
f0943d8
d257a4f
b58e4c8
2898f33
d8f7a89
04e49ab
32c465a
0a1f337
39c2fde
6605d4b
8c23bbc
adbf97c
9330dc6
25b0afb
970cb26
e9b2675
3da778c
da12400
6fa433d
343f97a
2ee4613
14399d6
35c7de2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -4,9 +4,22 @@ All notable changes to this project will be documented in this file. Dates are d | |||||||||
|
|
||||||||||
| Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). | ||||||||||
|
|
||||||||||
| #### [1.6.2](https://github.com/rdkcentral/rdkfwupdater/compare/1.6.1...1.6.2) | ||||||||||
|
|
||||||||||
|
||||||||||
| > 12 March 2026 |
Copilot
AI
Apr 27, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo in changelog entry: "http eror" → "http error".
| - RDKTV-39830:Xumo TV devices got stuck with old firmware with http eror code 405 [`#213`](https://github.com/rdkcentral/rdkfwupdater/pull/213) | |
| - RDKTV-39830:Xumo TV devices got stuck with old firmware with http error code 405 [`#213`](https://github.com/rdkcentral/rdkfwupdater/pull/213) |
Copilot
AI
Apr 29, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo in the changelog entry: "http eror code 405" should be "http error code 405" for consistency with the other entries.
| - RDKTV-39830:Xumo TV devices got stuck with old firmware with http eror code 405 [`#213`](https://github.com/rdkcentral/rdkfwupdater/pull/213) | |
| - RDKTV-39830:Xumo TV devices got stuck with old firmware with http error code 405 [`#213`](https://github.com/rdkcentral/rdkfwupdater/pull/213) |
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -181,7 +181,6 @@ include_HEADERS = \ | |||
|
|
||||
| librdkFwupdateMgr_la_SOURCES = \ | ||||
| ${top_srcdir}/librdkFwupdateMgr/src/rdkFwupdateMgr_process.c \ | ||||
| ${top_srcdir}/librdkFwupdateMgr/src/rdkFwupdateMgr_log.c \ | ||||
| ${top_srcdir}/librdkFwupdateMgr/src/rdkFwupdateMgr_async.c \ | ||||
| ${top_srcdir}/librdkFwupdateMgr/src/rdkFwupdateMgr_api.c | ||||
|
|
||||
|
|
@@ -258,13 +257,17 @@ example_plugin_SOURCES = \ | |||
|
|
||||
| example_plugin_CFLAGS = \ | ||||
| -I${top_srcdir}/librdkFwupdateMgr/include \ | ||||
| -I${top_srcdir}/librdkFwupdateMgr/src \ | ||||
| -I${top_srcdir}/common_utilities/utils \ | ||||
|
||||
| -I${top_srcdir}/common_utilities/utils \ |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new 1.6.2 changelog section is missing the release date line (
> <date>) that other entries include. Add the date to keep the auto-changelog format consistent.