Release 1.3.0#24
Closed
bunnam988 wants to merge 3 commits into
Closed
Conversation
Release 1.2.0 1.2.0
Reason for change: Native build for Coverity scan Test Procedure: Native build should be success Priority: P1 Risks: None Signed-off-by: Netaji Panigrahi [Netaji_Panigrahi@comcast.com](mailto:Netaji_Panigrahi@comcast.com)
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds a build-time define to the Coverity docker configuration and updates the changelog for recent releases.
Changes:
- Add
-DSAFEC_DUMMY_APIto the Coverity dockerconfigure_options.confoptions. - Add a new
1.3.0section toCHANGELOG.md. - Add a release date line for
1.2.0inCHANGELOG.md.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| cov_docker_script/configure_options.conf | Adds a preprocessor define for SAFEC dummy API during Coverity configuration. |
| CHANGELOG.md | Adds/updates release entries to reflect 1.3.0 and a 1.2.0 date line. |
Comments suppressed due to low confidence (1)
CHANGELOG.md:3
- The header states changelog dates are in
dd-mm-yyyyformat, but the newly added date uses a long-form format (1 April 2026). Please keep the date format consistent with the documented convention (e.g.,01-04-2026), or update the header to reflect the intended format.
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+12
to
+13
| # Safec dummy API | ||
| -DSAFEC_DUMMY_API |
|
|
||
| #### [1.2.0](https://github.com/rdkcentral/xdns/compare/1.1.1...1.2.0) | ||
|
|
||
| > 1 April 2026 |
Comment on lines
+7
to
+9
| #### [1.3.0](https://github.com/rdkcentral/xdns/compare/1.2.0...1.3.0) | ||
|
|
||
| - RDKB-65075: Fix native build failure [`#23`](https://github.com/rdkcentral/xdns/pull/23) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release 1.3.0