[ubuntu/karmic] xorg-server 2:1.6.2.901-1ubuntu1 (Accepted)

Timo Aaltonen tjaalton at ubuntu.com
Tue Jul 28 13:40:23 BST 2009


xorg-server (2:1.6.2.901-1ubuntu1) karmic; urgency=low

  [ Timo Aaltonen ]
  * Merge from Debian unstable. (LP: #403316)
  * Drop 170_primary_pci_video_device.patch, included in Debian

xorg-server (2:1.6.2.901-1) unstable; urgency=low

  * New upstream release candidate.
  * Bump mesa Build-Depends to >= 7.5 to fix DRI2 madness again,
    closes: #538637.

xorg-server (2:1.6.2-1) unstable; urgency=low

  [ Brice Goglin ]
  * New upstream release.
    + Fixes dri2 madness introduced in previous upload
      (closes: #534522, #536019, #534766, #534771, #534890).
    + Fixes xkb bogus length in write keyboard desc, closes: #529625.
    + Fixes SWCursor being multiply rendered, closes: #526260.
    + Drop Change-default-for-ExaOptimizeMigration-to-false.diff,
      applied upstream.
    + Pull upstream server-1.6-branch up to commit 606f6dba.
  * Bump serverminver to 2:1.6.2 for the dri2 upstream changes in the
    previous upload.

  [ Julien Cristau ]
  * Bump xserver-xorg-dev's dependency on dri2proto to >= 2.1 for the same
    reason.
  * Don't set PCI_TXT_IDS_DIR, we don't use that anymore.
  * xserver-xorg-core.bug.script: add a newline between X log and lshal
    output.

xorg-server (2:1.6.1.901-3) unstable; urgency=low

  [ Julien Cristau ]
  * xvfb-run: don't pass the magic cookie to xauth on the command line
    (CVE-2009-1573; closes: #526678).  Thanks, Loïc Minier!
  * xvfb-run: use mktemp to create the temporary directory.
  * Change default for ExaOptimizeMigration to false.  This option still
    causes visual corruption in some cases.  Thanks, Michel Dänzer!
  * Only include hal info for keyboards, mice, touchpads and tablets in the
    bug script.
  * In the bug script, grep dmesg for agp in addition to drm.
  * Add patch stolen from Fedora to disable the fbdev driver when it's loaded
    together with a PCI or SBUS driver, instead of calling FatalError (closes:
    #508476).
  * Add patch stolen from Fedora to try and detect the primary PCI device by
    mapping the legacy VGA bios and comparing the vendor and device ids.
    Previously if there was more than one VGA device and the config didn't
    specify BusIDs, the server would just fail to start, so this hack should
    improve things.
  * Update configure options:
    + use --enable-xvfb instead of --enable-vfb
    + drop --disable-builtin-fonts, --enable-xtrap, --disable-kdrive-vesa,
      --disable-lbx, --disable-xprint, --disable-xorgconfig, --disable-xorgcfg
      which don't exist anymore
    + use --disable-config-hal and --disable-dri on hurd-i386
    + reorder options to match configure.ac, and use explicit
      --enable/--disable instead of using the defaults / autodetection
  * Don't recommend xfonts-base.  libXfont provides builtin versions of the
    fixed and cursor fonts, which are the only required ones.  Keep xfonts-*
    packages in Suggests for xserver-xorg-core.
  * Bump Standards-Version to 3.8.2 now that we have README.source.
  * Drop Build-Conflicts on xlibs-static-dev; it's only in oldstable at this
    point.
  * Pull from upstream server-1.6-branch as of June 23rd (commit dbac41b).
  * Bump build-dep on dri2proto to 2.1 for new protocol.
  * Bump build-dep on libselinux1-dev to 2.0.80 for avc_netlink_acquire_fd.

  [ David Nusinow ]
  * Add README.source

Date: Tue, 28 Jul 2009 15:34:16 +0300
Changed-By: Timo Aaltonen <tjaalton at ubuntu.com>
Maintainer: Ubuntu X-SWAT <ubuntu-x at lists.ubuntu.com>
https://launchpad.net/ubuntu/karmic/+source/xorg-server/2:1.6.2.901-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 28 Jul 2009 15:34:16 +0300
Source: xorg-server
Binary: xserver-xorg-core xserver-xorg-dev xdmx xdmx-tools xnest xvfb xserver-xephyr xserver-xfbdev xserver-xorg-core-dbg xserver-common
Architecture: source
Version: 2:1.6.2.901-1ubuntu1
Distribution: karmic
Urgency: low
Maintainer: Ubuntu X-SWAT <ubuntu-x at lists.ubuntu.com>
Changed-By: Timo Aaltonen <tjaalton at ubuntu.com>
Description: 
 xdmx       - distributed multihead X server
 xdmx-tools - Distributed Multihead X tools
 xnest      - Nested X server
 xserver-common - common files used by various X servers
 xserver-xephyr - nested X server
 xserver-xfbdev - Linux framebuffer device tiny X server
 xserver-xorg-core - Xorg X server - core server
 xserver-xorg-core-dbg - Xorg - the X.Org X server (debugging symbols)
 xserver-xorg-dev - Xorg X server - development files
 xvfb       - Virtual Framebuffer 'fake' X server
Closes: 508476 526260 526678 529625 534522 534766 534771 534890 536019 538637
Changes: 
 xorg-server (2:1.6.2.901-1ubuntu1) karmic; urgency=low
 .
   [ Timo Aaltonen ]
   * Merge from Debian unstable. (LP: #403316)
   * Drop 170_primary_pci_video_device.patch, included in Debian
 .
 xorg-server (2:1.6.2.901-1) unstable; urgency=low
 .
   * New upstream release candidate.
   * Bump mesa Build-Depends to >= 7.5 to fix DRI2 madness again,
     closes: #538637.
 .
 xorg-server (2:1.6.2-1) unstable; urgency=low
 .
   [ Brice Goglin ]
   * New upstream release.
     + Fixes dri2 madness introduced in previous upload
       (closes: #534522, #536019, #534766, #534771, #534890).
     + Fixes xkb bogus length in write keyboard desc, closes: #529625.
     + Fixes SWCursor being multiply rendered, closes: #526260.
     + Drop Change-default-for-ExaOptimizeMigration-to-false.diff,
       applied upstream.
     + Pull upstream server-1.6-branch up to commit 606f6dba.
   * Bump serverminver to 2:1.6.2 for the dri2 upstream changes in the
     previous upload.
 .
   [ Julien Cristau ]
   * Bump xserver-xorg-dev's dependency on dri2proto to >= 2.1 for the same
     reason.
   * Don't set PCI_TXT_IDS_DIR, we don't use that anymore.
   * xserver-xorg-core.bug.script: add a newline between X log and lshal
     output.
 .
 xorg-server (2:1.6.1.901-3) unstable; urgency=low
 .
   [ Julien Cristau ]
   * xvfb-run: don't pass the magic cookie to xauth on the command line
     (CVE-2009-1573; closes: #526678).  Thanks, Loïc Minier!
   * xvfb-run: use mktemp to create the temporary directory.
   * Change default for ExaOptimizeMigration to false.  This option still
     causes visual corruption in some cases.  Thanks, Michel Dänzer!
   * Only include hal info for keyboards, mice, touchpads and tablets in the
     bug script.
   * In the bug script, grep dmesg for agp in addition to drm.
   * Add patch stolen from Fedora to disable the fbdev driver when it's loaded
     together with a PCI or SBUS driver, instead of calling FatalError (closes:
     #508476).
   * Add patch stolen from Fedora to try and detect the primary PCI device by
     mapping the legacy VGA bios and comparing the vendor and device ids.
     Previously if there was more than one VGA device and the config didn't
     specify BusIDs, the server would just fail to start, so this hack should
     improve things.
   * Update configure options:
     + use --enable-xvfb instead of --enable-vfb
     + drop --disable-builtin-fonts, --enable-xtrap, --disable-kdrive-vesa,
       --disable-lbx, --disable-xprint, --disable-xorgconfig, --disable-xorgcfg
       which don't exist anymore
     + use --disable-config-hal and --disable-dri on hurd-i386
     + reorder options to match configure.ac, and use explicit
       --enable/--disable instead of using the defaults / autodetection
   * Don't recommend xfonts-base.  libXfont provides builtin versions of the
     fixed and cursor fonts, which are the only required ones.  Keep xfonts-*
     packages in Suggests for xserver-xorg-core.
   * Bump Standards-Version to 3.8.2 now that we have README.source.
   * Drop Build-Conflicts on xlibs-static-dev; it's only in oldstable at this
     point.
   * Pull from upstream server-1.6-branch as of June 23rd (commit dbac41b).
   * Bump build-dep on dri2proto to 2.1 for new protocol.
   * Bump build-dep on libselinux1-dev to 2.0.80 for avc_netlink_acquire_fd.
 .
   [ David Nusinow ]
   * Add README.source
Checksums-Sha1: 
 1648a8d761e293eda8256508b9367ce373974985 3221 xorg-server_1.6.2.901-1ubuntu1.dsc
 a809af694831bf028b7690d0bd03bc5e67fcd5d0 6180233 xorg-server_1.6.2.901.orig.tar.gz
 54adabc3b12002ed98bcfc3954c9f3f9db8ceff1 118373 xorg-server_1.6.2.901-1ubuntu1.diff.gz
Checksums-Sha256: 
 b0d1cfa1d53be97811336a95ebf99ebfead734c48dd3045c4fe74ce2b0f12b52 3221 xorg-server_1.6.2.901-1ubuntu1.dsc
 a470272c365d43b980a988d54e40232f95112ffaa874b1a0f8f2c69b55266a00 6180233 xorg-server_1.6.2.901.orig.tar.gz
 22c9e94268e6e1370aaeca110cb402229ebc10935a83522656dfd51bf89136bf 118373 xorg-server_1.6.2.901-1ubuntu1.diff.gz
Files: 
 aaaad2d6b6d074605dd66a5fb5230a24 3221 x11 optional xorg-server_1.6.2.901-1ubuntu1.dsc
 e588a2a0747acb6cfcd59ea9408b3ea0 6180233 x11 optional xorg-server_1.6.2.901.orig.tar.gz
 0716731187606c35ae6ec5db08de2468 118373 x11 optional xorg-server_1.6.2.901-1ubuntu1.diff.gz
Launchpad-Bugs-Fixed: 403316
Original-Maintainer: Debian X Strike Force <debian-x at lists.debian.org>

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

iEYEARECAAYFAkpu8KsACgkQCf/ckHZoKjdy7ACeKbzYUaayRIUe8dnTLGyYRZYw
l+EAoIzkiXdYPiBWb35JuS3O/vV8cKHZ
=yGvF
-----END PGP SIGNATURE-----


More information about the Karmic-changes mailing list