Merge branch 'devel/master' into tizen
authorEunki, Hong <eunkiki.hong@samsung.com>
Tue, 4 Oct 2022 09:18:51 +0000 (18:18 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Tue, 4 Oct 2022 09:18:51 +0000 (18:18 +0900)
Change-Id: I076f8b2bdf2533c41239bc4d8bf225df03f6fa66

dali/internal/imaging/common/file-download.cpp
dali/public-api/dali-adaptor-version.cpp
packaging/dali-adaptor.spec

index f566757..6b50a47 100644 (file)
@@ -62,6 +62,7 @@ void ConfigureCurlOptions(CURL* curlHandle, const std::string& url)
   curl_easy_setopt(curlHandle, CURLOPT_TIMEOUT, TIMEOUT_SECONDS);
   curl_easy_setopt(curlHandle, CURLOPT_HEADER, INCLUDE_HEADER);
   curl_easy_setopt(curlHandle, CURLOPT_NOBODY, EXCLUDE_BODY);
+  curl_easy_setopt(curlHandle, CURLOPT_NOSIGNAL, 1L);
   curl_easy_setopt(curlHandle, CURLOPT_FOLLOWLOCATION, 1L);
   curl_easy_setopt(curlHandle, CURLOPT_MAXREDIRS, 5L);
 
index 1fee9a7..b21fa53 100644 (file)
@@ -27,7 +27,7 @@ namespace Dali
 {
 const unsigned int ADAPTOR_MAJOR_VERSION = 2;
 const unsigned int ADAPTOR_MINOR_VERSION = 1;
-const unsigned int ADAPTOR_MICRO_VERSION = 41;
+const unsigned int ADAPTOR_MICRO_VERSION = 42;
 const char* const  ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 272c274..f6dfc8b 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali2-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    2.1.41
+Version:    2.1.42
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT