~libertine-team/libertine/trunk

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bileto Bot
  • Date: 2016-09-14 14:45:48 UTC
  • mfrom: (161.1.2 libertine.1.4.1-release)
  • Revision ID: ci-train-bot@canonical.com-20160914144548-ajgnaxcmfq3bwpxp
* Refactor the libertine-session-bus to be a class, so we will be on the
  same process and we can actually test LSB more then just running it and
  checking exit code.
* Add a get_logger function to the libertine utils. This function will get
  the logger __libertiner_logger__ which will only be setup once, with one
  handler.
* Switch libertine-lxc-manager to be a DBus service and activate it on demand
  via DBus. (LP: #1591350)
* Add check for special LIBERTINE_JENKAAS_TESTING environment variable for
  the smoke testing harness.
* Bump version to 1.4.1.
* Return user to homepage when container has been destroyed from under them.
  (LP: #1604015)
* Introduce a method in ContainersConfig to refresh the database depending 
  on an md5 checksum.
* Creating the first container moves user to ContainersView screen.
  (LP: #1615697)
* Inject a ContainersConfig instance when creating containers.
* Fix crash in ContainersConfig when getting host arch by using HostInfo
  object.
* Create a signal to indicate that container creation has begun.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
libertine (1.4.1-0ubuntu1) UNRELEASED; urgency=medium
 
2
 
 
3
  [ Brandon Schaefer ]
 
4
  * Refactor the libertine-session-bus to be a class, so we will be on the
 
5
    same process and we can actually test LSB more then just running it and
 
6
    checking exit code.
 
7
  * Add a get_logger function to the libertine utils. This function will get
 
8
    the logger __libertiner_logger__ which will only be setup once, with one
 
9
    handler.
 
10
 
 
11
  [ Chris Townsend ]
 
12
  * Switch libertine-lxc-manager to be a DBus service and activate it on demand
 
13
    via DBus. (LP: #1591350)
 
14
  * Add check for special LIBERTINE_JENKAAS_TESTING environment variable for
 
15
    the smoke testing harness.
 
16
  * Bump version to 1.4.1.
 
17
 
 
18
  [ Larry Price ]
 
19
  * Return user to homepage when container has been destroyed from under them.
 
20
    (LP: #1604015)
 
21
  * Introduce a method in ContainersConfig to refresh the database depending 
 
22
    on an md5 checksum.
 
23
  * Creating the first container moves user to ContainersView screen.
 
24
    (LP: #1615697)
 
25
  * Inject a ContainersConfig instance when creating containers.
 
26
  * Fix crash in ContainersConfig when getting host arch by using HostInfo
 
27
    object.
 
28
  * Create a signal to indicate that container creation has begun.
 
29
 
 
30
 -- Chris Townsend <christopher.townsend@canonical.com>  Tue, 13 Sep 2016 14:03:29 -0400
 
31
 
1
32
libertine (1.4+16.10.20160908-0ubuntu1) yakkety; urgency=medium
2
33
 
3
34
  [ Chris Townsend ]