aptdaemon (0.11+bzr345-0ubuntu4) lucid; urgency=low * debian/patches/04_caution_is_good.patch - cherry pick fix from trunk to prevent removal of essenial or required packages (LP: #561018) * debian/patches/05_conffile_not_exists.patch: - Do not fail on not available files (LP: #563504) -- Michael Vogt Fri, 16 Apr 2010 22:09:03 +0200 aptdaemon (0.11+bzr345-0ubuntu3) lucid; urgency=low * debian/patches/03_auth_me_less.patch: - require only a single authentication prompt when adding a repository and installing immediately from it (thanks to Sebastian Heinlein) -- Michael Vogt Thu, 01 Apr 2010 17:34:12 +0200 aptdaemon (0.11+bzr345-0ubuntu2) lucid; urgency=low * debian/patches/02_fix_errback.patch: - fix error handling from policykit (LP: #530393) -- Michael Vogt Thu, 01 Apr 2010 08:52:21 +0200 aptdaemon (0.11+bzr345-0ubuntu1) lucid; urgency=low * New snapshot that fixes crashes in AddRepository and DpkgRecovery -- Michael Vogt Wed, 31 Mar 2010 10:43:22 +0200 aptdaemon (0.11+bzr342-0ubuntu2) lucid; urgency=low * debian/patches/01_enable_component.patch: - add missing EnableComponents call to fix bug when components are referenced but not enabled -- Michael Vogt Tue, 30 Mar 2010 16:19:38 +0200 aptdaemon (0.11+bzr342-0ubuntu1) lucid; urgency=low * New snapshot release based on the stable branch - fixes debconf race condition (LP: #455861) - should fix freeze in software-center (LP: #544424) * .bzr-builddeb/default.conf: - updatd to point at the stable 0.2.x branch * debian/patches/01_unused_removal.patch: - removed, taken upstream * debian/patches/02_fix-455861.patch: - removed, taken upstream -- Michael Vogt Fri, 26 Mar 2010 10:15:37 +0100 aptdaemon (0.11+bzr322-0ubuntu2) lucid; urgency=low * debian/patches/02_fix-455861.patch: - merge patch from james_w to fix race in debconf socket code (many thanks) LP: #455861 -- Michael Vogt Tue, 16 Mar 2010 17:17:53 +0100 aptdaemon (0.11+bzr322-0ubuntu1) lucid; urgency=low * New git snapshot * debian/patches/series: - add 01_unused_removal.patch to allow removal of no longer used dependencies on removal -- Michael Vogt Mon, 04 Jan 2010 12:59:14 +0100 aptdaemon (0.11+bzr319-0ubuntu1) lucid; urgency=low * New git snapshot - support generic meta-data for a transaction (LP: #493775) - improvements to the gtk widgets - bugfixes * debian/control: - add break on software-center -- Michael Vogt Mon, 14 Dec 2009 11:33:47 +0100 aptdaemon (0.11+bzr297-0ubuntu1) lucid; urgency=low * New git snapshot, API improvements * debian/control: - update Vcs-Bzr branch to point to "ubuntu-lucid" * debian/patches/aptd-sbin.patch, debian/patches/aptd_http_proxy.patch: - removed, taken upstream -- Michael Vogt Mon, 07 Dec 2009 18:08:28 +0100 aptdaemon (0.10+bzr264-0ubuntu1) karmic; urgency=low [ Sebastian Heinlein ] * Import translations from Launchpad - fixes LP #445603 * If the cache refresh was cancelled do not show a download failed error - fixes LP #440941 [ Michael Vogt ] * fix install file to ensure the translations gets installed -- Michael Vogt Wed, 14 Oct 2009 18:19:12 +0200 aptdaemon (0.10+bzr260-0ubuntu1) karmic; urgency=low [ Sebastian Heinlein ] * Merge fix for killing randomly user processes on hung dpkg operations - fixes LP: #446534 -- Michael Vogt Mon, 12 Oct 2009 17:20:15 +0200 aptdaemon (0.10+bzr259-0ubuntu1) karmic; urgency=low * debian/patches/aptd_http_proxy.patch: - add basic http proxy proxy support (LP: #446069) * dropped patches: - debian/patches/aptd_locking_fixes.patch - debian/patches/fix_syslog_crash.patch Both got accepted upstream (no other changes in r259) -- Michael Vogt Fri, 09 Oct 2009 10:16:49 +0200 aptdaemon (0.10+bzr258-0ubuntu1) karmic; urgency=low * New upstream snapshot: - fix hang in authentication dialog (LP: #426720) - don't ask for authentication twice (LP: #437094) - better handling for broken dependencies * remove mvo-branch.patch, disallow-unauthenticated-branch.diff both got merged upstream * debian/patches/fix_syslog_crash.patch: - fix crash if no syslogd is installed * aptdaemon/worker.py: - test lock of the apt download dir as well -- Michael Vogt Tue, 06 Oct 2009 09:01:10 +0200 aptdaemon (0.10+bzr242-0ubuntu3) karmic; urgency=low * debian/patches/mvo-branch.patch: - updated to include fix debconf race with multiple transactions in the queue (LP: #432607) -- Michael Vogt Fri, 02 Oct 2009 14:40:47 +0200 aptdaemon (0.10+bzr242-0ubuntu2) karmic; urgency=low * debian/patches/mvo-branch.patch: - updated to include fix for gettext fiddling (LP: #438077) -- Michael Vogt Mon, 28 Sep 2009 18:54:35 +0200 aptdaemon (0.10+bzr242-0ubuntu1) karmic; urgency=low * aptdaemon/core.py: - do not fail on a not running syslog daemon (LP: #428843) * Include dpkg errors in the error output * debian/rules: - move to simple-patchsys (for now) to make maintaining the patches simpler * debian/patches/disallow-unauthenticated-branch.diff: Patch generated from lp:~mvo/aptdaemon/allow-unauthenticated to support controlling if unauthenticated packages are allowed during a transaction. Default to "not allow unauthenticated" (LP: #435313) * debian/patches/mvo-branch.patch: Patch generated from lp:~mvo/aptdaemon/mvo that fixes: - aptdaemon/worker.py: check the apt download dir lock in _watch_lock to avoid possible race with apt-get LP: #437709 - aptdaemon/progress.py: fix crash in error handling (LP: #436808) - aptdaemon/progress.py: fix crash in INSTALL_TIMEOUT handling (LP: #430860) - aptdaemon/gtkwidgets.py: make the dialog resizable and add bigger default size (LP: #434937) - aptdaemon/core.py: add _remove_from_connection_no_raise() that will discard errors if the object is not exported (LP: #422585) -- Michael Vogt Mon, 28 Sep 2009 09:39:34 +0200 aptdaemon (0.10+bzr240-0ubuntu1) karmic; urgency=low * New upstream snapshot version: - Allow to cancel a running transaction in the console client (LP: #424436) - fixes in config file handling code - fixes in the error handling of the daemon - better error reporting for dpkg failures -- Michael Vogt Tue, 22 Sep 2009 12:07:47 +0200 aptdaemon (0.10+bzr234-0ubuntu1) karmic; urgency=low * New upstream snapshot version: - less verbose debug (LP: #432937) - do not send dbus signal if dbus is not available (LP: #432310) - bugfixes - conffile handling - fix in progress code (LP #428964) - improvements in the logging -- Michael Vogt Mon, 21 Sep 2009 18:01:09 +0200 aptdaemon (0.10+bzr226-0ubuntu1) karmic; urgency=low * When the dpkg lock is taken, wait until its released and emit a appropriate status (LP: #420980) * setup correct TERM environment in the daemon -- Michael Vogt Tue, 01 Sep 2009 18:40:25 +0200 aptdaemon (0.10+bzr223-0ubuntu1) karmic; urgency=low * fix bug in repository adding code when a empty components list is used -- Michael Vogt Thu, 27 Aug 2009 17:02:16 +0200 aptdaemon (0.10+bzr222-0ubuntu1) karmic; urgency=low * fix AttributeError (LP: #403467) * add support for adding repositories -- Michael Vogt Thu, 27 Aug 2009 14:46:20 +0200 aptdaemon (0.10+bzr220-0ubuntu1) karmic; urgency=low * new version that includes a transaction cache and bugfixes -- Michael Vogt Mon, 24 Aug 2009 17:33:22 +0200 aptdaemon (0.10+bzr216-0ubuntu1) karmic; urgency=low [ Sebastian Heinlein ] * New snapshot release: - API change: Use a D-Bus properties interface for setting terminal, locale and debconf socket - Use a simple async programming mechanism inspired by Twisted's deferreds - Port to PolicyKit-1 - Allow to manage APT gpg keys (thanks to Olof Kindgren) - Fix progress calcualtion during installation * debian/control: - Replace dependency on policykit by policykit-1 * debian/aptdaemon.install: Adapt install location of PolicyKit-1 action files * debian/python-aptdaemon.install: - Replaced policykit.py by policykit1.py - Added loop.py and defer.py [ Stephan Peijnik ] * debian/control: Replaced build-dependency on python-all-dev with python. * debian/aptdaemon.install: Removed misc.py * debian/copyright: Fixed lintian warning about dh_make boilerplate. -- Michael Vogt Mon, 17 Aug 2009 08:22:13 +0200 aptdaemon (0.10+bzr208-0ubuntu1) karmic; urgency=low * updated to current bzr -- Michael Vogt Fri, 10 Jul 2009 09:32:00 +0200 aptdaemon (0.10+bzr185-0ubuntu1) karmic; urgency=low * updated to current bzr * fixd FTBFS * adjust install files -- Michael Vogt Mon, 06 Jul 2009 09:56:53 +0200 aptdaemon (0.10+bzr173.1-0ubuntu1) karmic; urgency=low * fix incorrect setup.py from a unclean build env -- Michael Vogt Thu, 02 Jul 2009 11:09:28 +0200 aptdaemon (0.10+bzr173-0ubuntu1) karmic; urgency=low * Initial Release. -- Sebastian Heinlein Tue, 30 Jun 2009 15:06:36 +0200