[ubuntu/natty] xserver-xorg-video-intel 2:2.14.0-4ubuntu1 (Accepted)

Christopher James Halse Rogers raof at ubuntu.com
Wed Mar 2 07:00:31 UTC 2011


xserver-xorg-video-intel (2:2.14.0-4ubuntu1) natty; urgency=low

  * Merge from Debian unstable.  Remaining Ubuntu changes:
    - debian/apport-gpu-error-intel.py:
    - debian/control:
    - debian/rules:
    - debian/xserver-xorg-video-intel.install:
    - debian/xserver-xorg-video-intel.udev
      + Add apport hook, triggered on udev GPU error event
    - debian/control:
      + Drop [linux-any] qualifier on libudev-dev build-dep to work around
        pbuilder bug.
    - debian/patches/101_copy-fb.patch:
      + Plymouth integration patch
    - debian/patches/107_solid_nullptr_check.patch:
      + Check null return from uxa_acquire_solid()
    - debian/patches/109_dont_reconstruct_glyph_cache_on_rotate.patch:
      + Fix font corruption (missing glyphs) on rotated screens.
    - debian/patches/110_warnings_cleanup.patch:
    - debian/patches/114_warnings_cleanup_part_2.patch:
      + Cherry picks to fix a large number of build warnings.
    - debian/patches/111_fix_clipped_window_plane_offset.patch:
    - 112_fix_error_in_4c4ad555.patch:
      + Fix issue where vertical green line and strange colors shows up when
        playing gstreamer with certain videos, when dragged.  (LP 460677)
    - debian/patches/113_remove_broken_max_base_addresses.patch:
      +  Fixes GPU lockup during login with
         "Bad length (4) in MI_DISPLAY_BUFFER_INFO, [3, 3]" error messages
  	  listed in the gpu dump text. (LP 710321)
    - debian/patches/115_quell_vblank_counter_failed.patch:
      +  Don't fill up Xorg.0.log with
         "get vblank counter failed: Invalid argument" warnings.
  	 5 is enough.  (LP 710594)
    - debian/xserver-xorg-video-intel.preinst.in:
    - debian/xserver-xorg-video-intel.postinst.in:
      + Remove obsolete /etc/modprobe.d/i915-kms.conf file on upgrades.  KMS
        is the kernel default.
  * Pull prerequisite commit into
    109_dont_reconstruct_glyph_cache_on_rotate.patch.  We mostly didn't notice
    because the copy-fb codepath initialises the resources itself.  Fixes
    Pixmap assert on Xserver startup when copy-fb fails, such as on hybrid
    graphics systems. (LP: #718620)
  * debian/control:
    - Dropped Ubuntu change: remove a bunch of Conflicts/Replaces against
      packages last seen in Hardy.

xserver-xorg-video-intel (2:2.14.0-4) unstable; urgency=low

  * Cherry-pick from upstream:
    - uxa: Fallback if the temporary is too large
  * This fixes a null pointer dereference with some rendering operations
    involving large pictures (Closes: #613830). Thanks, Enrico!

xserver-xorg-video-intel (2:2.14.0-3) unstable; urgency=low

  * Switch to dh:
    - Use debhelper 8.
    - Use dh-autoreconf.
    - Bump xserver-xorg-dev build-dep for dh_xsf_substvars and xsf
      debhelper sequence.
    - Specify usr/share/man in .install, remove .manpages accordingly.
    - Specify NEWS and README in .docs file.
  * Get rid of maintainer scripts, since they were only used to handle
    switching between versions with or without KMS. Starting with squeeze,
    KMS is mandatory, so stop worrying about that.
  * Remove xsfbs accordingly.
  * Remove leftovers:
    - NEWS file is outdated, UMS is no longer available, and that's
      covered by README.Debian
    - The .install.hurd-i386 file is no longer relevant, this package is
      now Linux-only.
  * Update Uploaders list. Thanks, David & Brice!
  * Remove long obsolete Replaces.
  * Wrap Depends/Provides/Recommends.
  * Bump Standards-Version to 3.9.1 (no changes needed).

xserver-xorg-video-intel (2:2.14.0-2) experimental; urgency=low

  * Cherry-pick from upstream to fix many rendering issues
    (https://bugs.freedesktop.org/show_bug.cgi?id=33650):
    - uxa: Undo damage translation before appending

Date: Wed, 02 Mar 2011 14:12:35 +1100
Changed-By: Christopher James Halse Rogers <raof at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Luke Yelavich <luke.yelavich at canonical.com>
https://launchpad.net/ubuntu/natty/+source/xserver-xorg-video-intel/2:2.14.0-4ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 02 Mar 2011 14:12:35 +1100
Source: xserver-xorg-video-intel
Binary: xserver-xorg-video-intel xserver-xorg-video-intel-dbg
Architecture: source
Version: 2:2.14.0-4ubuntu1
Distribution: natty
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Christopher James Halse Rogers <raof at ubuntu.com>
Description: 
 xserver-xorg-video-intel - X.Org X server -- Intel i8xx, i9xx display driver
 xserver-xorg-video-intel-dbg - X.Org X server -- Intel i8xx, i9xx display driver (debug symbols)
Closes: 613830
Launchpad-Bugs-Fixed: 718620
Changes: 
 xserver-xorg-video-intel (2:2.14.0-4ubuntu1) natty; urgency=low
 .
   * Merge from Debian unstable.  Remaining Ubuntu changes:
     - debian/apport-gpu-error-intel.py:
     - debian/control:
     - debian/rules:
     - debian/xserver-xorg-video-intel.install:
     - debian/xserver-xorg-video-intel.udev
       + Add apport hook, triggered on udev GPU error event
     - debian/control:
       + Drop [linux-any] qualifier on libudev-dev build-dep to work around
         pbuilder bug.
     - debian/patches/101_copy-fb.patch:
       + Plymouth integration patch
     - debian/patches/107_solid_nullptr_check.patch:
       + Check null return from uxa_acquire_solid()
     - debian/patches/109_dont_reconstruct_glyph_cache_on_rotate.patch:
       + Fix font corruption (missing glyphs) on rotated screens.
     - debian/patches/110_warnings_cleanup.patch:
     - debian/patches/114_warnings_cleanup_part_2.patch:
       + Cherry picks to fix a large number of build warnings.
     - debian/patches/111_fix_clipped_window_plane_offset.patch:
     - 112_fix_error_in_4c4ad555.patch:
       + Fix issue where vertical green line and strange colors shows up when
         playing gstreamer with certain videos, when dragged.  (LP 460677)
     - debian/patches/113_remove_broken_max_base_addresses.patch:
       +  Fixes GPU lockup during login with
          "Bad length (4) in MI_DISPLAY_BUFFER_INFO, [3, 3]" error messages
   	  listed in the gpu dump text. (LP 710321)
     - debian/patches/115_quell_vblank_counter_failed.patch:
       +  Don't fill up Xorg.0.log with
          "get vblank counter failed: Invalid argument" warnings.
   	 5 is enough.  (LP 710594)
     - debian/xserver-xorg-video-intel.preinst.in:
     - debian/xserver-xorg-video-intel.postinst.in:
       + Remove obsolete /etc/modprobe.d/i915-kms.conf file on upgrades.  KMS
         is the kernel default.
   * Pull prerequisite commit into
     109_dont_reconstruct_glyph_cache_on_rotate.patch.  We mostly didn't notice
     because the copy-fb codepath initialises the resources itself.  Fixes
     Pixmap assert on Xserver startup when copy-fb fails, such as on hybrid
     graphics systems. (LP: #718620)
   * debian/control:
     - Dropped Ubuntu change: remove a bunch of Conflicts/Replaces against
       packages last seen in Hardy.
 .
 xserver-xorg-video-intel (2:2.14.0-4) unstable; urgency=low
 .
   * Cherry-pick from upstream:
     - uxa: Fallback if the temporary is too large
   * This fixes a null pointer dereference with some rendering operations
     involving large pictures (Closes: #613830). Thanks, Enrico!
 .
 xserver-xorg-video-intel (2:2.14.0-3) unstable; urgency=low
 .
   * Switch to dh:
     - Use debhelper 8.
     - Use dh-autoreconf.
     - Bump xserver-xorg-dev build-dep for dh_xsf_substvars and xsf
       debhelper sequence.
     - Specify usr/share/man in .install, remove .manpages accordingly.
     - Specify NEWS and README in .docs file.
   * Get rid of maintainer scripts, since they were only used to handle
     switching between versions with or without KMS. Starting with squeeze,
     KMS is mandatory, so stop worrying about that.
   * Remove xsfbs accordingly.
   * Remove leftovers:
     - NEWS file is outdated, UMS is no longer available, and that's
       covered by README.Debian
     - The .install.hurd-i386 file is no longer relevant, this package is
       now Linux-only.
   * Update Uploaders list. Thanks, David & Brice!
   * Remove long obsolete Replaces.
   * Wrap Depends/Provides/Recommends.
   * Bump Standards-Version to 3.9.1 (no changes needed).
 .
 xserver-xorg-video-intel (2:2.14.0-2) experimental; urgency=low
 .
   * Cherry-pick from upstream to fix many rendering issues
     (https://bugs.freedesktop.org/show_bug.cgi?id=33650):
     - uxa: Undo damage translation before appending
Checksums-Sha1: 
 f5654a7a74c9dc057b21ca6ea800d27a142c576f 2339 xserver-xorg-video-intel_2.14.0-4ubuntu1.dsc
 e15cde1592a5312d007f470061f51e8e2bb6c5e7 50112 xserver-xorg-video-intel_2.14.0-4ubuntu1.diff.gz
Checksums-Sha256: 
 fc65d51f2cef19eb121c4c85f9d02fc2b3577cf71f148141659b8bd03165c685 2339 xserver-xorg-video-intel_2.14.0-4ubuntu1.dsc
 4fb36136690f45d8cc41f3842cccd82de1193861a26fab1bd2ef7b8e99c2cdb8 50112 xserver-xorg-video-intel_2.14.0-4ubuntu1.diff.gz
Files: 
 eaf12365fa51c1cd13d69a7bcfc73580 2339 x11 optional xserver-xorg-video-intel_2.14.0-4ubuntu1.dsc
 59d5826b88da018b7742c54f4d958102 50112 x11 optional xserver-xorg-video-intel_2.14.0-4ubuntu1.diff.gz
Original-Maintainer: Debian X Strike Force <debian-x at lists.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk1t6b8ACgkQjVefwtBjIM5LQwCeIX3Ou7q4liyEqaWdeHru/e23
KfwAoN3WUGqkV2ueL+kkfqsH6ZspueVY
=TS1Q
-----END PGP SIGNATURE-----


More information about the Natty-changes mailing list