Change logs for aptdaemon source package in Karmic

  • 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 <email address hidden>   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 <email address hidden>   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 <email address hidden>   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 <email address hidden>   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 <email address hidden>   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 <email address hidden>   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 <email address hidden>   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 <email address hidden>   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 <email address hidden>   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 <email address hidden>   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 <email address hidden>   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 <email address hidden>   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 <email address hidden>   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 <email address hidden>   Mon, 17 Aug 2009 08:22:13 +0200
  • aptdaemon (0.10+bzr208-0ubuntu1) karmic; urgency=low
    
      * updated to current bzr
    
     -- Michael Vogt <email address hidden>   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 <email address hidden>   Mon, 06 Jul 2009 09:56:53 +0200
  • aptdaemon (0.10+bzr173-0ubuntu1) karmic; urgency=low
    
      * Initial Release.
    
     -- Sebastian Heinlein <email address hidden>   Tue, 30 Jun 2009 15:06:36 +0200