From: Seungyoun Ju Date: Wed, 10 Apr 2013 11:33:11 +0000 (+0900) Subject: Fix : Stations data structure for dbus X-Git-Tag: 2.1b_release^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c89a2499855b1505f61936aec67afa9373779075;p=platform%2Fcore%2Fapi%2Ftethering.git Fix : Stations data structure for dbus Change-Id: If3af3b5309e74279a8cc608f40ca0a45efb56b0d --- diff --git a/include/tethering_private.h b/include/tethering_private.h index e37f07a..84f1737 100644 --- a/include/tethering_private.h +++ b/include/tethering_private.h @@ -146,7 +146,7 @@ typedef enum { #define DBUS_STRUCT_STATIONS (dbus_g_type_get_struct ("GValueArray", \ G_TYPE_UINT, G_TYPE_STRING, G_TYPE_STRING, \ - G_TYPE_STRING, G_TYPE_INVALID)) + G_TYPE_STRING, G_TYPE_UINT, G_TYPE_INVALID)) #define DBUS_STRUCT_STATION (dbus_g_type_get_struct ("GValueArray", \ G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING, \ diff --git a/packaging/capi-network-tethering.spec b/packaging/capi-network-tethering.spec index 7e5c8c3..9e77920 100644 --- a/packaging/capi-network-tethering.spec +++ b/packaging/capi-network-tethering.spec @@ -1,6 +1,6 @@ Name: capi-network-tethering Summary: Tethering Framework -Version: 0.0.14 +Version: 0.0.15 Release: 1 Group: TO_BE/FILLED_IN License: Apache-2.0 @@ -68,6 +68,9 @@ make %{?jobs:-j%jobs} %{_libdir}/*.so %changelog +* Wed Apr 10 2013 Seungyoun Ju 0.0.15-1 +- Fix : Stations data structure for dbus + * Tue Apr 09 2013 Seungyoun Ju 0.0.14-1 - TETHERING_ERROR_NOT_PERMITTED is added - Implement connection timer