lp:~ubuntu-branches/ubuntu/precise/aptdaemon/precise-proposed-201208090041

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:~ubuntu-branches/ubuntu/precise/aptdaemon/precise-proposed-201208090041
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

99. By Colin Watson

releasing version 0.43+bzr805-0ubuntu3

98. By Colin Watson

* debian/patches/fix_gettext_return_value_type.patch:
  - Make sure to always return unicode from core.Transaction.gettext()
    (LP: #926340). Based partially on a patch by Sebastian Heinlein.

97. By Sebastian Heinlein

* debian/patches:
  - Add fix-lp-971748: Fixes to the /proc/net based network monitor to
    not fail on systems without NetworkManager running (fixes LP: #971748))
  - Add fix-lp-932581: Fix GetUpdates on system with broken dependencies
    (fixes LP: #932581)
  - Add fix-lp-981124: Fix type mismatches in the client signals to not
    fail on very large packages (fixes LP: #981124)
  - Add fix-lp-900982: Fix return type of get_package_status_from_enum
    (fixes LP: #900982)

96. By Sebastian Heinlein

* 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

95. By Michael Vogt

New upstream snapshot:
* merged patch for LP: #959131 (CVE 2012-0944)
* pkcompat: Don't crash if the system time went backwards during a
  transaction (Fixes LP: #940367)
* worker: catch SystemErrors from python-apt when performing a system
  upgrade (fixes LP: #932581)
* pkcompat: Don't crash if an unsupported locale is used for the
  transaction, fixes LP: #944553
* Fix download progress information for translations of languages with
  an ISO 639 2T code (3 letters), e.g. Asturian (ast) - fixes LP: #966111
* test: Add a test to ensure that every transaction is simulated
  before it gets queued.

94. By Michael Vogt

New upstream snapshot:
* lock: Fix an exception if the lock file doesn't exists
  (fixes LP: #954581)
* Decrease the priority of the daemon to avoid blocking the user
  interface (fixes LP: #942437)
* Make the network detection code more robust (Fixes LP:#933597)
* Add missing file to POTFILES.in. (LP: #953938)
* more fixes

93. By Michael Vogt

fix crash in pkgcompat on restart_required

92. By Michael Vogt

* New upstream snapshot:
  - store sources.list credentials in /etc/apt/auth.conf instead of
    sources.list to avoid having to make sources.list file(s) mode
    0640
  - pkcompat: Support the RequireRestart signal
  - worker: Allow to install an alternative version (by number or by
     origin) of an already installed package
  - pkcompat: improve UpdatesChanged signal emission
  - pkcompat: Completely adapt to the python-apt 0.8 API
  - pkcompat: Don't throw an error if we try to cancel a native pk
    transaction

91. By Martin Pitt

* New upstream snapshot:
  - Add plugin support to PackageKit compat layer.
  - Port to gobject-introspection.
  - Various bug fixes.
* debian/control: Update dependencies for GI.

90. By Michael Vogt

[ Chris Coulson ]
* After simulating a transaction, correctly disconnect from the
  "transaction-simulated" signal

[ Sebastian Heinlein ]
* Catch exceptions in apt.debfile.DebFile.check()

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/quantal/aptdaemon
This branch contains Public information 
Everyone can see this information.

Subscribers