~larryprice/libertine/better-db-locking

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Chris Townsend
  • Date: 2017-03-20 19:39:33 UTC
  • mfrom: (388.2.54 devel)
  • mto: (388.2.56 devel)
  • mto: This revision was merged to the branch mainline in revision 410.
  • Revision ID: christopher.townsend@canonical.com-20170320193933-5ia3hyknyglmw36d
MergeĀ lp:libertine.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
libertine (1.7.1-0ubuntu1) UNRELEASED; urgency=medium
 
2
 
 
3
  * Bump version to 1.7.1
 
4
 
 
5
 -- Larry Price <larry.price@canonical.com>  Mon, 13 Mar 2017 11:35:33 -0400
 
6
 
 
7
libertine (1.7+17.04.20170313-0ubuntu1) zesty; urgency=medium
 
8
 
 
9
  * Have python3-libertine suggest instead of recommend the lxd backend
 
10
    (LP: #1672178) (LP: #1672178)
 
11
 
 
12
 -- Jeremy Bicha <jbicha@ubuntu.com>  Mon, 13 Mar 2017 14:04:22 +0000
 
13
 
 
14
libertine (1.7+17.04.20170308-0ubuntu1) zesty; urgency=medium
 
15
 
 
16
  [ Chris Townsend ]
 
17
  * Fix libertined such that it can probe for currently running X apps and
 
18
    rebuild application running state. (LP: #1637579)
 
19
  * Gracefully handle the case where an application does not start.
 
20
    (LP: #1666177)
 
21
  * Kill the libertined service during the libertined package removal and
 
22
    upgrades (LP: #1667368)
 
23
  * Refactor package operation details into container operation details.
 
24
  * Allowing specifying multiple packages to be installed or removed.
 
25
    (LP: #1665647)
 
26
  * Show the current container state in the 'Status' section of the
 
27
    Container Info page in the UI. (LP: #1667726)
 
28
  * Add ability to configure stopping or freezing a container from within
 
29
    the UI. (LP: #1667717)
 
30
  * Bump version to 1.7.
 
31
 
 
32
  [ Larry Price ]
 
33
  * Prevent rewriting existing data in ContainersConfig. (LP: #1659115)
 
34
  * Prevent staging libertine files when installing dependencies and fix
 
35
    deprecations for the snap.
 
36
  * Use AdaptivePageLayout instead of PageStack for app navigation.
 
37
    (LP: #1550365) (LP: #1659076)
 
38
  * Refactor ContainersConfig handling from the GUI.
 
39
  * Prevent removing container from the database when destroy fails.
 
40
  * Various fixes for getting the confined snap working with libertined.
 
41
  * Remove /Progress objects from d-bus connection during cleanup.
 
42
  * LXD container status will override d-bus result during destroy only.
 
43
  * Implement GUI for adding and removing bind-mounts in containers.
 
44
  * Use a decorator to refresh the database during any libertined operations
 
45
    involving ContainersConfig.
 
46
  * Fix any broken symlinks in the local lxd rootfs during update and package
 
47
    installation. (LP: #1659646)
 
48
  * Update the default container type to lxd. (LP: #1665645)
 
49
  * Properly remove bind-mounted files in local rootfs during lxd destroy.
 
50
  * Add container hostname to /etc/hosts in lxd containers.
 
51
  * Add a force option for destroying running containers.
 
52
 
 
53
 -- Christopher Townsend <christopher.townsend@canonical.com>  Wed, 08 Mar 2017 14:53:46 +0000
 
54
 
1
55
libertine (1.6+17.04.20170214.2-0ubuntu1) zesty; urgency=medium
2
56
 
3
57
  [ Chris Townsend ]