Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,24 @@ 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.2.3](https://github.com/rdkcentral/tr69hostif/compare/1.2.2...1.2.3)

- RDK-56291 - [RDKE] Increase L2 Test Coverage For Remote Debugger : Target 80% [ Phase 2 ] [`#227`](https://github.com/rdkcentral/tr69hostif/pull/227)
- [RDKEMW-5582] -[RDKE] tr69hostif.log contains any garbage data for the paramValue field [`#219`](https://github.com/rdkcentral/tr69hostif/pull/219)
- RDKEMW-6520: tr69hostif service starts before iarmbusd [`#218`](https://github.com/rdkcentral/tr69hostif/pull/218)
- RDKEMW-4344 : Include the missed RFCs in RDKE. [`#216`](https://github.com/rdkcentral/tr69hostif/pull/216)
- Update hostIf_msgHandler.cpp [`05c52c6`](https://github.com/rdkcentral/tr69hostif/commit/05c52c6c5bb363bb3f56eb62e20f766efb795bfb)
- Update hostIf_msgHandler.cpp [`61a1355`](https://github.com/rdkcentral/tr69hostif/commit/61a1355641b0ca47ae0d24b65f6a66b80210a9d5)
- Update hostIf_msgHandler.cpp [`b273a3a`](https://github.com/rdkcentral/tr69hostif/commit/b273a3a8f9cb9a3d570fcbc20a09b7ca97c88daf)

#### [1.2.2](https://github.com/rdkcentral/tr69hostif/compare/1.2.1...1.2.2)

> 29 July 2025

- RDKEMW-6193 Code Coverage support for tr69hostif [`#211`](https://github.com/rdkcentral/tr69hostif/pull/211)
- RDKEMW-6328: set AVHijack rfc to false [`#208`](https://github.com/rdkcentral/tr69hostif/pull/208)
- RDK-58323: Canary firmware updates [`#199`](https://github.com/rdkcentral/tr69hostif/pull/199)
- Changelog updates for release 1.2.2 [`d3eda52`](https://github.com/rdkcentral/tr69hostif/commit/d3eda5205f0cb00c7ab8bbcccb70a31a7ce29a45)
- Merge tag '1.2.1' into develop [`17d019b`](https://github.com/rdkcentral/tr69hostif/commit/17d019b0bed5e8cc9c1f4fe68520c08fc530ff00)

#### [1.2.1](https://github.com/rdkcentral/tr69hostif/compare/1.2.0...1.2.1)
Expand Down
2 changes: 1 addition & 1 deletion cov_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cd rfc
autoreconf -i
./configure --enable-rfctool=yes --enable-tr181set=yes --enable-tr69hostif=yes
cd rfcapi
make librfcapi_la_CPPFLAGS="-I/usr/include/cjson"
make librfcapi_la_CPPFLAGS="-I/usr/include/cjson -DUSE_IARMBUS"
make install
cd ../tr181api
cp /usr/include/cjson/cJSON.h ./
Expand Down
Loading