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

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



Tag 'xorg-server-2_1.12.3.902-1' created by Julien Cristau <jcristau@debian.org> at 2012-08-22 08:53 +0000

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

iQIcBAABCAAGBQJQNJ4lAAoJEDEBgAUJBeQMn78P/3BlvfPkC+H0qcm9+tS4dwJk
11REE/Jry6mSx33xD1oNrCx5Kuqrbf9YsxH0TA0BVG89yKLkePC7vj3ZINmPyhkg
xmmyifAag/qieaCCr9wyCKkCfb6SfboppeZ36MWEu/Z0wJkMxdF6N9HIz6MXoAES
T6HGshIHOwwTNOvqda5F2EYKAAdoRQY0NDzDvAidXRGwRVl2qkwVy3Qu8pHjOdTj
w2kLb/uCfdcxbap5+3MNnsMX51IVXRPGsJe+igJgu7w4pT7l19Vhe3ee1kzEyJ6j
BZ6ktY0gBd02nNUirl0MoaiVRJs4+vJdJFcLo9m4KfoTBamScORs/8ThC6iVdJD2
yJg5/fqkx2qbXgu/DeXkiiwQ+fXmPl+d9ibGwC6uhvbXAVbHJqfjIc3Am90uaYE+
RAQpTKaUmqIPpcPvQd8+K3KCRpVNXlbfyRA5GAKtUr+MfiB7H7AH5n1BEjZu0jHG
NM1+CV05i7PokimdC0qrA7fTNE5TzLnHXoT0ieLpkRlroFFrmXzdcPqYvRlyPzcB
iNmVn1shH9+n6Gy8bY4N7oxfSvxJBwDjJcxV664DVOg0nGvTkEuJrYh/zZEbu6dv
cqB9lk2vQhyNSthdEhLo1D/KYzGO5w1dhghxmGMYzGFg5HSsJpTLu3Fsb5pI4y5f
xX5hbldwV4nPD8Y+03f+
=pDpk
-----END PGP SIGNATURE-----

Changes since xorg-server-2_1.12.3-1:
Aaron Plattner (1):
      randr: Fix REQUEST vs. REQUEST_SIZE_MATCH mismatch

Adam Jackson (3):
      ephyr: Fix up some bizarre formatting
      randr: Fix up yet another corner case in preferred mode selection
      sync: Fix logic error from b55bf248581dc66321b24b29f199f6dc8d02db1b

Alan Coopersmith (10):
      OtherClientGone: Remove unreachable return statement
      Fix some overly indented/poorly line wrapped comments in dix/events.c
      Remove obsolete tab stop comments from hw/xfree86/parser/*.c
      ProcRRGetScreenInfo: swap configTimestamp as well
      xf86dga2.c & xf86vmode.c: Move REQUEST_SIZE_MATCH checks before using stuff
      Use calloc to zero fill buffers being allocated for replies & events
      Set padding bytes to 0 in WriteToClient
      Initialize padding bits to 0 in ErrorConnMax()
      Fix up formatting of initializers for arrays of structs
      Make indentation of dix/tables.c much more consistent and readable

Daniel Stone (5):
      DRI2: Remove prototype for DRI2DestroyDrawable
      Don't make failure to -nolisten fatal
      Xorg: Link XKB DDX library after core server libs
      Xinerama: Fix ExtensionInit prototype
      AllocDevicePair: Ensure XKB privates are initialised

Dave Airlie (2):
      xf86: cursor code got mangled by indenting
      kinput: allocate enough space for null character.

Jaroslav Šmíd (1):
      Bug 51375: Xorg doesn't set status for RRGetOutputInfo

Jeremy Huddleston (3):
      XQuartz: Silence an unused-variable warning
      XQuartz: Fix incorrect PseudoramiXExtensionInit prototype
      XQuartz: Call xp_window_bring_all_to_front if available in libXplugin

Jeremy Huddleston Sequoia (5):
      XQuartz: Fix xp_window_bring_all_to_front linking on OS versions with older libXplugin
      configure.ac: Version bump to 1.12.3.901 (1.12.4 RC1)
      XQuartz: console_redirect: Set the correct location for reading into the buffer
      XQuartz: console_redirect: Properly zero-out the tail of the array on realloc()
      configure.ac: Version bump to 1.12.3.902 (1.12.4 RC2)

Jon TURNEY (1):
      hw/xquartz: Various fixes for pseudoramiX.c

Julien Cristau (9):
      Bump video ABI version to 12.1
      Merge tag 'xorg-server-1.12.3.901' into debian-unstable
      Bump changelogs
      03_fix-panning.diff: disable cursor confinement when panning is enabled
      Video ABI bumped to 12.1, serverminver to 2:1.12.3.901.
      Merge tag 'xorg-server-1.12.3.902' into debian-unstable
      Bump changelogs
      Make the panning fix actually apply
      Upload to unstable

Keith Packard (4):
      randr: Clean up compiler warnings about unused and shadowing variables
      randr: Catch two more potential unset rrScrPriv uses
      Add 'install-headers' target in the top-level Makefile
      Only free Render filter names on last screen close

Michal Srb (1):
      Look for ModuleData only in appropriate library

Michel Dänzer (2):
      dri2: Add DRI2CreateDrawable2.
      glx: Free DRI2 drawable reference to destroyed GLX drawable.

Peter Hutterer (4):
      xkb: use local variable instead of casting arg
      dix: fix dereference before null check
      list.h: don't crash when removing an element from a NULL list
      dix: make sure the mask is set for emulated scroll events (#52508)

Ricardo Salveti de Araujo (1):
      randr: first check pScrPriv before using the pointer at RRFirstOutput

Simon Schubert (1):
      fb: reorder Bresenham error correction to avoid overshoot.

Vic Lee (1):
      ephyr: Resize screen automatically when parent window is resized

---
 ChangeLog                                  |  682 ++++++++++++++++++++
 Makefile.am                                |    7 
 Xext/panoramiX.c                           |    2 
 Xext/sync.c                                |   26 
 Xext/xf86bigfont.c                         |    2 
 Xi/extinit.c                               |   38 -
 Xi/xiproperty.c                            |  251 +++----
 config/wscons.c                            |    6 
 configure.ac                               |    4 
 debian/changelog                           |   13 
 debian/patches/03_fix-panning.diff         |  144 ++++
 debian/patches/series                      |    1 
 debian/serverminver                        |    4 
 dix/devices.c                              |    2 
 dix/events.c                               |   27 
 dix/gc.c                                   |   10 
 dix/getevents.c                            |    2 
 dix/tables.c                               |  955 +++++++++++++++++------------
 dix/touch.c                                |    4 
 fb/fbseg.c                                 |   18 
 glx/glxcmds.c                              |    4 
 glx/glxdri2.c                              |    8 
 hw/kdrive/ephyr/ephyr.c                    |   80 +-
 hw/kdrive/ephyr/hostx.c                    |   36 -
 hw/kdrive/ephyr/hostx.h                    |   10 
 hw/kdrive/src/kdrive.c                     |   20 
 hw/kdrive/src/kinput.c                     |    2 
 hw/xfree86/Makefile.am                     |    2 
 hw/xfree86/common/xf86Module.h             |    2 
 hw/xfree86/dixmods/extmod/modinit.h        |    2 
 hw/xfree86/dixmods/extmod/xf86dga2.c       |   81 +-
 hw/xfree86/dixmods/extmod/xf86vmode.c      |   14 
 hw/xfree86/dri2/dri2.c                     |   15 
 hw/xfree86/dri2/dri2.h                     |    7 
 hw/xfree86/loader/loader.c                 |   19 
 hw/xfree86/loader/loader.h                 |    1 
 hw/xfree86/loader/loadmod.c                |    2 
 hw/xfree86/modes/xf86Crtc.c                |    8 
 hw/xfree86/modes/xf86DisplayIDModes.c      |  171 ++---
 hw/xfree86/modes/xf86EdidModes.c           |  122 +--
 hw/xfree86/os-support/bsd/bsd_apm.c        |   26 
 hw/xfree86/os-support/bsd/bsd_kqueue_apm.c |   26 
 hw/xfree86/os-support/bus/Sbus.c           |   20 
 hw/xfree86/os-support/linux/lnx_apm.c      |   31 
 hw/xfree86/os-support/solaris/sun_apm.c    |   26 
 hw/xfree86/parser/Device.c                 |    2 
 hw/xfree86/parser/Files.c                  |    2 
 hw/xfree86/parser/Flags.c                  |    2 
 hw/xfree86/parser/Input.c                  |    2 
 hw/xfree86/parser/InputClass.c             |    2 
 hw/xfree86/parser/Layout.c                 |    2 
 hw/xfree86/parser/Module.c                 |    2 
 hw/xfree86/parser/Monitor.c                |    2 
 hw/xfree86/parser/Pointer.c                |    2 
 hw/xfree86/parser/Screen.c                 |    2 
 hw/xfree86/parser/Vendor.c                 |    2 
 hw/xfree86/parser/Video.c                  |    2 
 hw/xfree86/parser/read.c                   |    2 
 hw/xfree86/parser/scan.c                   |    2 
 hw/xfree86/parser/write.c                  |    2 
 hw/xfree86/ramdac/xf86Cursor.c             |   31 
 hw/xquartz/console_redirect.c              |   28 
 hw/xquartz/pseudoramiX.c                   |   21 
 hw/xquartz/pseudoramiX.h                   |    2 
 hw/xquartz/xpr/xprEvent.c                  |   22 
 include/list.h                             |    2 
 mi/miexpose.c                              |    2 
 os/connection.c                            |    2 
 os/io.c                                    |    6 
 os/utils.c                                 |    4 
 randr/randr.c                              |    3 
 randr/rrcrtc.c                             |   12 
 randr/rrinfo.c                             |    7 
 randr/rrmode.c                             |    4 
 randr/rroutput.c                           |   12 
 randr/rrscreen.c                           |    6 
 render/filter.c                            |    5 
 render/render.c                            |    4 
 test/xtest.c                               |    2 
 xfixes/cursor.c                            |    7 
 xfixes/region.c                            |    3 
 xkb/xkbAccessX.c                           |   10 
 82 files changed, 2139 insertions(+), 1019 deletions(-)
---


Reply to: