~ubuntu-branches/ubuntu/precise/aptdaemon/precise-security

Viewing all changes in revision 96.

  • Committer: Package Import Robot
  • Author(s): Sebastian Heinlein
  • Date: 2012-04-09 20:48:44 UTC
  • mfrom: (1.3.25)
  • Revision ID: package-import@ubuntu.com-20120409204844-a2xxjczenwc1677p
Tags: 0.43+bzr805-0ubuntu1
* New upstream snapshot:
  - Fix: Catch a possible exception in apt.cache.Cache.required_download
    which can occur if the user e.g. rebooted the system during a running
    debconf question (fixes LP: #659438)
    Furthermore raise ERROR_INCOMPLETE_INSTALL to signal the client
    that a call of FixIncompleteInstall() (basically a dpkg --configure -a
    call) fixes the issue
  - Fix: Sync all properties of the D-Bus transaction in the client before
    emitting the Finished signal (fixes LP: #747172) to ensure all changed
    properties are available (the order of received signals is not
    guranteed and the finished signal could be received before an error
    signal)
    Additionally raise the timeout before removing a transaction from
    D-Bus on the server side to give clients more time to sync
  - Fix wrong variable names in the download progress (fixes LP: #971839,
    LP: #976521)
  - Fix: Catch a possible pipe reading error (fixes LP: #733090)
  - Fix: Don't show the name of aptdaemon in crash reports
    (fixes LP: #973370)
    Aptdaemon is a system daemon and should work and fail silently
  - Fix: Fallback to a default terminal width of 80 chars (fixes LP: #948588)
    The width request could fail on standard input/output redirections
  - Fix: Don't use a reserved name for the simulate helper function
  - Fix: Convert exceptions to string before raising TransactionFailed()
  - Fix wrong variable name in the add license key failed error message
  - Fix: Don't overwrite the GObject.GObject.disconnect in
    aptdemon.client.Transaction by renaming the method to
    _disconnect_from_dbus()
  - Fix: Allow to cancel a transaction which hasn't been queued yet and
    is still in limbo
  - Fix: Raise NotImplementedError instead of ImplementedError
  - Add a test case for config file changes handling
* debian/aptdaemon.install:
  - Don't ship the obsolete .desktop file anymore

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: