From: HaJun, Sung Date: Mon, 7 Sep 2015 07:06:27 +0000 (+0900) Subject: [Tizen][PushD] Update Push daemon to 4.25, fix WRT push support X-Git-Tag: accepted/tizen/mobile/20150907.085056^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F23%2F47623%2F1;p=platform%2Fcore%2Fappfw%2Fsppc.git [Tizen][PushD] Update Push daemon to 4.25, fix WRT push support Change-Id: I9e3de0eee90b78e35ddc09b116c9be385880df68 Signed-off-by: HaJun, Sung --- diff --git a/aarch64/bin/push_tool b/aarch64/bin/push_tool index ebf66fb..af81cc1 100755 Binary files a/aarch64/bin/push_tool and b/aarch64/bin/push_tool differ diff --git a/aarch64/bin/pushd b/aarch64/bin/pushd index 1312d61..620b6e3 100755 Binary files a/aarch64/bin/pushd and b/aarch64/bin/pushd differ diff --git a/aarch64/lib64/libpush.so.0.2.12 b/aarch64/lib64/libpush.so.0.2.12 index b2bea08..e20af9e 100644 Binary files a/aarch64/lib64/libpush.so.0.2.12 and b/aarch64/lib64/libpush.so.0.2.12 differ diff --git a/arm/bin/push_tool b/arm/bin/push_tool index 5bdf607..600e31d 100755 Binary files a/arm/bin/push_tool and b/arm/bin/push_tool differ diff --git a/arm/bin/pushd b/arm/bin/pushd index 2b712da..fcc4940 100755 Binary files a/arm/bin/pushd and b/arm/bin/pushd differ diff --git a/arm/lib/libpush.so.0.2.12 b/arm/lib/libpush.so.0.2.12 index a726b6f..a671b7e 100644 Binary files a/arm/lib/libpush.so.0.2.12 and b/arm/lib/libpush.so.0.2.12 differ diff --git a/packaging/push.spec b/packaging/push.spec index fcb71d1..255ce37 100644 --- a/packaging/push.spec +++ b/packaging/push.spec @@ -2,7 +2,7 @@ Name: push Summary: Push services and client library -Version: 0.4.17 +Version: 0.4.25 Release: 1 Group: Application Framework/Service License: SAMSUNG and Apache-2.0 diff --git a/x86/bin/push_tool b/x86/bin/push_tool index 8a79045..c9ac385 100755 Binary files a/x86/bin/push_tool and b/x86/bin/push_tool differ diff --git a/x86/bin/pushd b/x86/bin/pushd index 40f8a53..4942b27 100755 Binary files a/x86/bin/pushd and b/x86/bin/pushd differ diff --git a/x86/lib/libpush.so.0.2.12 b/x86/lib/libpush.so.0.2.12 index 2878411..e18185b 100644 Binary files a/x86/lib/libpush.so.0.2.12 and b/x86/lib/libpush.so.0.2.12 differ diff --git a/x86_64/bin/push_tool b/x86_64/bin/push_tool index f528ff8..2f2d571 100755 Binary files a/x86_64/bin/push_tool and b/x86_64/bin/push_tool differ diff --git a/x86_64/bin/pushd b/x86_64/bin/pushd index 000f26c..a7300c4 100755 Binary files a/x86_64/bin/pushd and b/x86_64/bin/pushd differ diff --git a/x86_64/lib64/libpush.so.0.2.12 b/x86_64/lib64/libpush.so.0.2.12 index 5a8720c..7d7251a 100644 Binary files a/x86_64/lib64/libpush.so.0.2.12 and b/x86_64/lib64/libpush.so.0.2.12 differ