Change logs for mcloud source package in Zesty

  • mcloud (1.0.0+17.04.20161107.3-0ubuntu1) zesty; urgency=medium
    
      * Update to compile with Boost 1.62 (as found on zesty) and storage-
        framework 0.2.
    
     -- James Henstridge <email address hidden>  Mon, 07 Nov 2016 02:02:55 +0000
  • mcloud (1.0.0+16.10.20160927.3-0ubuntu2) zesty; urgency=high
    
      * No change rebuild against boost1.62.
    
     -- Dimitri John Ledkov <email address hidden>  Tue, 01 Nov 2016 16:28:43 +0000
  • mcloud (1.0.0+16.10.20160927.3-0ubuntu1) yakkety; urgency=medium
    
      [ Gary Wang ]
      * Update provider to enable data streaming directly without local cache.
      * Support content data reading call back function when uploading.
      * Fixes critical variable protection for for pause_ in syncthread.
      * Append newCatalogName when generating upload link.
      * Add etag field for content and folder.
      * Fix page index for content listing.
      * Add UploadRequest structure.
      * Exception domain_error -> runtime_error.
      * Bump version.
      * Support to customize content name for upload
      * Query value of etag filed for folder and content
      * error handing fixing(Domain_error --> runtime_error)
      * Set access token before authenticating all mcloud API calls  (new api
        introduce), not to refresh token.
      * Fix error when retrieve content info.
      * Add content info test case.
      * Introduce new member(folder path) for cloud folder.
      * Make syncmanager visible and expose relevant APIs.
      * Add new bunch of API(content_info, create_folder, move_items,update_items) and relevant test cases.
      * Set abort condition for request (abort_request_if net-cpp 2.0).
      * Modify task status when it's changed.
      * Cancel unstarted task when syncmanager cancels tasks.
      * Change sync_download to add_download_tasks and return download task list.
      * Change sync_upload to add_upload_tasks and return upload task list.
      * Add progress handler for download and upload task.
      * Add status handler for download and upload task.
      * Remove deprecated API(set_auth_info).
    
      [ Gary.Wzl ]
      * First landing of mcloud library.
    
     -- <email address hidden> (Gary.Wang)  Tue, 27 Sep 2016 04:44:02 +0000