From 18d3b53125f63c4775c6c2099d5ea521e1c1ea29 Mon Sep 17 00:00:00 2001 From: "taesub.kim" Date: Mon, 5 Oct 2015 15:09:49 +0900 Subject: [PATCH 1/1] Sync with Tizen 2.4(v1.0.72) Change-Id: I02da8c2d6d79e15f5894072eb008652ca30b0cd1 Signed-off-by: Taesub Kim --- CMakeLists.txt | 0 LICENSE | 0 NOTICE | 0 capi-network-connection.manifest | 0 capi-network-connection.pc.in | 0 doc/net_connection_doc.h | 10 +++++----- packaging/capi-network-connection.spec | 2 +- test/CMakeLists.txt | 0 8 files changed, 6 insertions(+), 6 deletions(-) mode change 100644 => 100755 CMakeLists.txt mode change 100644 => 100755 LICENSE mode change 100644 => 100755 NOTICE mode change 100644 => 100755 capi-network-connection.manifest mode change 100644 => 100755 capi-network-connection.pc.in mode change 100644 => 100755 packaging/capi-network-connection.spec mode change 100644 => 100755 test/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt old mode 100644 new mode 100755 diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/NOTICE b/NOTICE old mode 100644 new mode 100755 diff --git a/capi-network-connection.manifest b/capi-network-connection.manifest old mode 100644 new mode 100755 diff --git a/capi-network-connection.pc.in b/capi-network-connection.pc.in old mode 100644 new mode 100755 diff --git a/doc/net_connection_doc.h b/doc/net_connection_doc.h index 8d02a01..cb3446a 100755 --- a/doc/net_connection_doc.h +++ b/doc/net_connection_doc.h @@ -59,7 +59,7 @@ * * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n * - * More details on featuring your application can be found from Feature List. + * More details on featuring your application can be found from Feature List. * */ @@ -87,7 +87,7 @@ * * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n * - * More details on featuring your application can be found from Feature List. + * More details on featuring your application can be found from Feature List. * */ @@ -110,7 +110,7 @@ * * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n * - * More details on featuring your application can be found from Feature List. + * More details on featuring your application can be found from Feature List. * */ @@ -133,7 +133,7 @@ * * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n * - * More details on featuring your application can be found from Feature List. + * More details on featuring your application can be found from Feature List. * */ @@ -160,7 +160,7 @@ * * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n * - * More details on featuring your application can be found from Feature List. + * More details on featuring your application can be found from Feature List. * */ diff --git a/packaging/capi-network-connection.spec b/packaging/capi-network-connection.spec old mode 100644 new mode 100755 index 3c7b235..68b3c6e --- a/packaging/capi-network-connection.spec +++ b/packaging/capi-network-connection.spec @@ -1,6 +1,6 @@ Name: capi-network-connection Summary: Network Connection library in TIZEN C API -Version: 1.0.73 +Version: 1.0.74 Release: 1 Group: System/Network License: Apache-2.0 diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt old mode 100644 new mode 100755 -- 2.7.4