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

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



Tag 'xorg-server-2_1.7.5.902-1' created by Cyril Brulebois <kibi@debian.org> at 2010-03-15 22:38 +0000

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

iEYEABECAAYFAkuettoACgkQeGfVPHR5Nd3jBACcCkctdfR3qVMKNrpZ9KncQjox
ac8An0leeYw/ztPttyQ9nlbgNiH8jiVg
=rU+z
-----END PGP SIGNATURE-----

Changes since xorg-server-2_1.7.5-1:
Alan Coopersmith (1):
      Solaris xf86OSRingBell() off-by-one error in filling iov[] array

Brice Goglin (5):
      Add bug closer
      Merge tag 'xorg-server-1.7.5.901' into debian-unstable
      New upstream release candidate
      Refresh patches.
      Fix typo in xvfb-run.1

Chris Dekter (1):
      Re-enable RECORD extension.

Cyril Brulebois (16):
      Merge commit 'xorg-server-1.7.5.902' into debian-unstable
      New upstream release candidate.
      Fix typo.
      Merge remote branch 'uptream/server-1.7-nominations' into debian-unstable
      Add udeb needed for the graphical installer: xserver-xorg-core-udeb.
      Version/Bump some B-D to make sure xserver-xorg-core-udeb gets its dependencies on udebs.
      Enable DGA for the udeb, needed for the fbdev driver.
      Use XC-Package-Type to save some memory.
      Revert the libgcrypt*-dev change in Build-Depends.
      Add libnettle as an extra option for sha1.
      Add nettle-dev to Build-Depends, pass --with-sha1=lib{gcrypt,nettle} for {main,udeb} builds.
      Link statically against libnettle.a
      Bump version for libudev-dev again.
      Add myself to Uploaders.
      Tweak builderstring to use the name of the person responsible for the upload instead of an host-specific one (Closes: #574017).
      Upload to unstable.

Daniel Stone (1):
      Record: Avoid duplicates from replaying frozen events

Dave Airlie (1):
      dri2: return FALSE not BadValue.

Drew Parsons (2):
      Upstream patch: prevent mouse getting trapped in lesstif windows.
      Oops add the patch for the previous commit

Eamon Walsh (5):
      libselinux now has a pkgconfig file.  Use it.
      xselinux: Remove reference counting calls for SID objects.
      xselinux: Allow GetWindowContext to be used for pixmaps as well.
      xselinux: Rename window-related requests that now support pixmaps.
      xselinux: Bump extension minor version.

Jeremy Huddleston (2):
      XQuartz: clang static analysis fixes
      XQuartz: Fix a possible buffer overrun in quartzAudio

Julien Cristau (4):
      config/udev: fix adding unnamed devices.
      Build two flavours, one for the main package and one for the udeb.
      Add patch to fix Xorg build with XV disabled.
      Strip some modules from the udeb

Keith Packard (1):
      Allow for missing or disabled compat_output

Peter Hutterer (13):
      dix: don't update the slave coordinates from the VCK.
      Xi: assume BadMode for non-BadMatch errors returned from SetDeviceMode.
      dix: try to ring the bell even if the current device doesn't have one. (#24503)
      dix: remove now-erroneous comment about frozen slave devices.
      dix: Use DeliverGrabbedEvent for implicit passive grabs (#25400)
      configure: move libselinux requirement up to the common section.
      configure: move SELINUX_LIBS to XSERVER_SYS_LIBS
      xserver 1.7.5.901
      Revert "dix: Use DeliverGrabbedEvent for implicit passive grabs (#25400)"
      Xext: Link to external libraries when necessary.
      Merge branch 'server-1.7-nominations' into server-1.7-branch
      xserver 1.7.5.902
      configure: restore SHA1_LIB for XSERVER_SYS_LIBS

Tiago Vignatti (1):
      xfree86: vgaarb: remove useless debug

Timo Aaltonen (1):
      Add 16-config-dont-filter-input-subsys.diff so for instance serial wacom devices are initialized by the udev backend (LP: #522318).

---
 ChangeLog                                                              |  402 ++++++++++
 Xext/Makefile.am                                                       |    4 
 Xext/xselinux.c                                                        |  131 +--
 Xext/xselinux.h                                                        |    8 
 Xi/exevents.c                                                          |   15 
 Xi/setmode.c                                                           |   10 
 configure.ac                                                           |   16 
 debian/changelog                                                       |   42 +
 debian/control                                                         |   30 
 debian/local/xvfb-run.1                                                |    2 
 debian/patches/02_Add-libgcrypt-and-libnettle-as-options-for-sha1.diff |  180 ++++
 debian/patches/02_Add-libgcrypt-as-an-option-for-sha1.diff             |   84 --
 debian/patches/12-Add-libudev-input-hotplug-backend.diff               |    8 
 debian/patches/16-config-dont-filter-input-subsys.diff                 |   42 +
 debian/patches/16-xfree86-fix-build-with-xv-disabled.diff              |   53 +
 debian/patches/series                                                  |    4 
 debian/rules                                                           |  130 ++-
 debian/xdmx-tools.install                                              |   14 
 debian/xdmx.install                                                    |    4 
 debian/xnest.install                                                   |    4 
 debian/xserver-common.install                                          |    4 
 debian/xserver-xephyr.install                                          |    4 
 debian/xserver-xfbdev.install                                          |    2 
 debian/xserver-xorg-core-udeb.install                                  |    6 
 debian/xserver-xorg-core.install                                       |   20 
 debian/xserver-xorg-dev.install                                        |    6 
 debian/xvfb.install                                                    |    8 
 dix/devices.c                                                          |    8 
 dix/events.c                                                           |   48 -
 dix/getevents.c                                                        |    7 
 hw/xfree86/common/xf86VGAarbiter.c                                     |   65 -
 hw/xfree86/common/xf86cmap.c                                           |    9 
 hw/xfree86/dri2/dri2.c                                                 |    2 
 hw/xfree86/modes/xf86Crtc.c                                            |   14 
 hw/xfree86/modes/xf86Crtc.h                                            |   26 
 hw/xfree86/modes/xf86RandR12.c                                         |   14 
 hw/xfree86/os-support/solaris/sun_bell.c                               |    5 
 hw/xquartz/GL/indirect.c                                               |    2 
 hw/xquartz/GL/visualConfigs.c                                          |    3 
 hw/xquartz/X11Application.m                                            |   18 
 hw/xquartz/mach-startup/bundle-main.c                                  |   30 
 hw/xquartz/mach-startup/stub.c                                         |    7 
 hw/xquartz/pbproxy/x-selection.h                                       |    9 
 hw/xquartz/quartzAudio.c                                               |   35 
 hw/xquartz/quartzKeyboard.c                                            |    2 
 include/dix-config.h.in                                                |    2 
 include/dix.h                                                          |    6 
 include/eventconvert.h                                                 |    6 
 include/inputstr.h                                                     |   30 
 record/record.c                                                        |  123 +--
 50 files changed, 1177 insertions(+), 527 deletions(-)
---


Reply to: