Change log for ubuntu-download-manager package in Ubuntu

5172 of 72 results
Superseded in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
ubuntu-download-manager (0.2+13.10.20130928.2-0ubuntu1) saucy; urgency=low

  [ Manuel de la Pena ]
  * Add BaseTestCase that removes the qDebug output so that we have a
    cleaner tests results output. (LP: #1230210)
  * Allow the hash method to be empty. (LP: #1232050)
  * Use syslog when running as a system bus service rather than logging
    to a file. (LP: #1230236)
  * Remove the XDG implementation and use the standard paths class found
    in qt. (LP: #1226998)
  * Keep track of the replies so that when the daemon is stoppable we
    clear the cache. (LP: #1229463)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 144
 -- Ubuntu daily release <email address hidden>   Sat, 28 Sep 2013 21:33:00 +0000
Superseded in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
ubuntu-download-manager (0.2+13.10.20130926.2-0ubuntu1) saucy; urgency=low

  [ Manuel de la Pena ]
  * Return error if the url is ill formed. (LP: #1228245)
  * Return DBus error when the hash method is not known. (LP: #1228246)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 138
 -- Ubuntu daily release <email address hidden>   Thu, 26 Sep 2013 18:03:25 +0000
Superseded in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
ubuntu-download-manager (0.2+13.10.20130924.2-0ubuntu1) saucy; urgency=low

  [ Manuel de la Pena ]
  * Ensure that when there is a network error the state of the
    GroupDownload is correctly set. (LP: #1227850, #1227907, #1218031)
  * Provide system dbus API to be used by apps such as the image
    updates. (LP: #1211486)
  * Provide new arg and new method to simplify tests. (LP: #1228233)
  * Ensure that all downloads are canceled and that the files are
    correctly removed. (LP: #1229413)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 135
 -- Ubuntu daily release <email address hidden>   Tue, 24 Sep 2013 22:03:24 +0000
Superseded in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
ubuntu-download-manager (0.2+13.10.20130924.1-0ubuntu1) saucy; urgency=low

  [ Loïc Minier ]
  * Vcs-Bzr branch in control was out of date; use the alias which
    should always point at the right one.

  [ Manuel de la Pena ]
  * Ensure that when there is a hash error the state change is emitted
    and is the correct download state. (LP: #1224676)
  * Correctly manage SSL errors. (LP: #1228057)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 130
 -- Ubuntu daily release <email address hidden>   Tue, 24 Sep 2013 06:03:38 +0000
Superseded in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
ubuntu-download-manager (0.2+13.10.20130920.1-0ubuntu1) saucy; urgency=low

  [ Barry Warsaw ]
  * When extracting the QPair from _downloadProgress, use a reference
    local variable so that a new QPair isn't created, thus throwing away
    the update. (LP: #1226243)

  [ Manuel de la Pena ]
  * Fixes the irl example in the test folder. (LP: #1221598)
  * Added a class that provides a way to generate secure paths to
    appamor confined applications.
  * Make use of the apparmor class to build secure dbus paths. (LP:
    #1222901)
  * Increases the test coverage of the download factory class.
  * Added the new metadata key 'objectpath' where the client can propose
    a uuid for the download that will be used to create the path. (LP:
    #1215904)
  * Change the interface name so that is less confusing. (LP: #1224538)
  * Fixed the location where the file is stored. If the local-file
    metadata is provided and the app is not cofined that would be the
    used file else the XDG/APP_ID one will be used. (LP: #1224641,
    #1222914)
  * Provide two command line args to be used in tests. (LP: #1202809)
  * Set the accept-encoding header to 'identity' so that we do not
    expand any download. (LP: #1224678)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 126
 -- Ubuntu daily release <email address hidden>   Fri, 20 Sep 2013 10:03:28 +0000
Superseded in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
ubuntu-download-manager (0.2+13.10.20130906.1-0ubuntu1) saucy; urgency=low

  [ Manuel de la Pena ]
  * Added code to store single downloads in the new sqlite db.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 115
 -- Ubuntu daily release <email address hidden>   Fri, 06 Sep 2013 10:03:50 +0000
Superseded in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
ubuntu-download-manager (0.2+13.10.20130904-0ubuntu1) saucy; urgency=low

  [ Manuel de la Pena ]
  * Move to store the metadata in a sqlite db in disk rather than using
    a dir tree.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 113
 -- Ubuntu daily release <email address hidden>   Wed, 04 Sep 2013 15:57:41 +0000
Superseded in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
ubuntu-download-manager (0.2+13.10.20130903.1-0ubuntu1) saucy; urgency=low

  [ Manuel de la Pena ]
  * Adds a new API that exposes the creation of a download as a struct
    that way the clib will be more stable without changing the
    parameters and will be able to provide a nice struct with default
    values.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 111
 -- Ubuntu daily release <email address hidden>   Tue, 03 Sep 2013 18:04:00 +0000
Superseded in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
ubuntu-download-manager (0.2+13.10.20130903-0ubuntu1) saucy; urgency=low

  [ Manuel de la Pena ]
  * Adds a download structure that can be serialized over DBus to later
    change API to have a single createDownload method. .

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 109
 -- Ubuntu daily release <email address hidden>   Tue, 03 Sep 2013 02:03:56 +0000
Superseded in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
ubuntu-download-manager (0.2+13.10.20130902-0ubuntu1) saucy; urgency=low

  [ Manuel de la Pena ]
  * Added -testcase as a new commandline argument to the test
    application. (LP: #1219787)
  * Expose group download creation to clients using the session dbus.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 107
 -- Ubuntu daily release <email address hidden>   Mon, 02 Sep 2013 18:03:58 +0000
Superseded in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
ubuntu-download-manager (0.2+13.10.20130830-0ubuntu1) saucy; urgency=low

  [ Manuel de la Pena ]
  * Second part of the fix for #1211838. In this branch we add a
    GroupDownload object that takes care of dealing with a collection of
    urls to download as an atomic operation. (LP: #1211838)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 104
 -- Ubuntu daily release <email address hidden>   Fri, 30 Aug 2013 02:03:56 +0000
Superseded in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
ubuntu-download-manager (0.2+13.10.20130826-0ubuntu1) saucy; urgency=low

  [ Manuel de la Pena ]
  * Middle step to fix #1211838 that refactors the code so that we have
    a base Download class that is used by the DownloadQueue that can is
    later extended by a single download class and a group download
    class. (LP: #1211838)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 102
 -- Ubuntu daily release <email address hidden>   Mon, 26 Aug 2013 18:03:57 +0000
Superseded in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
ubuntu-download-manager (0.2+13.10.20130823-0ubuntu1) saucy; urgency=low

  [ Manuel de la Pena ]
  * Ensures that the daemon is stopped when there is nothing to
    download. (LP: #1215137, #1200666)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 100
 -- Ubuntu daily release <email address hidden>   Fri, 23 Aug 2013 18:04:05 +0000
Superseded in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
ubuntu-download-manager (0.2+13.10.20130821.1-0ubuntu1) saucy; urgency=low

  [ Manuel de la Pena ]
  * Ensure that the DownloadQueue is notified when there is an error and
    that way the download is removed and a new download is started. (LP:
    #1211751)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 98
 -- Ubuntu daily release <email address hidden>   Wed, 21 Aug 2013 22:04:01 +0000
Superseded in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
ubuntu-download-manager (0.2+13.10.20130821-0ubuntu1) saucy; urgency=low

  [ Manuel de la Pena ]
  * Ensure that a single instance of the daemon can be ran. (LP:
    #1205342)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 96
 -- Ubuntu daily release <email address hidden>   Wed, 21 Aug 2013 14:04:04 +0000
Superseded in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
ubuntu-download-manager (0.2+13.10.20130812-0ubuntu1) saucy; urgency=low

  [ Manuel de la Pena ]
  * Use smart pointers to simplify the memory management.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 94
 -- Ubuntu daily release <email address hidden>   Mon, 12 Aug 2013 18:04:03 +0000
Superseded in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
ubuntu-download-manager (0.2+13.10.20130727-0ubuntu1) saucy; urgency=low

  [ Manuel de la Pena ]
  * Improved the use of the child process by: * Send the error signals
    when the return code != 0 or when the exit status is crash. * Log
    the stdout and stderr of the child proccess. (LP: #1205092,
    #1205269)
  * Append to the log instead of truncate. Later deal with rotations.
  * Define the app as always in DEBUG until we are mature.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 92
 -- Ubuntu daily release <email address hidden>   Sat, 27 Jul 2013 07:01:47 +0000
Superseded in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
ubuntu-download-manager (0.2+13.10.20130726-0ubuntu1) saucy; urgency=low

  [ Manuel de la Pena ]
  * Updated code to use the google cpp style.
  * Logging to a file. (LP: #1205093)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 88
 -- Ubuntu daily release <email address hidden>   Fri, 26 Jul 2013 07:01:47 +0000
Superseded in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
ubuntu-download-manager (0.2+13.10.20130725-0ubuntu1) saucy; urgency=low

  [ Rodney Dawes ]
  * Allow downloads if GSM download is enabled, and network is Unknown
    state. (LP: #1204654)

  [ Manuel de la Pena ]
  * Fix progress signal.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 85
 -- Ubuntu daily release <email address hidden>   Thu, 25 Jul 2013 07:01:49 +0000
Superseded in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
ubuntu-download-manager (0.2+13.10.20130723-0ubuntu1) saucy; urgency=low

  [ Manuel de la Pena ]
  * Ensure that all signals are sent before we remove the object from
    dbus.
  * Provide post command execution.
  * Provide dbus activation.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 82
 -- Ubuntu daily release <email address hidden>   Tue, 23 Jul 2013 07:01:49 +0000
Superseded in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
ubuntu-download-manager (0.2+13.10.20130721-0ubuntu1) saucy; urgency=low

  [ Manuel de la Pena ]
  * Register types with DBus.
  * Ensure that the q is updated correctly after a download is finished.
  * Add logging for the downloads.
  * Ensure progress is emitted.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 78
 -- Ubuntu daily release <email address hidden>   Sun, 21 Jul 2013 07:01:47 +0000
Superseded in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
ubuntu-download-manager (0.2+13.10.20130719.2-0ubuntu1) saucy; urgency=low

  [ Ken VanDine ]
  * Automatic snapshot from revision 70 (bootstrap)

  [ Manuel de la Pena ]
  * Pump version number.
  * Removed not needed LICENSE file.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 73

5172 of 72 results