~glatzor/aptdaemon/ubuntu-precise

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Michael Vogt
  • Date: 2012-04-10 10:33:41 UTC
  • mfrom: (230.1.2 glatzor-precise)
  • Revision ID: michael.vogt@ubuntu.com-20120410103341-tmfgwfo16umntd8o
Tags: 0.43+bzr805-0ubuntu1
releasing version 0.43+bzr805-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
aptdaemon (0.43+bzr805-0ubuntu1) precise; urgency=low
 
2
 
 
3
  * New upstream snapshot:
 
4
    - Fix: Catch a possible exception in apt.cache.Cache.required_download
 
5
      which can occur if the user e.g. rebooted the system during a running
 
6
      debconf question (fixes LP: #659438)
 
7
      Furthermore raise ERROR_INCOMPLETE_INSTALL to signal the client
 
8
      that a call of FixIncompleteInstall() (basically a dpkg --configure -a
 
9
      call) fixes the issue
 
10
    - Fix: Sync all properties of the D-Bus transaction in the client before
 
11
      emitting the Finished signal (fixes LP: #747172) to ensure all changed
 
12
      properties are available (the order of received signals is not
 
13
      guranteed and the finished signal could be received before an error
 
14
      signal)
 
15
      Additionally raise the timeout before removing a transaction from
 
16
      D-Bus on the server side to give clients more time to sync
 
17
    - Fix wrong variable names in the download progress (fixes LP: #971839,
 
18
      LP: #976521)
 
19
    - Fix: Catch a possible pipe reading error (fixes LP: #733090)
 
20
    - Fix: Don't show the name of aptdaemon in crash reports
 
21
      (fixes LP: #973370)
 
22
      Aptdaemon is a system daemon and should work and fail silently
 
23
    - Fix: Fallback to a default terminal width of 80 chars (fixes LP: #948588)
 
24
      The width request could fail on standard input/output redirections
 
25
    - Fix: Don't use a reserved name for the simulate helper function
 
26
    - Fix: Convert exceptions to string before raising TransactionFailed()
 
27
    - Fix wrong variable name in the add license key failed error message
 
28
    - Fix: Don't overwrite the GObject.GObject.disconnect in
 
29
      aptdemon.client.Transaction by renaming the method to
 
30
      _disconnect_from_dbus()
 
31
    - Fix: Allow to cancel a transaction which hasn't been queued yet and
 
32
      is still in limbo
 
33
    - Fix: Raise NotImplementedError instead of ImplementedError
 
34
    - Add a test case for config file changes handling
 
35
  * debian/aptdaemon.install:
 
36
    - Don't ship the obsolete .desktop file anymore
 
37
 
 
38
 -- Sebastian Heinlein <glatzor@ubuntu.com>  Mon, 09 Apr 2012 20:48:44 +0200
 
39
 
1
40
aptdaemon (0.43+bzr790-0ubuntu1) precise; urgency=low
2
41
 
3
42
  New upstream snapshot: