[ubuntu/jaunty] xorg-server 2:1.5.3-1ubuntu1 (Accepted)

Timo Aaltonen tepsipakki at ubuntu.com
Wed Nov 26 12:10:30 GMT 2008


xorg-server (2:1.5.3-1ubuntu1) jaunty; urgency=low

  * Merge from debian-experimental, remaining changes:
   + debian/control:
    - x11proto-input-dev, libxi-dev build-deps bumped because of
      input properties.
    - Conflict with xserver-xorg-video-psb << 0.15.0-0ubuntu1~804um5
      as these versions didn't have an ABI provide.
    - Breaks old synaptics, evdev which didn't have properties.
   + debian/patches:
    - 100_xserver_exa_force_greedy.patch
      Provide a mechanism for drivers to force greedy mode on.
    - 101_fedora_xserver-1.3.0-document-fontpath-correctly.patch
      Fixes document fontpaths shown in the man page.
    - 102_ubuntu_sharevts_load_cpu.patch
      Close console fd only when using --sharevts.
    - 103_inputproto_1.4.3_is_fine.patch:
      Don't require inputproto 1.4.4 in configure.ac.
    - 107_fedora_dont_backfill_bg_none.patch
      Disable backfilling of windows created with bg=none, which
      would otherwise force a framebuffer readback.
    - 110_fedora_no_move_damage.patch
      Disable damage notifications on move for manually redirected windows.
    - 121_only_switch_vt_when_active.diff
      Add a check to prevent the X server from changing the VT when
      killing GDM from the console.
    - 135_rethrow_signals.patch
      Currently Xorg "eats" its crash signals, issuing an error message
      that it caught the signal and then aborts.  This patch raises the
      signal it caught, so that subsequent crash handlers (i.e. apport)
      can also catch and act on it.
    - 136_fedora_force_switchcorekeyboard_for_evdev.patch
      Allow clients to set the layout.
    - 137_add_device_property_support.patch
      Add support for input-device properties (XI 1.5).
    - 138_look_at_all_bytes_of_dev_enabled.diff:  dev->enabled has type
      Bool, which is typedef'd to int, but is used in comparisons with
      CARD8 data, which gives incorrect logic on big endian systems,
      causing failure to initialize keyboard and mouse.
    - 140_quell_acpid_errmsgs.patch: Don't fill the server log with errors
      from not being able to connect to acpid.
    - 141_improved_driver_selection.patch
      Allow returning multiple drivers to try for a given PCI id.
      Also includes support for fallback drivers, but only when
      not using an xorg.conf.
    - 142_psb_auto.patch
      Autoload vesa for the psb hardware, psb being broken currently.
    - 143_default_to_vesa.patch:  If no matching driver is found in the
      .ids files, set "vesa" as a fallback default, otherwise a driver
      may be selected regardless of whether it actually provides support
      for the chipset by videoPtrToDriverList() based on its vendor id.
    - 150_no_visibility_notify_on_unredirect.patch
      Do not sent VisibilityNotify events when MapUnmapEvents
      are disabled
   + debian/local/xvfb-run: disable the Composite-extension for xvfb.
   + debian/serverminver: Bump the serverminver because of the newer
     properties API.
   + debian/rules:
     Add --enable-xcsecurity --enable-appgroup. The SECURITY module was
     disabled by default as part of the SELinux merge. However, we need
     the security module for xauth on Kubuntu, else ubiquity fails.
     (LP 247537)
  * Changes done:
    - debian/control: xfvb doesn't need to Depend on xauth, xfonts-base
      anymore, Recommends are pulled in by default now.

xorg-server (2:1.5.3-1) experimental; urgency=low

  [ Loic Minier ]
  * Shut up rmdir error when trying to remove dirs; this might confuse
    debconf.

  [ Julien Cristau ]
  * New upstream release.
  * Fix infinite loop on server reset when swrast_dri.so is missing.  Only
    push swrast on the glx provider stack on first generation, so we don't
    turn the stack into a circular list (closes: #500287).
  * Enable the record extension (closes: #504303).
  * Merge changes from 2:1.4.2-8.

Date: Wed, 26 Nov 2008 13:42:11 +0200
Changed-By: Timo Aaltonen <tepsipakki at ubuntu.com>
Maintainer: Ubuntu X-SWAT <ubuntu-x at lists.ubuntu.com>
https://launchpad.net/ubuntu/jaunty/+source/xorg-server/2:1.5.3-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 26 Nov 2008 13:42:11 +0200
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.5.3-1ubuntu1
Distribution: jaunty
Urgency: low
Maintainer: Ubuntu X-SWAT <ubuntu-x at lists.ubuntu.com>
Changed-By: Timo Aaltonen <tepsipakki 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: 500287 504303
Changes: 
 xorg-server (2:1.5.3-1ubuntu1) jaunty; urgency=low
 .
   * Merge from debian-experimental, remaining changes:
    + debian/control:
     - x11proto-input-dev, libxi-dev build-deps bumped because of
       input properties.
     - Conflict with xserver-xorg-video-psb << 0.15.0-0ubuntu1~804um5
       as these versions didn't have an ABI provide.
     - Breaks old synaptics, evdev which didn't have properties.
    + debian/patches:
     - 100_xserver_exa_force_greedy.patch
       Provide a mechanism for drivers to force greedy mode on.
     - 101_fedora_xserver-1.3.0-document-fontpath-correctly.patch
       Fixes document fontpaths shown in the man page.
     - 102_ubuntu_sharevts_load_cpu.patch
       Close console fd only when using --sharevts.
     - 103_inputproto_1.4.3_is_fine.patch:
       Don't require inputproto 1.4.4 in configure.ac.
     - 107_fedora_dont_backfill_bg_none.patch
       Disable backfilling of windows created with bg=none, which
       would otherwise force a framebuffer readback.
     - 110_fedora_no_move_damage.patch
       Disable damage notifications on move for manually redirected windows.
     - 121_only_switch_vt_when_active.diff
       Add a check to prevent the X server from changing the VT when
       killing GDM from the console.
     - 135_rethrow_signals.patch
       Currently Xorg "eats" its crash signals, issuing an error message
       that it caught the signal and then aborts.  This patch raises the
       signal it caught, so that subsequent crash handlers (i.e. apport)
       can also catch and act on it.
     - 136_fedora_force_switchcorekeyboard_for_evdev.patch
       Allow clients to set the layout.
     - 137_add_device_property_support.patch
       Add support for input-device properties (XI 1.5).
     - 138_look_at_all_bytes_of_dev_enabled.diff:  dev->enabled has type
       Bool, which is typedef'd to int, but is used in comparisons with
       CARD8 data, which gives incorrect logic on big endian systems,
       causing failure to initialize keyboard and mouse.
     - 140_quell_acpid_errmsgs.patch: Don't fill the server log with errors
       from not being able to connect to acpid.
     - 141_improved_driver_selection.patch
       Allow returning multiple drivers to try for a given PCI id.
       Also includes support for fallback drivers, but only when
       not using an xorg.conf.
     - 142_psb_auto.patch
       Autoload vesa for the psb hardware, psb being broken currently.
     - 143_default_to_vesa.patch:  If no matching driver is found in the
       .ids files, set "vesa" as a fallback default, otherwise a driver
       may be selected regardless of whether it actually provides support
       for the chipset by videoPtrToDriverList() based on its vendor id.
     - 150_no_visibility_notify_on_unredirect.patch
       Do not sent VisibilityNotify events when MapUnmapEvents
       are disabled
    + debian/local/xvfb-run: disable the Composite-extension for xvfb.
    + debian/serverminver: Bump the serverminver because of the newer
      properties API.
    + debian/rules:
      Add --enable-xcsecurity --enable-appgroup. The SECURITY module was
      disabled by default as part of the SELinux merge. However, we need
      the security module for xauth on Kubuntu, else ubiquity fails.
      (LP 247537)
   * Changes done:
     - debian/control: xfvb doesn't need to Depend on xauth, xfonts-base
       anymore, Recommends are pulled in by default now.
 .
 xorg-server (2:1.5.3-1) experimental; urgency=low
 .
   [ Loic Minier ]
   * Shut up rmdir error when trying to remove dirs; this might confuse
     debconf.
 .
   [ Julien Cristau ]
   * New upstream release.
   * Fix infinite loop on server reset when swrast_dri.so is missing.  Only
     push swrast on the glx provider stack on first generation, so we don't
     turn the stack into a circular list (closes: #500287).
   * Enable the record extension (closes: #504303).
   * Merge changes from 2:1.4.2-8.
Checksums-Sha1: 
 ce9a4acd53a8594536a40ce66b514709157afc99 3015 xorg-server_1.5.3-1ubuntu1.dsc
 54570934b0ffcddf6172c52d589dbbc39676f560 7615727 xorg-server_1.5.3.orig.tar.gz
 7abbab6fbc336c55f4dc9e1fe1020481001e766b 341062 xorg-server_1.5.3-1ubuntu1.diff.gz
Checksums-Sha256: 
 aaab8fb9cd4a4d8d3fdb009d07009e681700cdfecdc529c6fa5de664eb4d7111 3015 xorg-server_1.5.3-1ubuntu1.dsc
 749a1f0c66829e6e2441b51f57086a197e8238a65f614d7ab1fcd4bed042a48c 7615727 xorg-server_1.5.3.orig.tar.gz
 2bf7a1c9d26e949dcf7f6893c09eaf257fdec7aaff7e42a031a10d326acd3746 341062 xorg-server_1.5.3-1ubuntu1.diff.gz
Files: 
 b30f03aaa56aa8b612674e6083a92631 3015 x11 optional xorg-server_1.5.3-1ubuntu1.dsc
 e2fbade81d34bce4750988898f55e827 7615727 x11 optional xorg-server_1.5.3.orig.tar.gz
 70d1219d5bff25fef8f1cfaf229f3a54 341062 x11 optional xorg-server_1.5.3-1ubuntu1.diff.gz
Original-Maintainer: Debian X Strike Force <debian-x at lists.debian.org>

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

iEYEARECAAYFAkktOdkACgkQCf/ckHZoKjdKdACfZyNFmJtbwvb/l8xoRiKQZbgT
kEkAnAnlgGapg1KEZe/qSslbwSE+xAdh
=27+4
-----END PGP SIGNATURE-----


More information about the Jaunty-changes mailing list