diff options
author | sanghyuk Ko <sanghyuk.ko@samsung.com> | 2013-05-08 16:54:16 +0900 |
---|---|---|
committer | sanghyuk Ko <sanghyuk.ko@samsung.com> | 2013-05-08 16:54:16 +0900 |
commit | a9501fe5a871e081789ad261b26643ca705a5d96 (patch) | |
tree | 87aca8a3990fb2491fce3f0331299275e0c67c6a | |
parent | de5fba33613f6508122327cad2e250655990a14d (diff) | |
download | oma-ds-agent-tizen_2.1.tar.gz oma-ds-agent-tizen_2.1.tar.bz2 oma-ds-agent-tizen_2.1.zip |
[SR:oma-ds-agent_0.1.66] SR Releasesubmit/tizen_2.1/20130514.053454submit/tizen/20130517.045212accepted/tizen/20130520.101249tizen_2.1
[Problem]
-
[Cause]
-
[Solution]
- when profile refresh, check account_id validance.
- fixed that interval value check error.
- fixed taht uri value return error.
Change-Id: I742a32ea890d15a294f400f208ebe96724df2d4b
-rwxr-xr-x | debian/changelog | 10 | ||||
-rwxr-xr-x | packaging/oma-ds-agent.spec | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index f1c375a..ee4d6d1 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +oma-ds-agent (0.1.66) unstable; urgency=low + + * 1. when profile refresh, check account_id validance. + * 2. fixed that interval value check error. + * 3. fixed taht uri value return error. + * Git: framework/system/oma-ds-agent + * Tag: oma-ds-agent_0.1.66 + + -- sanghyukko <sanghyuk.ko@samsung.com> Wed, 08 May 2013 16:53:09 +0900 + oma-ds-agent (0.1.65) unstable; urgency=low * 1. When synchronising, edit/delete request block. diff --git a/packaging/oma-ds-agent.spec b/packaging/oma-ds-agent.spec index ba19743..86750bd 100755 --- a/packaging/oma-ds-agent.spec +++ b/packaging/oma-ds-agent.spec @@ -1,6 +1,6 @@ Name: oma-ds-agent Summary: oma-ds-agent daemon for data sync -Version: 0.1.65 +Version: 0.1.66 Release: 1 Group: TO_BE/FILLED_IN License: Apache License, Version 2.0 |