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

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



Tag 'xorg-server-2_1.8.1.901-1' created by Julien Cristau <jcristau@debian.org> at 2010-06-07 22:15 +0000

Tagging upload of xorg-server 2:1.8.1.901-1 to experimental.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAABCAAGBQJMDW9nAAoJEDEBgAUJBeQMdzQP/RbM+5r231mGCZC18LXuF4IB
ztz//68HEnVSEVerXZsvGR7e1fZV5GP3dbEmGRtWT87Wnp0xFPk6AXjb1qv8G0QE
tKdD4EQd56ZEf1p9cDC3o3+0qeXfr3USaXuD+Ya26OV6V7PHSHIp/tf6t2bCar9w
y2QPmTREpKX1UQ5op82tr/5XRtdaZeGrzY1RfTnSp9D9EMf8FiClDjW+Ncx9xrtO
sJieU0+9TUKkoyF1q0XQLHFUuiPahZ0TJyOMcRTKPR2lSjb4Lnj0hRHO7utn2tfY
K8q+Yj3DFPaZDBqZEn0z/rKkEiq4gp8qj+8XWUDFWsb+n67ZGLwQfqID1L0ofrZc
FNHDCCrIJv+tIMlWr0WdZCTqNmyRCWWAKHnK0vLwFOaVuPKeszI5yrRoogsLkiO3
YkazsuQfBereCy34Pi+cDmv4iyOVZ35YSp9ocx65eXSperHWLazDE7lBNREnt+uf
4PiTs5drIaFQJN4u9NkyUGdcznpEUW3dxRYVhhac1q9fDJ3Vf7oTvhU7YCiNJIKh
CI9uHsfQD7FGeEkQEvQbgaKjvUZ6B0F632FwaYsTXddcXFRl/SSyRfA98407+FZF
6Y5iJJSngKFmd7oeumwu/MPC5ZjeXe4JPL/XdQ1+gy1Wu5WkV3hQRoydnjDyCsyf
nTYgbzt5sufQ6Bbr3/Ly
=3sD3
-----END PGP SIGNATURE-----

Changes since xorg-server-2_1.8.1-1:
Aaron Zang (1):
      Solaris: Use VT_SET_CONSUSER ioctl to set Console User rights profile

Alan Coopersmith (3):
      Fix compiler issues with getifaddrs() call on OpenSolaris
      Xserver(1) man page updates
      Add RandR 1.2 README.modes doc to EXTRA_DIST

Chris Humbert (2):
      dix: make DeviceEvent coordinates signed for Xinerama. #24986
      dix: make DeviceEvent coordinates signed for Xinerama. #24986

Christopher James Halse Rogers (1):
      Drop mi/miarc.c hunk from 16-xaa-fbcomposite-fix-negative-size.diff; merged upstream

Cyril Brulebois (2):
      Fix null pointer dereference in xf86_reload_cursors().
      Fix null pointer dereference in xf86_reload_cursors().

David James (1):
      Fix wrong bracket values when startOver = FALSE.

Jamey Sharp (3):
      miPolyPoint bugfix: Check memory allocation before changing the GC.
      test/xi2: Initialize predefined atoms before XInputExtensionInit.
      Device init: Don't crash when CreateGC fails.

Jeremy Huddleston (5):
      XQuartz: Don't trust deltaXY for middle mouse clicks.
      XQuartz: Don't use deltaXY for determining pointer location on scroll events
      XQuartz: Fix a build failure on Tiger
      XQuartz: Don't trust deltaXY for middle mouse clicks.
      XQuartz: Don't use deltaXY for determining pointer location on scroll events

Jesse Barnes (10):
      DRI2: fixup handling of last_swap_target
      DRI2: make target_sbc signed
      DRI2: fix swapbuffers handling of SBC and target MSC
      DRI2: drawable lifetime fixes
      DRI2: handle swap_interval of 0 correctly
      DRI2: advertise lowest supported DRI2 protocol version
      DRI2: throttle swaps at submission time too
      DRI2: handle swapsPending better
      DRI2: prevent swap wakes from waking MSC waiters
      GLX/DRI2: expose swap control extensions if DDX support is present

Julien Cristau (10):
      XQuartz: add new localization files to EXTRA_DIST
      Merge branch 'upstream-unstable' into debian-unstable
      Bump changelogs
      Prepare changelog for upload
      Merge tag 'xorg-server-1.8.1.901' into debian-experimental
      Bump changelogs
      Merge tag 'xorg-server-2_1.7.7-2' into debian-experimental
      Rediff 15-nouveau.diff
      Fix changelog typo
      Upload to experimental

Keith Packard (4):
      Fix cursor ref counting mistakes with sprites and xf86Cursor.c
      Make sure XFixes invisible cursor gets freed on server reset
      dmxBERestoreRenderGlyph was passing wrong value to free
      Check pixmap allocation return value when creating glyphs

Mario Kleiner (2):
      DRI2: Fix glitches in DRI2SwapComplete() and DRI2WakeupClient()
      DRI2WaitSbc(): Fixes for correct semantic of glXWaitForSbcOML()

Matthias Hopf (1):
      Fix mod() definition.

Peter Hutterer (8):
      Xi: reset the known properties at the end of the server generation.
      xfree86: dga needs to use the master keyboard state (#27573)
      Merge branch 'server-1.8-branch' of git://people.freedesktop.org/~jeremyhu/xserver into server-1.8-branch
      xfree86: dga needs to use the master keyboard state (#27573)
      dix: remove obsolete comment.from EnableDevice.
      Merge branch 'server-1.8-branch' of git://people.freedesktop.org/~alanc/xserver into server-1.8-branch
      xfree86: fix multiple InputAttributes tag matching.
      xserver 1.8.1.901

---
 ChangeLog                                                |  582 +++++++++++++++
 Xext/sync.c                                              |   19 
 Xi/extinit.c                                             |    1 
 Xi/xiproperty.c                                          |    9 
 Xi/xiproperty.h                                          |    3 
 configure.ac                                             |    2 
 debian/changelog                                         |   20 
 debian/patches/15-nouveau.diff                           |    6 
 debian/patches/16-xaa-fbcomposite-fix-negative-size.diff |   21 
 dix/devices.c                                            |    9 
 dix/events.c                                             |   20 
 doc/Xserver.man.pre                                      |   26 
 glx/glxdri2.c                                            |   23 
 hw/dmx/dmxextension.c                                    |    2 
 hw/xfree86/common/xf86DGA.c                              |    4 
 hw/xfree86/common/xf86Xinput.c                           |    6 
 hw/xfree86/doc/Makefile.am                               |    1 
 hw/xfree86/dri2/dri2.c                                   |  174 +++-
 hw/xfree86/dri2/dri2.h                                   |    6 
 hw/xfree86/dri2/dri2ext.c                                |   11 
 hw/xfree86/modes/xf86Cursors.c                           |    2 
 hw/xfree86/os-support/solaris/sun_init.c                 |  102 ++
 hw/xfree86/ramdac/xf86Cursor.c                           |    2 
 hw/xquartz/X11Application.m                              |   28 
 hw/xquartz/mach-startup/bundle-main.c                    |    5 
 include/eventstr.h                                       |    4 
 include/protocol-versions.h                              |    4 
 mi/miarc.c                                               |    2 
 mi/midispcur.c                                           |    2 
 mi/mipolypnt.c                                           |    5 
 os/access.c                                              |    9 
 os/log.c                                                 |    7 
 render/render.c                                          |    7 
 test/xi2/protocol-common.c                               |    1 
 xfixes/cursor.c                                          |   23 
 35 files changed, 954 insertions(+), 194 deletions(-)
---


Reply to: