Skip to content
Closed
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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Comment on lines +7 to +9
- 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)
Expand Down
3 changes: 3 additions & 0 deletions cov_docker_script/configure_options.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
# Autotools configuration
-DHAVE_CONFIG_H

# Safec dummy API
-DSAFEC_DUMMY_API
Comment on lines +12 to +13

# Include paths
-I$HOME/usr/include/rdkb/
-I/usr/include/dbus-1.0
Expand Down
Loading