From b55afa9de19383563a38f608fe38d75549aa79e9 Mon Sep 17 00:00:00 2001 From: Netaji Panigrahi <114923459+NetajiPanigrahi@users.noreply.github.com> Date: Mon, 25 May 2026 22:44:50 +0530 Subject: [PATCH 1/2] RDKB-65075: Fix native build failure (#23) 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) --- cov_docker_script/configure_options.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cov_docker_script/configure_options.conf b/cov_docker_script/configure_options.conf index 7bb7920..44465a1 100644 --- a/cov_docker_script/configure_options.conf +++ b/cov_docker_script/configure_options.conf @@ -9,6 +9,9 @@ # Autotools configuration -DHAVE_CONFIG_H +# Safec dummy API +-DSAFEC_DUMMY_API + # Include paths -I$HOME/usr/include/rdkb/ -I/usr/include/dbus-1.0 From 59c78ea68b34eed530fa92e3841a9daecd61202c Mon Sep 17 00:00:00 2001 From: bunnam988 Date: Wed, 3 Jun 2026 10:29:59 +0000 Subject: [PATCH 2/2] Add changelog for release 1.3.0 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 305a325..c149523 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,17 @@ 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.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) +- Merge tag '1.2.0' into develop [`3a23a3b`](https://github.com/rdkcentral/xdns/commit/3a23a3b3486ca658a16ad9ff81831a4cd32bc1fb) + #### [1.2.0](https://github.com/rdkcentral/xdns/compare/1.1.1...1.2.0) +> 1 April 2026 + - RDKB-63135, RDKB-63664 : Handle Security Edge feature for business - Add T2 markers [`#18`](https://github.com/rdkcentral/xdns/pull/18) +- Add changelog for release 1.2.0 [`4a45b95`](https://github.com/rdkcentral/xdns/commit/4a45b95813ffbd5fac443393b8e73724e5413d3f) - Merge tag '1.1.1' into develop [`e302582`](https://github.com/rdkcentral/xdns/commit/e302582fcfefd10e30827bf0b34228beb4c52b65) #### [1.1.1](https://github.com/rdkcentral/xdns/compare/1.1.0...1.1.1)