ubuntu-download-manager 0.3+14.04.20140214.1-0ubuntu1 source package in Ubuntu

Changelog

ubuntu-download-manager (0.3+14.04.20140214.1-0ubuntu1) trusty; urgency=low

  [ CI bot ]
  * Bootstrap CI Train

  [ Manuel de la Pena ]
  * Ensure that the return value from flush is checked to ensure that if
    there are any issues when flushing the file this are fwd to the
    client. (LP: #1261999)
  * Add a common library to be used by the client library and the daemon
    side lib. (LP: #1250420)
  * Adds the client library that allows apps to use the download manager
    without knowing the dbus api. (LP: #1250423)
  * Ensure that the error code from a fail file removal is logged. (LP:
    #1269078)
  * Fix copyright issues. (LP: #1269837)
  * Check if the file is present and use a more human redable filename
    that does not break extensions. (LP: #1269801)
  * Provide better logging for when the post download command fails.
    (LP: #1269212)
  * Provides the initial implementation of the Manager class that allows
    to create downloads in the UDM via the client lib. (LP: #1268911)
  * Provide the missing manager methods and a better way for testing.
  * Add a new constructor to allow an even simpler way to create
    downloads. (LP: #1268932)
  * Pass the QIODevice so that all the data is not loaded in memory.
    (LP: #1271684)
  * Use google logging for the service so that we do not eat other
    processes debug messages and use a more mature and decent logging
    framework. (LP: #1262001)
  * Do the correct casting. (LP: #1274019)
  * Provide a new method that allows to create mms downloads that are
    not queued and take the APN proxy details to be used for the get
    request. (LP: #1273190)
  * Split the errors in file download so that dealing with them is
    easier.
  * Remove all occurrences of NULL and change them for nullptr.
  * Remove all occurrences of #define string to use a empty namespace so
    that we do not pollute the general space.
  * Provide all the methods required to work with downloads. (LP:
    #1272287)
  * Ensure that redirects are followed from udm unless we are in a loop.
    If the download gets in a redirect loop a network error is emitted.
    (LP: #1274335)
  * Provide a nicer way to deal with errors in the client lib.
  * Make the method not to be sync anymore and use qt signals to notify
    the users that a download was created. (LP: #1273822)
  * Provide the minimum code to be able to use mms downloads via go.
  * Ensure that we do not leak includes from QDBus. (LP: #1277462)
  * Ensure that the downloads are stored in the db as soon as they are
    updated.
  * Remove the references from an other project. (LP: #1277279)
  * Do not leak the global headers and ensure that the required ones are
    present in the -dev packages. (LP: #1277384, #1278394)
  * Provide errorString method to allows to get the info of the error
    without casting. (LP: #1277808)
  * Fix the go bindings. (LP: #1279409, #1279430)

  [ Rodney Dawes ]
  * Do not leak the global headers and ensure that the required ones are
    present in the -dev packages. (LP: #1277384, #1278394)

  [ Łukasz 'sil2100' Zemczak ]
  * Fix dependencies for the -dev packages, and then fix some minor
    packaging issues
 -- Ubuntu daily release <email address hidden>   Fri, 14 Feb 2014 17:42:29 +0000

Upload details

Uploaded by:
PS Jenkins bot
Uploaded to:
Trusty
Original maintainer:
Manuel de la Peña
Architectures:
any
Section:
net
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ubuntu-download-manager_0.3+14.04.20140214.1.orig.tar.gz 179.5 KiB cd3f54c131e37be52b3f6bf0577b47f654b2a73a60099c5bc0a76612e0fc9954
ubuntu-download-manager_0.3+14.04.20140214.1-0ubuntu1.diff.gz 7.3 KiB 66e3ff7d26b10ff66d55b8752d696ec8897be45ce90fd957e5beb37fc82c7f86
ubuntu-download-manager_0.3+14.04.20140214.1-0ubuntu1.dsc 2.5 KiB 62fc2a7148dac0ad1a4ba5636e4a94cae9d1f756ac7a8593f12250e287014de2

View changes file

Binary packages built by this source

libubuntu-download-manager-client-dev: QT library for Ubuntu Download Manager - development files

 This package contains the header that can be used to allow an application use
 the Ubuntu Download Manager client library.

libubuntu-download-manager-client0: Ubuntu Download Manager - shared public library

 Ubuntu Download Manager performs downloads from a centralized location.
 .
 This package includes the public shared library.

libubuntu-download-manager-common-dev: QT library for Ubuntu Download Manager - development files

 This package contains the common headers shared between the client library and
 the daemon library.

libubuntu-download-manager-common0: Ubuntu Download Manager - shared common library

 Ubuntu Download Manager performs downloads from a centralized location.
 .
 This package includes the common shared library between the client lib and the
 service lib.

libubuntu-download-manager-priv0: Ubuntu Download Manager - shared private library

 Ubuntu Download Manager performs downloads from a centralized location.
 .
 This package includes the private shared library.

ubuntu-download-manager: Ubuntu Download Manager - daemon

 Ubuntu Download Manager performs downloads from a centralized location.
 .
 This package includes the daemon.