~ps-jenkins/click/ubuntu-utopic-proposed

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: CI bot
  • Author(s): Colin Watson
  • Date: 2014-09-29 14:18:29 UTC
  • mfrom: (425.1.104 devel)
  • Revision ID: ps-jenkins@lists.canonical.com-20140929141829-vo7vf415d3f6vkq7
Click 0.4.33: Add scope APIs; fix GC; add "click chroot --name"; make "click destroy" more robust; stop apps when uninstalling them. Fixes: 1324853, 1330770
Approved by: Colin Watson

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
click (0.4.33) UNRELEASED; urgency=medium
 
2
 
 
3
  [ Pete Woods ]
 
4
  * Add scope-facing APIs to chroot build (LP: #1370727).
 
5
 
 
6
  [ Colin Watson ]
 
7
  * Warn that "click install" without a registration may result in later
 
8
    garbage-collection.
 
9
  * Rearrange garbage-collection to remove versions of packages that have no
 
10
    user registrations and are not running, rather than using the artificial
 
11
    @gcinuse registration which never really worked properly.
 
12
  * Run garbage-collection immediately before running system hooks on system
 
13
    startup (LP: #1342858).
 
14
  * Add new -n/--name option to "click chroot", defaulting to "click"
 
15
    (LP: #1364327).
 
16
 
 
17
  [ Michael Vogt ]
 
18
  * Make click destroy more robust by unmounting any mounted filesystem
 
19
    inside the schroot first (LP: #1346723).
 
20
  * Stop apps if necessary when uninstalling them (LP: #1232130).
 
21
  * Add new "click framework {info,get-field}" subcommands.
 
22
 
 
23
 -- Colin Watson <cjwatson@ubuntu.com>  Wed, 10 Sep 2014 12:47:46 +0100
 
24
 
1
25
click (0.4.32.1) utopic; urgency=low
2
26
 
3
27
  [ Michael Vogt ]