From 0fec3b1a1f5cd15a7502fa7b0b70528c6e4fec4d Mon Sep 17 00:00:00 2001 From: Gomathi Shankar Date: Wed, 15 Apr 2026 16:43:16 +0530 Subject: [PATCH 1/2] RDKEMW-16701: Add curl Verbose logging under CURL_DEBUG flag (#92) --- uploadutils/uploadUtil.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/uploadutils/uploadUtil.c b/uploadutils/uploadUtil.c index 7ec0332..da54961 100644 --- a/uploadutils/uploadUtil.c +++ b/uploadutils/uploadUtil.c @@ -265,6 +265,7 @@ int performHttpMetadataPost(void *in_curl, if (headers) curl_slist_free_all(headers); return (int)ret_code; } +#ifdef CURL_DEBUG ret_code = curl_easy_setopt(curl, CURLOPT_VERBOSE, 1L); if (ret_code != CURLE_OK) { COMMONUTILITIES_ERROR("%s: CURLOPT_VERBOSE failed: %s\n", @@ -273,6 +274,7 @@ int performHttpMetadataPost(void *in_curl, if (headers) curl_slist_free_all(headers); return (int)ret_code; } +#endif /* Perform request */ ret_code = curl_easy_perform(curl); From f50795d04cc296f9f6f4c337c8bba7624de3497e Mon Sep 17 00:00:00 2001 From: ssahu777 Date: Tue, 28 Apr 2026 11:17:31 +0000 Subject: [PATCH 2/2] 1.5.5 release changelog updates --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b35112f..e995d25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,18 @@ 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.5.5](https://github.com/rdkcentral/common_utilities/compare/1.5.4...1.5.5) + +- RDKEMW-16701: Add curl Verbose logging under CURL_DEBUG flag [`#92`](https://github.com/rdkcentral/common_utilities/pull/92) +- Merge tag '1.5.4' into develop [`505de48`](https://github.com/rdkcentral/common_utilities/commit/505de48e216f10715f8b348a3b8b9fee8813f0a0) + #### [1.5.4](https://github.com/rdkcentral/common_utilities/compare/1.5.3...1.5.4) +> 31 March 2026 + - RDKEMW-15829: Add mountutils and certselector support guards for L2 Container [`#88`](https://github.com/rdkcentral/common_utilities/pull/88) - RDKEMW-12516 : Triggering a non-existent/misspelled issue type in RRD is leading RDM crash [`#83`](https://github.com/rdkcentral/common_utilities/pull/83) +- 1.5.4 release changelog updates [`60c5089`](https://github.com/rdkcentral/common_utilities/commit/60c50897ed52e1f22ebc95dd5fef50f22e70a500) - Merge tag '1.5.3' into develop [`3fdee0b`](https://github.com/rdkcentral/common_utilities/commit/3fdee0b5e5b4492967b6d259cd8a411fe32e8ab2) #### [1.5.3](https://github.com/rdkcentral/common_utilities/compare/1.5.2...1.5.3)