[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xorg-server: Changes to 'refs/tags/xorg-server-2_1.5.3-1'



Tag 'xorg-server-2_1.5.3-1' created by Julien Cristau <jcristau@debian.org> at 2008-11-11 22:28 +0000

Tagging upload of xorg-server 2:1.5.3-1 to experimental.

Changes since xorg-server-2_1.5.2-1:
Adam Jackson (9):
      EDID: Catch even more cases of encoding aspect as size.
      Move xorg_backtrace() up to the OS level so we can call it from DIX.
      mieq: Backtrace when the queue overflows.
      Add backtrace definitions to dix-config.h.in
      kdrive: Hardcode a different wrong value for number of mouse buttons
      Bug #18159: Spell "anisotropic" correctly
      exa: Add exaDrawableIsOffscreen() to the driver API.
      linux: Drain the console fd of data when using evdev for keyboards
      xserver 1.5.3

Julien Cristau (11):
      Add patch from Petr Salinger to fix PCI domain support on kfreebsd
      Fix infinite loop on server reset when swrast_dri.so is missing.
      Enable the record extension (closes: #504303).
      xfree86: fix compiler warnings in DoModalias()
      Merge tag 'xorg-server-1.5.3' into debian-experimental
      update changelogs
      xfree86: xf86SetDepthBpp needs to respect the driver's depth24flags
      update changelog
      Prepare changelog for upload
      Merge tag 'xorg-server-2_1.4.2-8' into debian-experimental
      Prepare changelog for upload

Keith Packard (1):
      RANDR: Delivery output property events.

Loïc Minier (1):
      Shut up rmdir error when trying to remove dirs; this might confuse debconf.

Maarten Maathuis (1):
      dri: don't set the dixPrivate key to NULL, as this is a staticly set variable.

Martin von Gagern (1):
      Bug #17858: Fix Xvesa build on newer kernels.

Matthieu Herrb (1):
      Close well known connections in ServerAbort()

Michel Dänzer (2):
      EXA: Avoid excessive syncing in PutImage
      AIGLX: Reinstate call to driver texOffsetFinish hook.

Nathaniel McCallum (1):
      Xorg: add -modalias option

Peter Hutterer (3):
      config: don't add duplicate devices through HAL.
      xfree86: if AllowEmptyInput is true, enable RAW mode on the console.
      xfree86: If AEI is on, disable "kbd" and "mouse" devices.

Pierre Willenbrock (1):
      RANDR: Fix output property event delivery.

Rémi Cardona (1):
      Force LC_ALL=C when building xf86DefModeSet.c

---
 ChangeLog                                     |  238 +++++++++++++++++
 config/hal.c                                  |   27 +
 configure.ac                                  |    5 
 debian/changelog                              |   27 +
 debian/patches/03_glx-init-infinite-loop.diff |   27 +
 debian/patches/series                         |    1 
 debian/rules                                  |    1 
 debian/xserver-xorg-core.postinst.in          |    2 
 exa/exa.h                                     |    4 
 exa/exa_migration.c                           |    6 
 exa/exa_priv.h                                |    3 
 glx/glxdri.c                                  |    2 
 glx/glxscreens.c                              |    2 
 hw/kdrive/src/kinput.c                        |    2 
 hw/kdrive/vesa/vm86.h                         |    7 
 hw/xfree86/common/Makefile.am                 |    3 
 hw/xfree86/common/xf86.h                      |    1 
 hw/xfree86/common/xf86Config.c                |   39 ++
 hw/xfree86/common/xf86Events.c                |  173 ------------
 hw/xfree86/common/xf86Globals.c               |    1 
 hw/xfree86/common/xf86Helper.c                |    7 
 hw/xfree86/common/xf86Init.c                  |  359 ++++++++++++++++----------
 hw/xfree86/ddc/interpret_edid.c               |   10 
 hw/xfree86/doc/man/xorg.conf.man.pre          |    1 
 hw/xfree86/dri/dri.c                          |    2 
 hw/xfree86/os-support/linux/lnx_init.c        |   52 +++
 include/dix-config.h.in                       |    6 
 include/os.h                                  |    2 
 mi/mieq.c                                     |    6 
 os/Makefile.am                                |    1 
 os/backtrace.c                                |  201 ++++++++++++++
 os/log.c                                      |    1 
 randr/rrproperty.c                            |   44 ++-
 33 files changed, 925 insertions(+), 338 deletions(-)
---


Reply to: