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

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



Tag 'xorg-server-2_1.7.6.901-1' created by Cyril Brulebois <kibi@debian.org> at 2010-04-17 14:57 +0000

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

iEYEABECAAYFAkvJzHAACgkQeGfVPHR5Nd2r8QCeJFQHQ5FoUnTZpCPnyK+rkJ6q
mRQAoLPIRXkduzgjEZBbCU9KOsZ64v00
=u0KI
-----END PGP SIGNATURE-----

Changes since xorg-server-2_1.7.6-2:
Cyril Brulebois (7):
      Fix typo.
      Merge 112_xaa-fbcomposite-fix-negative-size.patch from ubuntu to fix possible X crashes/exploits with XAA/compositing.
      Merge remote branch 'xsfbs/debian-unstable' into debian-unstable
      Document the xsfbs/debian-unstable merge.
      Add support for “noudeb” in DEB_BUILD_OPTIONS.
      Modify bug script to include kernel version.
      Upload to unstable.

Jeremy Huddleston (8):
      XQuartz: GLX: Fix Availability for Tiger ppc workaround
      XQuartz: Minor cleanup
      XQuartz: xpbproxy: Cleanup xpbproxy threading
      XQuartz: pbproxy: Make standalone xpbproxy respect the launchd prefix
      XQuartz: Constrain the pointer to the updated display bounds on display reconfigure.
      XQuartz: Workaround weird key data reported on some layouts
      XQuartz: Re-query dixScreenOrigins as the value could've changed.
      XKB: Fix garbage initialization

Julien Cristau (14):
      xsfbs.mk: don't use a directory as a make target
      Tone down the changelog entry about the mod() macro fix
      Remove from debian/rules an obsolete reference to /usr/share/debhelper/dh_make/debianm/rules.
      Make xserver-xorg-core provide ABI-versioned virtual packages for drivers to depend on.
      Merge branch 'server-1.7-branch' of git://anongit.freedesktop.org/git/xorg/xserver into debian-unstable
      Bump changelogs
      Refresh patches
      Add bug closer
      xvfb-run: don't rely on /tmp/X$i-lock to bump $SERVERNUM in auto-servernum mode
      Bump serverminver for new handling of input config.
      Add Breaks on input drivers installing files in /usr/lib/X11/xorg.conf.d
      Drop patch 15-keep-udev-x11-driver.diff
      Install 10-evdev.conf in /usr/share/X11/xorg.conf.d
      Drop Breaks on evdev

Michel Dänzer (1):
      Xext: Fix cursor reference counting hazard.

Mikhail Gusarov (1):
      kdrive: Bump evdev maxKeycode

Paulo Ricardo Zanoni (1):
      dix: be more verbose when we run out of opcodes

Peter Harris (1):
      Fix crash when all glyphs of a given depth are freed, but not all glyphsets

Peter Hutterer (4):
      dix: EventToCore needs to copy the root window too.
      configure: Always define XINPUT.
      dix: if owner-events is true for passive grabs, add the window mask (#25400)
      xserver 1.7.6.901

Pierre-Loup A. Griffais (1):
      Don't keep a pointer to a possibly freed cursor when changing screens, preventing a crash in xf86CursorEnableDisableFBAccess() trying to restore it.

Roland Scheidegger (1):
      hw/xfree86: move reference counting out of the UseHWCursor[ARGB] functions

Tiago Vignatti (1):
      xfree86: die gracefully in the vga arbiter if AddScreen fails

Timo Aaltonen (2):
      Add 17-xfree86-saner-conf-search-paths.diff. Allows using another xorg.conf.d directory for local changes.
      Edit patch 17 to make clear that it includes four commits.

Tomas Carnecky (1):
      Fix typos in the swap functions

---
 ChangeLog                                                              |  303 ++++++++++
 Xext/saver.c                                                           |    2 
 configure.ac                                                           |    5 
 debian/README.source                                                   |    2 
 debian/changelog                                                       |   43 +
 debian/control                                                         |   11 
 debian/local/xvfb-run                                                  |    1 
 debian/patches/02_Add-libgcrypt-and-libnettle-as-options-for-sha1.diff |   50 -
 debian/patches/08-config-xorg-conf-d.diff                              |   76 +-
 debian/patches/15-keep-udev-x11-driver.diff                            |   19 
 debian/patches/16-xaa-fbcomposite-fix-negative-size.diff               |   26 
 debian/patches/17-xfree86-saner-conf-search-paths.diff                 |  230 +++++++
 debian/patches/18-Add-10-evdev.conf.diff                               |   97 +++
 debian/patches/series                                                  |    4 
 debian/rules                                                           |   21 
 debian/serverminver                                                    |    2 
 debian/xserver-xorg-core-udeb.install                                  |    1 
 debian/xserver-xorg-core.bug.script                                    |   11 
 debian/xserver-xorg-core.install                                       |    1 
 debian/xsfbs/xsfbs.mk                                                  |   13 
 dix/eventconvert.c                                                     |    1 
 dix/events.c                                                           |   36 +
 dix/extension.c                                                        |    5 
 glx/glxcmdsswap.c                                                      |    8 
 hw/kdrive/linux/evdev.c                                                |    2 
 hw/xfree86/common/xf86Init.c                                           |    2 
 hw/xfree86/ramdac/xf86Cursor.c                                         |    7 
 hw/xquartz/GL/indirect.c                                               |    2 
 hw/xquartz/X11Application.m                                            |   25 
 hw/xquartz/pbproxy/Makefile.am                                         |    6 
 hw/xquartz/pbproxy/app-main.m                                          |   12 
 hw/xquartz/pbproxy/main.m                                              |   43 -
 hw/xquartz/pbproxy/pbproxy.h                                           |    3 
 hw/xquartz/pbproxy/x-input.m                                           |  100 +--
 hw/xquartz/quartz.c                                                    |   26 
 hw/xquartz/quartzKeyboard.c                                            |    5 
 render/glyph.c                                                         |    3 
 test/input.c                                                           |    4 
 xkb/xkbUtils.c                                                         |    2 
 39 files changed, 991 insertions(+), 219 deletions(-)
---


Reply to: