~ubuntu-branches/ubuntu/trusty/content-hub/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Ken VanDine, Ubuntu daily release
  • Date: 2014-03-21 00:46:57 UTC
  • mfrom: (1.1.19)
  • Revision ID: package-import@ubuntu.com-20140321004657-5w0p7mj1qn9lrrj3
Tags: 0.0+14.04.20140321-0ubuntu1
[ Ken VanDine ]
* Adds support for multiple handler types: source, destination and
  share. Enforce single transfer per peer, if a second transfer
  request is made from a peer that already has an unfinished transfer,
  cancel the previous one. This is needed as long as apps are required
  to be single instance.
* If the transfer isn't persistent, attempt to hardlink instead of
  copying. If the link fails, fallback to a copy.
* If the default source is set to anything other than a click appId
  triplet, fallback to the legacy APP_ID. Changed default source for
  contacts to the legacy APP_ID for address-book-app

[ Ubuntu daily release ]
* New rebuild forced

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
content-hub (0.0+14.04.20140321-0ubuntu1) trusty; urgency=low
 
2
 
 
3
  [ Ken VanDine ]
 
4
  * Adds support for multiple handler types: source, destination and
 
5
    share. Enforce single transfer per peer, if a second transfer
 
6
    request is made from a peer that already has an unfinished transfer,
 
7
    cancel the previous one. This is needed as long as apps are required
 
8
    to be single instance.
 
9
  * If the transfer isn't persistent, attempt to hardlink instead of
 
10
    copying. If the link fails, fallback to a copy.
 
11
  * If the default source is set to anything other than a click appId
 
12
    triplet, fallback to the legacy APP_ID. Changed default source for
 
13
    contacts to the legacy APP_ID for address-book-app
 
14
 
 
15
  [ Ubuntu daily release ]
 
16
  * New rebuild forced
 
17
 
 
18
 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 21 Mar 2014 00:46:57 +0000
 
19
 
1
20
content-hub (0.0+14.04.20140307-0ubuntu1) trusty; urgency=low
2
21
 
3
22
  * New rebuild forced
16
35
 
17
36
 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 06 Mar 2014 16:50:24 +0000
18
37
 
 
38
content-hub (0.0+14.04.20140304-0preview1) trusty; urgency=medium
 
39
 
 
40
  * Support for more handler types, including sharing
 
41
  * Marshal peer details like name and icon from the service, so confined apps
 
42
    can show them.
 
43
  * Improved QML bindings
 
44
  * New ContentPeerPicker QML component
 
45
 
 
46
 -- Ken VanDine <ken.vandine@canonical.com>  Mon, 27 Jan 2014 14:09:38 -0500
 
47
 
19
48
content-hub (0.0+14.04.20131209.1-0ubuntu1) trusty; urgency=low
20
49
 
21
50
  [ Ken VanDine ]