Change logs for jockey source package in Oneiric

  • jockey (0.9.4-0ubuntu10.2) oneiric-proposed; urgency=low
    
      * debian/control: bump dependency on nvidia-common (>= 1:0.2.36).
        data/handlers/fglrx.py: pass ignore_pattern='-updates' to
        get_alternative_by_name so that the library returns the correct
        alternative name (LP: #873058).
     -- Alberto Milone <email address hidden>   Thu, 17 Nov 2011 21:16:29 +0100
  • jockey (0.9.4-0ubuntu10.1) oneiric-proposed; urgency=low
    
      * debian/control: Update Vcs-Bzr: for oneiric branch.
      * jockey/xorg_driver.py, tests/handlers.py: Add
        XorgDriverHandler.loaded_drivers(), as a prerequisite for LP#885204. Patch
        cherrypicked from trunk r756.
      * data/handlers/nvidia.py: Do not offer this driver if intel X.org driver
        is loaded. On hybrid systems where intel is active, installing the
        proprietary drivers and their libGL breaks intel. (LP: #885204)
     -- Martin Pitt <email address hidden>   Wed, 02 Nov 2011 14:10:22 -0400
  • jockey (0.9.4-0ubuntu10) oneiric; urgency=low
    
      * jockey/oslib.py: Update help link (LP: #866085)
     -- Jeremy Bicha <email address hidden>   Thu, 06 Oct 2011 06:27:46 +0200
  • jockey (0.9.4-0ubuntu9) oneiric; urgency=low
    
      * Only ask for confirmation in check_composite if --confirm has been set.
        Thanks to Evan Dandrea! Patch cherrypicked from trunk r740.
        (LP: #855042)
     -- Martin Pitt <email address hidden>   Thu, 29 Sep 2011 17:22:09 +0200
  • jockey (0.9.4-0ubuntu8) oneiric; urgency=low
    
      * data/handlers/{fglrx,nvidia}.py: Drop custom id() methods. They were a
        thinko and cause the driver IDs to come out as e. g.
        "xorg:nvidia_173_updates-update". The module name is meant to provide
        the "_update" suffix already (just didn't do yet because of LP #855396)
     -- Martin Pitt <email address hidden>   Wed, 28 Sep 2011 16:19:54 +0200
  • jockey (0.9.4-0ubuntu7) oneiric; urgency=low
    
      [ Alberto Milone ]
      * data/handlers/fglrx.py: Use the correct name for the module and for the
        package in fglrx.py. (LP: #855396)
    
      [ Martin Pitt ]
      * jockey/oslib.py, package_header_modaliases(): Only consider packages for
        the system architecture. This avoids creating non-working default handlers
        for e. g. fglrx:i386 on an amd64 system. (LP: #855175)
      * Drop data/handlers/nouveau3d.py, it's installed by default now.
        (LP: #839533)
     -- Martin Pitt <email address hidden>   Wed, 21 Sep 2011 12:51:55 +0200
  • jockey (0.9.4-0ubuntu6) oneiric; urgency=low
    
      * data/handlers/{fglrx,nvidia}.py:
        - Pass the correct kernel module name when dealing with updates flavours
          (LP: #841462).
     -- Alberto Milone <email address hidden>   Wed, 07 Sep 2011 12:07:50 +0200
  • jockey (0.9.4-0ubuntu5) oneiric; urgency=low
    
      * jockey/oslib.py: Fix crash if an apt error occurs even before forking the
        apt progress backend. (LP: #838276)
     -- Martin Pitt <email address hidden>   Mon, 05 Sep 2011 16:45:39 +0200
  • jockey (0.9.4-0ubuntu4) oneiric; urgency=low
    
      * Merge fix from trunk:
        - detection.py: Fix crash if Driver ID does not have a package field.
          (LP: #837495)
     -- Martin Pitt <email address hidden>   Thu, 01 Sep 2011 12:21:31 +0200
  • jockey (0.9.4-0ubuntu3) oneiric; urgency=low
    
      * jockey/ui.py, jockey/backend.py: Use MainLoop from GObject, not from GLib.
        Using GLib is broken for pygobject 2.28. This can be reverted once
        pygobject gets upgraded to 2.90. (LP: #836599)
     -- Martin Pitt <email address hidden>   Tue, 30 Aug 2011 07:40:39 +0200
  • jockey (0.9.4-0ubuntu2) oneiric; urgency=low
    
      * debian/rules: Run debian/testpkgs/clean through sh, as we use V1 source
        and can't keep the executable bit there.
     -- Martin Pitt <email address hidden>   Mon, 22 Aug 2011 12:38:23 +0200
  • jockey (0.9.4-0ubuntu1) oneiric; urgency=low
    
      * New upstream bug fix release:
        - oslib.py: Do not encourage to report package installation failure as
          SystemError, it will appear as a backend crash
        - jockey-gtk: Fix message_type argument to Gtk.MessageBox constructor
        - jockey/ui.py: For invalid combinations of LC_MESSAGES and LC_CTYPE, force
          stdout/stderr encoding to UTF-8 instead of C. (LP: #760883)
        - Fix GLib and GObject imports to be compatible with the future pygobject
          3.0. (LP: #829186)
        - jockey/detection.py, _driverid_to_handler(): In the case that there are
          multiple matching custom handlers for a DriverID, also check that their
          "package" attribute matches.
        - tests/run: Also support specifying individual test method names
      * Add debian/testpkgs/: Scripts and equivs control files for dummy
        driver packages which are convenient for testing.
      * debian/rules: Call debian/testpkgs/clean to ensure that we don't ship
        build stuff there.
      * data/handlers/{fglrx,nvidia}.py: Prevent crash if
        get_alternative_by_name() returns nothing.
      * jockey/oslib.py, {install,remove}_package(): Capture apt's stdout/err into
        the log file, to get proper error messages when packages fail to install.
        (LP: #552300).
      * jockey/oslib.py, install_package(): Avoid raising a SystemError when a
        package fails to install in apt, as this will appear as a crash in Jockey.
        Just point out the error in the log file instead. (LP: #804709)
      * tests/oslib.py: Update test cases for above change.
      * tests/oslib.py: Fix apt initialization to work with current apt versions.
      * data/handlers/{fglrx,nvidia}.py: Also show the -updates variants of the
        drivers, which will be updated to newer upstream versions after the
        Ubuntu release. (UbuntuSpec:desktop-o-xorg-stakeholders-request)
     -- Martin Pitt <email address hidden>   Mon, 22 Aug 2011 12:08:02 +0200
  • jockey (0.9.3-0ubuntu1) oneiric; urgency=low
    
      * New upstream release. Changes since our last trunk merge:
        - more Python 3 compatible imports
        - ui.py: Move to AppIndicator3 for GTK 3 compatibility
        - merge translations, update German fuzzy strings
        - fglrx example handler: Rename ATI → AMD (LP: #755260)
      * debian/control: Update appindicator GIR dependency.
      * Cherrypick changes from trunk:
        - gtk/jockey-gtk.desktop.in: Use correct categories to show up on the new
          gnome-control-center. Thanks Rodrigo Moya! (LP: #787694)
        - Add NoDisplay=true to autostart .desktop file and have jockey-gtk show up
          in Unity. Thanks Mike Terry.
     -- Martin Pitt <email address hidden>   Wed, 13 Jul 2011 16:36:39 +0200
  • jockey (0.9.2-0ubuntu8) oneiric; urgency=low
    
      * data/handlers/fglrx.py: Add support for multi-arch to the fglrx handler.
     -- Alberto Milone <email address hidden>   Tue, 05 Jul 2011 11:44:19 +0200
  • jockey (0.9.2-0ubuntu7) oneiric; urgency=low
    
      * data/handlers/nvidia.py: Properly check invalid alternatives and the
        parent class' enabled() method, to avoid showing the nvidia driver as
        enabled when it is not even installed.
      * data/handlers/fglrx.py: Check invalid alternative, too.
      * data/handlers/nvidia.py: Check multiarch alternatives as well. Thanks
        Alberto Milone!
      * data/handlers/nvidia.py: Fix crash if the free driver alternative is None.
     -- Martin Pitt <email address hidden>   Wed, 29 Jun 2011 14:53:20 +0100
  • jockey (0.9.2-0ubuntu6) oneiric; urgency=low
    
      * Convert build system to dh7, using the new dh-translations.
      * Move to GTK3:
        - gtk/jockey-gtk: Drop forcing GTK version to 2.
        - debian/control: Update dependency to gir1.2-gtk-3.0.
     -- Martin Pitt <email address hidden>   Mon, 16 May 2011 10:02:54 +0200
  • jockey (0.9.2-0ubuntu5) natty; urgency=low
    
      [ Martin Pitt ]
      * data/handlers/nvidia.py: Fix broken condition in used(), which would be
        True already if the package was merely installed. (LP: #759804)
      * jockey/oslib.py, ignored_modules(): Drop linux-ubuntu-modules, gone long
        ago.
      * Cherry-pick r720 from trunk to support a new --kernel option on the
        backend and frontend with --no-dbus. This allows ubiquity to install a PAE
        kernel on the target system and tell jockey to install kernel headers for
        that one instead for the running one. Based on a patch from Evan Dandrea,
        thanks! (LP: #759804)
      * Cherry-pick r721 from trunk: OpenPrintingDriverDB: Use the actual package
        version as "version" attribute instead of the driver name. This was a bit
        of a thinko back then. Update test cases accordingly. (LP: #744751)
    
      [ Evan Dandrea ]
      * jockey/oslib.py: Disconnect from Debconf before installing packages.
        (LP: #759804)
     -- Martin Pitt <email address hidden>   Tue, 19 Apr 2011 10:43:43 +0200