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

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



Tag 'xorg-server-2_1.15.0.901-1' created by Julien Cristau <jcristau@debian.org> at 2014-03-31 11:36 +0000

Tagging upload of xorg-server 2:1.15.0.901-1 to unstable.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABAgAGBQJTOVNGAAoJEDEBgAUJBeQM+qoQALDpshvPzkKS7TSFo3yVzSTN
EApLerc55iaO/j5fnWeXQj+T03MVCdcba+3AwC7ZbD/x6qE4p8kOqN103+cKly6/
vCmsaZasukErqiR602wpQajmU6sxTHuUJ8asWMYIdIQ9IbracKgVrGp9OkgLrBsj
K/h6nUpE/oFAVjbgKwuWTYdzwguQVHoe2DwUK6z63FYy9uRabb50DX4X1WGnR7CK
3pZGRoacsB3WP3U6NakFwkLthbHVNL/3HqA2XbkyVpEKXvKLX7ClbPdf1f1ENpVt
vMQzkfJfgWBNhkcqCVbbjTimoSkqtsEG8x9uVF+rq7xSLG3mMfZYoRPVWe5ZttM4
4jy7RwlzKgDgwErSUZpLCi0v7h/1V96km1GdRbut2iMObNy9/4xYIHyKlI3GPlYu
ui3TvQvI9wjxIFPColvUt6Gu1yoFiLeYIrJJ5E2hHqK7NZBVC5zt2sfc/57TZnqX
NamStwG5/qi8HbNxNxBhGMyrlZjuzJNItIrsaMbQtS/gmtZbSPpRvWQjdyH3k2tH
9rKphgvaJMKzDqS2wOwpcBUeFZKnK3Xn1SdL6SdacmZSZAK4Kx3UhaWkYAn/juog
cOleRmNYfWeorrPpCTT6H68WCM6hFxrBpwkO5Fy0yG6iIwywsouY6MTyhBbT0IOb
G9+RMx0n+GjUlRoNMv+u
=eyem
-----END PGP SIGNATURE-----

Changes since xorg-server-2_1.15.0-2:
Alan Coopersmith (3):
      Check for calloc() failure in add_master()
      On realloc failure, free font_path_string instead of leaking it
      xf86DeleteScreen: move check for NULL pScrn before first dereference

Carlos Garnacho (1):
      Xi: Ensure DeviceChanged is emitted after grabs are deactivated

Jeremy Huddleston Sequoia (11):
      XQuartz: Silence some static analyzer warnings by annotating referencing counts
      XQuartz: Fix darwinfb.h header guard
      XQuartz: Fix get_proc_address signature
      XQuartz: Mark applicationWillTerminate: noreturn
      XQuartz: Simplify hook_run to quiet static analyzer
      XQuartz: Validate screen in AppleDRIQueryDirectRenderingCapable requests
      XQuartz: Validate length in appledri before swapping
      XQuartz: Silence a clang static analysis warning about a possible memory leak on exit
      XQuartz: Silence a clang static analysis warning about a memory leak
      XQuartz: Check for allocated memory before using it in AppleWMSetWindowMenu
      XQuartz: Avoid passing uninitialized pointers to X11ApplicationSetWindowMenu in AppleWMSetWindowMenu

Julien Cristau (3):
      Merge tag 'xorg-server-1.15.0.901' into debian-unstable
      Bump changelogs to 1.15.0.901
      Upload to unstable

Mark Kettenis (1):
      sync: Avoid ridiculously long timeouts

Matt Dew (2):
      Merge branch 'server-1.15-branch' of git://people.freedesktop.org/~jeremyhu/xserver into server-1.15-branch
      Bump bersion to 1.15.0.901

Peter Hutterer (6):
      dix: fix button state check before changing a button mapping
      os: restrict display names to digits
      Xi: fix modifier offset in XIPassiveGrab swapping function
      dix: prevent a driver from initializing or submitting buttons > MAX_BUTTONS
      Xi: check for invalid modifiers for XI2 passive grabs
      config: search for PnPID on all parents (#75513)

Robert Millan (1):
      Add devd input backend for kFreeBSD, and use it instead of hal

---
 ChangeLog                               |  338 +++++++++++++++++++
 Xext/sync.c                             |    7 
 Xi/exevents.c                           |   22 +
 Xi/xichangehierarchy.c                  |    4 
 Xi/xipassivegrab.c                      |    6 
 config/hal.c                            |   16 
 config/udev.c                           |   15 
 configure.ac                            |    6 
 debian/changelog                        |   11 
 debian/control                          |    4 
 debian/patches/02_kbsd-input-devd.diff  |  551 ++++++++++++++++++++++++++++++++
 debian/patches/series                   |    1 
 debian/rules                            |   10 
 dix/devices.c                           |    1 
 dix/dixfonts.c                          |    9 
 dix/getevents.c                         |    2 
 dix/inpututils.c                        |    3 
 hw/xfree86/common/xf86Helper.c          |    7 
 hw/xquartz/GL/indirect.c                |    4 
 hw/xquartz/X11Application.m             |   13 
 hw/xquartz/X11Controller.m              |    2 
 hw/xquartz/applewm.c                    |   16 
 hw/xquartz/darwinfb.h                   |    2 
 hw/xquartz/mach-startup/stub.c          |    4 
 hw/xquartz/quartz.c                     |    3 
 hw/xquartz/xpr/appledri.c               |   10 
 hw/xquartz/xpr/x-hook.c                 |   27 -
 os/utils.c                              |   27 +
 test/xi2/protocol-xipassivegrabdevice.c |    9 
 29 files changed, 1071 insertions(+), 59 deletions(-)
---


Reply to: