diff options
-rwxr-xr-x | packaging/download-provider.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packaging/download-provider.spec b/packaging/download-provider.spec index 86442fb..182a69a 100755 --- a/packaging/download-provider.spec +++ b/packaging/download-provider.spec @@ -2,7 +2,7 @@ Name: download-provider Summary: download the contents in background. Version: 1.0.5 -Release: 8 +Release: 9 Group: Development/Libraries License: Apache License, Version 2.0 Source0: %{name}-%{version}.tar.gz @@ -185,6 +185,9 @@ fi %{_libdir}/pkgconfig/download-provider-interface.pc %changelog +* Thu May 15 2013 Jungki Kwak <jungki.kwak@samsung.com> +- Create default download directory with app ownership + * Fri May 10 2013 Kwangmin Bang <justine.bang@samsung.com> - raise the limitaion regarding the number of downloads which a process can make : 5 => 32 |