Change logs for jockey source package in Jaunty

  • jockey (0.5-0ubuntu10) jaunty; urgency=low
    
      * kde/jockey-kde: Revert Ubuntu specific change to call application through
        kdesu from the applet. This isn't necessary any more with policykit-kde.
        (LP: #357133)
    
     -- Martin Pitt <email address hidden>   Tue, 07 Apr 2009 09:39:26 -0700
  • jockey (0.5-0ubuntu9) jaunty; urgency=low
    
      * jockey/ui.py: Fix previous change to not break existing translations.
        (LP: #353081)
    
     -- Martin Pitt <email address hidden>   Mon, 06 Apr 2009 14:47:05 -0700
  • jockey (0.5-0ubuntu8) jaunty; urgency=low
    
      * Merge fixes from trunk:
        - ui.py, get_ui_driver_name(): If driver has a version, show it.
        - nvidia.py: Set self.version instead of mangling name(), to avoid
          breaking translations. (LP: #353081)
        - Update German translations.
    
     -- Martin Pitt <email address hidden>   Mon, 06 Apr 2009 10:55:13 -0700
  • jockey (0.5-0ubuntu7) jaunty; urgency=low
    
      * Add support for unannounced drivers, i. e. drivers which do not cause
        --check to report newly available drivers. This is a prerequisite for
        LP #346078. (Cherrypicked from trunk.)
      * data/handlers/madwifi.py: Only announce this driver through --check if
        ath5k is not loaded. (LP: #346078)
      * debian/control: Add alternative policykit-{gnome,kde} dependencies, to
        make it possible to install -kde on GNOME or -gnome on KDE.
      * jockey-gtk: Improve default height of driver list VPane, depending on
        number of available drivers. (Cherrypicked from trunk) (LP: #291028)
    
     -- Martin Pitt <email address hidden>   Wed, 01 Apr 2009 11:03:44 +0200
  • jockey (0.5-0ubuntu6) jaunty; urgency=low
    
      * jockey/ui.py: If the backend crashes, ask the user to file a bug with
        ubuntu-bug, not on Launchpad.
    
     -- Martin Pitt <email address hidden>   Fri, 27 Mar 2009 18:42:01 +0100
  • jockey (0.5-0ubuntu5) jaunty; urgency=low
    
      * Add debian/watch.
      * Add bzr-builddeb configuration.
      * data/handlers/fglrx.py: Enable again, 2:8.600-0ubuntu1 works on Jaunty
        now.
      * Merge bug fixes from trunk:
        - Fix KernelModuleHandler.available() to return False when the handler
          package is not available. This fixes the situation that Jockey
          advertises e. g. the nvidia driver before apt-get update was run, or on
          "free software only" installs. (LP: #341647)
        - kde/jockey-kde.desktop.in: Do not run as root any more, PolicyKit-KDE
          exists now; update README.txt
        - kde/jockey-kde: Port to knotify4. UIF exception approval and original
          patch by Jonathan Riddell. Now properly i18n'ed and integrated into
          standard build system.
        - Update German translations.
      * debian/control: Add policykit-kde dependency to jockey-kde.
      * Add madwifi handler (merged from trunk). This now takes care of properly
        flipping the blacklisting between ath5k and ath_pci (LP: #323830), and
        fixes the description and freeness state (LP: #290264)
      * jockey/oslib.py: Overwrite apt.InstallProgress.fork() to capture the
        child's stdout/stderr into temporary files, and then send that to logging.
        Before this, apt/dpkg output was sent to oblivion, making it hard to
        remotely debug package installation problems. (LP: #280291)
    
     -- Martin Pitt <email address hidden>   Wed, 18 Mar 2009 20:04:01 +0100
  • jockey (0.5-0ubuntu4) jaunty; urgency=low
    
      * Merge bug fixes from trunk:
        - Fix KDE autostart file.
        - handlers.py: Fix crash if closing /sys file during rebind fails
          (LP: #335567)
        - nvidia.py: Do not attempt to rebind driver, it's doomed to fail anyway.
      * nvidia.py: Remove -libvdpau for driver >= 180, and nvidia-settings, when
        removing the driver.
    
     -- Martin Pitt <email address hidden>   Mon, 16 Mar 2009 19:26:56 +0100
  • jockey (0.5-0ubuntu3) jaunty; urgency=low
    
      * data/handlers/broadcom_wl.py: Fix spelling of the b43legacy module.
      * data/handlers/broadcom_wl.py: Fix ordering of module loading if b44 is
        needed/loaded as well: Blacklist b44, and load it in the "install wl"
        rule, so that wl always comes first. (LP: #333903)
      * Merge bug fixes from trunk:
        - oslib.py: Do not grab lsb-release stderr.
        - oslib.py: Append ".conf" suffix to blacklist file, since current
          modutils deprecates anything else.
      * data/handlers/{b43,broadcom_wl}.py: Rename blacklist-bcm43 to
        blacklist-bcm43.conf, for the same reason.
      * debian/jockey-common.postinst: Rename blacklist-{bcm43,local} to *.conf on
        upgrades.
    
     -- Martin Pitt <email address hidden>   Sat, 07 Mar 2009 15:34:09 +0100
  • jockey (0.5-0ubuntu2) jaunty; urgency=low
    
      [ Martin Pitt ]
      * Merge bug fixes from trunk:
        - Replace Exception.message with str(Exception), since .message is
          deprecated in Python 2.6.
      * Python transition: Build for all Python versions again, to work
        with 2.6. Include links in the .deb, bump python-central
        build dependency for this.
      * debian/rules: Drop DEB_PYTHON_INSTALL_ARGS_ALL setting;
        --no-compile is set by default nowadays, and explicitly setting it
        hides python-distutils.mk's --install-layout option.
      * data/handlers/sl_modem.py: Recognize modems which are subdevices
        of alsa cards, and thus only appear in "aplay -l", not in
        /proc/asound/cards. Thanks to Peteris Krisjanis for the patch!
        (LP: #295158)
    
      [ Mario Limonciello ]
      * data/handlers/broadcom_wl.py:
        - if we don't offer b43 at all with the card, and the Broadcom STA
          driver is loaded, it is implicitly "enabled". (LP: #288211)
    
     -- Martin Pitt <email address hidden>   Fri, 27 Feb 2009 09:04:16 +0100
  • jockey (0.5-0ubuntu1) jaunty; urgency=low
    
      * Final 0.5 upstream release. Compared to our previous snapshot this
        just provides updated translations.
      * The clean orig.tar.gz now finally drops the erroneous emblems.
        (LP: #330421)
      * debian/apport_hook.py: Attach /var/log/jockey.log and hardware
        information.
    
     -- Martin Pitt <email address hidden>   Tue, 24 Feb 2009 16:47:31 +0100
  • jockey (0.5~beta3-0ubuntu13) jaunty; urgency=low
    
      * backend.py, new_used_available(): Always write check cache, so
        that we avoid starting --check from autostart .desktop if there
        are no drivers.
    
     -- Martin Pitt <email address hidden>   Mon, 02 Feb 2009 09:57:37 +0100
  • jockey (0.5~beta3-0ubuntu11) jaunty; urgency=low
    
      * Merge bug fixes from trunk:
        - autostart *.desktop.in: Only run if /var/cache/jockey/check does
          not exist.
        - Update D-Bus policy for the backend (LP: #318745)
        - Move status icons from emblems/ to actions/, emblems/ are wrong.
      * oslib.py, add_repository(): Intercept {Lock,Fetch}FailedException
        similarly to install_package(). (LP: #287468)
    
     -- Martin Pitt <email address hidden>   Thu, 29 Jan 2009 17:37:07 +0100
  • jockey (0.5~beta3-0ubuntu10) jaunty; urgency=low
    
      * data/handlers/{fglrx,nvidia}.py: Disable for now, they do not
        currently work with X.org 1.6.
    
     -- Martin Pitt <email address hidden>   Wed, 17 Dec 2008 10:29:26 +0100
  • jockey (0.5~beta3-0ubuntu9) jaunty; urgency=low
    
      * Merge from trunk:
        - jockey-gtk: Enlarge driver list if there are more than 3 available
          drivers. (LP: #291028)
        - ui.py: If an activated driver has a package, label the action "Remove",
          not "Deactivate". (LP: #284435)
        - Update German translations.
      * backend/com.ubuntu.DeviceDriver.service: Write debug log to
        /var/log/jockey.log by default when starting the backend. (LP: #290036)
      * Add debian/jockey-common.logrotate for rotating jockey.log.
      * data/handlers/broadcom_wl.py: If b44 is loaded, don't disable the entire
        handler, but instead install a "wl" modprobe handler which removes ssb and
        b44 first, then loads wl, and reloads b44 again, which makes both devices
        work. (LP: #289845)
    
     -- Martin Pitt <email address hidden>   Fri, 28 Nov 2008 11:57:56 +0100
  • jockey (0.5~beta3-0ubuntu8) jaunty; urgency=low
    
      * Merge bug fixes from trunk:
        - Replace enabled/disabled icons with more decent variant, thanks Kenneth
          Wimer! (LP: #290239)
        - backend.py: Rewrite timeout behaviour for more robustness; do not time
          out right after a long method call.
        - Intercept crashes of the backend (which manifest as D-BUS NoReply
          error), present an error message, and restart backend. (LP: #273600)
        - jockey-gtk: Fix crash if nothing is selected in the tree view after an
          operation. (LP: #283887)
        - fglrx.py: Unconfigured driver defaults to ati, which already provides
          compositing. (LP: #285879)
      * jockey/oslib.py, install_package(): Use --force-confnew to fix hang/crash
        on "EOF on stdin at conffile prompt", since the jockey backend does not
        have any terminal or interactivity. This fixes fglrx install failure when
        the upstream installer was previously used. This still keeps .dpkg-old
        configuration backups, and using a tool like Jockey should "make it work".
        (LP: #283765)
      * data/handlers/b43.py: Add missing OSLib import. (LP: #295530)
    
     -- Martin Pitt <email address hidden>   Mon, 24 Nov 2008 20:31:53 +0100
  • jockey (0.5~beta3-0ubuntu7) jaunty; urgency=low
    
      * Merge changes from trunk:
        - Prevent corrupting the tree view when clicking on the tray applet
          multiple times. (LP: #278071)
        - Update translations from Rosetta.
      * data/handlers/nvidia.py: Unblacklist nvidia driver version 96, it has been
        fixed in intrepid-proposed (see LP #251107). (LP: #293107)
    
     -- Martin Pitt <email address hidden>   Mon, 10 Nov 2008 17:24:09 +0100
  • jockey (0.5~beta3-0ubuntu6) intrepid-proposed; urgency=low
    
      * data/handlers/nvidia.py: Unblacklist nvidia driver version 96, it has been
        fixed in intrepid-proposed (see LP #251107). (LP: #293107)
    
     -- Martin Pitt <email address hidden>   Tue, 04 Nov 2008 12:58:13 +0100
  • jockey (0.5~beta3-0ubuntu5) intrepid; urgency=low
    
      * Merge bug fix from trunk:
        - nvidia.py: Drop constructor check for unsupported legacy versions; at
          ctor invocation time, the package is not set yet, and this check
          should not be upstream in the first place.
        - detection.py: Do not instantiate handlers from DriverDBs which are
          unavailable. (Pre-requisite for fixing LP #288662)
      * data/handlers/nvidia.py: Move test for currently unsupported legacy
        versions (96, 71) to available() where it is actually evaluated.
        (LP: #288662)
    
     -- Martin Pitt <email address hidden>   Fri, 24 Oct 2008 13:43:22 +0200