From: Jungki Kwak Date: Thu, 12 Sep 2013 09:14:50 +0000 (+0900) Subject: Release the package X-Git-Tag: 2.2.1_release X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6a00dcf206fbd0d335c940ecf23c5abb4576ce85;p=framework%2Fapi%2Furl-download.git Release the package Release the package : capi-web-url-downloadr_1.1.0-2 Changes) - Add missed code to set manifest file - Deprecate old APIs for notification - Add new APIs for notification and bundle data modified: packaging/capi-web-url-download.spec --- diff --git a/packaging/capi-web-url-download.spec b/packaging/capi-web-url-download.spec index bc1fdc7..e67b2fc 100755 --- a/packaging/capi-web-url-download.spec +++ b/packaging/capi-web-url-download.spec @@ -1,8 +1,8 @@ Name: capi-web-url-download Summary: CAPI for content download with web url -Version: 1.0.3 -Release: 1 +Version: 1.1.0 +Release: 2 Group: Development/Libraries License: Apache License, Version 2.0 URL: N/A @@ -61,6 +61,11 @@ mkdir -p %{buildroot}/usr/share/license %{_includedir}/web/download_doc.h %changelog +* Wed Sep 11 2013 Jungki Kwak +- Add missed code to set manifest file +- Deprecate old APIs for notification +- Add new APIs for notification and bundle data + * Tue Jul 03 2013 Jungki Kwak - Add enum error about smack deny @@ -69,174 +74,3 @@ mkdir -p %{buildroot}/usr/share/license - Update doxygen comments - Remove unused file -* Tue May 7 2013 Kwangmin Bang -- add new network type (DOWNLOAD_NETWORK_WIFI_DIRECT) - -* Tue Mar 19 2013 Kwangmin Bang -- new API : download_get_http_header_field_list - -* Tue Mar 05 2013 Jungki Kwak -- Changes APIs for notification extra list -- Use download-provider-interface library - -* Sat Feb 23 2013 Kwangmin Bang -- do not close the socket in Interrupted System Call - -* Mon Feb 18 2013 Kwangmin Bang -- use invalid pointer -- return wrong state in _download_change_dp_state() - -* Thu Jan 31 2013 Kwangmin Bang -- support new state of provider - -* Tue Jan 29 2013 Jungki Kwak -- Check invalid download id when set the callback -- Create new slot when set callback for the request exist only in provider - -* Mon Jan 28 2013 Kwangmin Bang -- simple launch provider without dbus interface -- Modify the name of license and add notice file -- refer wrong address after free - -* Tue Jan 08 2013 Jungki Kwak -- Update doxygen comments -- Add soversion to shared library file -- Remove unnecessary dependency and configuration -- Removed deprecated APIs - -* Fri Dec 21 2012 Kwangmin Bang -- Remove duplicated dlog message -- Modify license information at spec file -- Support ECHO command - -* Fri Dec 14 2012 Kwangmin Bang -- Resolve prevent defect -- Remove old source codes -- Add missed boiler plate -- the limitation of the number of download ID which can be created at same time -- Update comments about state -- Update comments - -* Fri Nov 30 2012 Kwangmin Bang -- support DBUS-activation -- [Prevent Defect] The same expression occurs on both sides of an operator - -* Tue Nov 27 2012 Jungki Kwak -- Remove deprecated APIs -- Add an error code about download id -- Change the name of notification API -- Add APIs for notification extra param -- Update comments and add some error code - -* Fri Nov 16 2012 Jungki Kwak -- Three APIs will be deprecated -- Operands don't affect result -- Add new CAPIs to register notification message -- Add to add, get and remove http header values -- Modify comments for getting file name -- send pid from client when no support SO_PEERCRED - -* Thu Nov 01 2012 Kwangmin Bang -- prevent duplicated event thread -- print dlog message with thread id -- enhance mutex for event thread - -* Wed Oct 31 2012 Jungki Kwak -- enhance mutex for event thread - -* Mon Oct 29 2012 Kwangmin Bang -- fix the defects found by prevent tool -- Thread Safe APIs -- increase the timeout of socket -- do not disconnect socket in case of timeout - -* Thu Oct 24 2012 Kwangmin Bang -- fix prevent defects -- Remove TCs about removed API -- arrange the usage of mutex for IPC - -* Tue Oct 23 2012 Kwangmin Bang -- check IPC connection at the head of All APIs -- use write API instead of send API -- apply sending timeout for socket - -* Mon Oct 22 2012 Jungki Kwak -- Resolve the lockup when client app is crashed -- Prevent the crash by calling url_download_destory twice -- Remove memory leak code by fixing of clients - -* Fri Oct 19 2012 Kwangmin Bang -- wrapping Handle based CAPI to ID based CAPI -- Call the progress callback when total size of the content is zero. - -* Fri Oct 12 2012 Jungki Kwak -- Fix the crash when clear invalid socket from FD_SET -- Install LICENSE file. - -* Fri Sep 21 2012 Jungki Kwak -- Apply a default manifest file. - -* Mon Sep 18 2012 Kwangmin Bang -- fix the crash by referring invalid handle -- Add function to release headers -- Add exception code when fail to reconnect socket -- add license -- fix the error and warning of spec file - -* Fri Sep 07 2012 Kwangmin Bang -- fix timeout thread can run exactly - -* Thu Sep 06 2012 Kwangmin Bang -- check the state before clear socket -- add limitation in already completed state -- add checking INVALID_STATE error - -* Tue Sep 04 2012 Jungki Kwak -- Remove unused code which is base on libdownload-agent -- Change the name of application operation -- Add exception handling for non requestid -- Call clear_provider after getting the state -- url_download_get_state return IO error -- Resolve prevent defects - -* Mon Sep 03 2012 Kwangmin Bang -- stop the download even if no socket or callback -- pause/resume the download even if no socket or callback -- calling stopped callback in error case -- request STOP for free after finished download - -* Thu Aug 30 2012 Kwangmin Bang -- maxfd should be updated before created event thread - -* Thu Aug 30 2012 Kwangmin Bang -- remove duplicated call for creating socket -- fix the crash regarding pthread_kill -- allow to call url_download_stop in case of PAUSED state - -* Mon Aug 27 2012 Kwangmin Bang -- one thread model for event -- get state info from download-provider even if no connection -- fix the bug take a long time to receive first event - -* Tue Aug 22 2012 Jungki Kwak -- Enhance the exception handling in event thread -- Resolve a bug about state -- Add to pass service handle data to download daemon - -* Mon Aug 17 2012 Jungki Kwak -- Resolve a bug when getting a state -- Add error case for invalid id - -* Mon Aug 16 2012 Jungki Kwak -- Add new APIs for notification function -- The TC is changed due to change of url_download_start -- When unseting the callback function, the callback should be initialized although the error is happened. -- It remove the stop function when is called twice when destroying handle -- Add pc requries for app.h - -* Mon Aug 08 2012 Jungki Kwak -- Change requestid to INTEGER from String - -* Mon Aug 06 2012 Jungki Kwak -- The base model is changed to download provider daemon -