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

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



Tag 'xorg-server-2_1.4.1_git20071117-1' created by David Nusinow <dnusinow@debian.org> at 2007-11-18 16:28 +0000

Tagging upload of xorg-server-2_1.4.1_git20071117-1 to unstable.

Changes since xorg-server-2_1.4-3:
Aaron Plattner (2):
      Don't segfault on shutdown if we never managed to connect to dbus.
      Set noCompositeExtension to TRUE when failing to initialize the extension (e.g. when Xinerama is enabled).

Alan Coopersmith (1):
      Actually build Secure RPC authentication support (missed in modularization)

Brice Goglin (1):
      Bump x11proto-core-dev build-dependency to >= 7.0.9

Christian Perrier (6):
      Galician translation update
      German translation update
      Brazilian translation update
      Russian and Portuguese translation updates
      Slovak translation update
      Slovak translation update

Daniel Stone (12):
      configure.ac/XFree86: Only build XF86Misc and XF86VidMode when appropriate
      Xi: Include XI protocol header in exevents.h
      XKB: Add more bits to xkbsrv.h
      XFree86: Remove ridiculous SIGIO debugging
      XKB: Don't update indicators on all devices, add missing include file
      XKB: Cope with all events in XkbProcessKeyboardEvent
      Input: Generate XKB mapping changes for all core-sending devices (bug #12523)
      DIX: XKB: Set xkbInfo to NULL as well as freeing it (bug #10639)
      .gitignore: Ignore build directories
      XFree86 Misc/VidMode: Remove ridiculous debug ErrorFs
      GetKeyboardEvents: Reject out-of-range keycodes (bug #12528)
      XKB: Don't ring the bell when we don't have a BellProc (bug #13246)

David Nusinow (13):
      Add 14_default_screen_section.diff.
      Merge commit 'upstream/server-1.4-branch' into upstream-unstable
      Merge branch 'upstream-unstable' into debian-unstable
      * New upstream stable snapshot
      * Remove patches merged in this snapshot
      autoreconf
      * Make xephyr recommend xfonts-base. Closes: #451542
      Accidentally pushed patched built tree last time
      Merge commit 'upstream/server-1.4-branch' into upstream-unstable
      Merge branch 'upstream-unstable' into debian-unstable
      New upstream pull
      Remove patches applied upstream
      Autoreconf

Dodji Seketeli (1):
      Xephyr: don't initialise the GLX extension

Elvis Pranskevichus (1):
      Config: D-Bus: Fix dbus_bus_request_name failure check

Julien Cristau (3):
      * Add conflict on xserver-xorg-input-wacom (<< 0.7.8) to xserver-xorg-core.
      Fix keyboard LEDs
      Remove patch 15_keyboard_leds.diff

Keith Packard (1):
      Screen size changing should leave FB alone when X is inactive.

Mark Vytlacil (1):
      XFree86: Input: Save/restore errno around SIGIO (bug #10683)

Markku Vire (1):
      Config: HAL: Touchpads are pointers too

Matthias Hopf (1):
      Prefer configured DisplaySize to probed DDC data, if available.

Michel Dänzer (3):
      EXA: Punt on fallback case not handled correctly in exaFillRegionTiled.
      EXA: Make sure tile offsets passed to drivers are never negative.
      EXA: Don't attempt to move in pixmaps that can't be accelerated.

Naoki Hamada (1):
      Input: Fix key down test (bug #12858)

Peter Hutterer (11):
      config: return BadValue to caller if add/remove doesn't have parameters.
      config: Use [config/dbus] consistently for error messages.
      xkb: Store the action filters per device in the XkbSrvInfoRec.
      Save processInputProc before wrapping it and restore it later, instead of
      xkb: enable XI event processing for xkb.
      dix: add XI event support to FixKeyState.
      dix: don't compress motion events from different devices (EventEnqueue)
      xkb: xkbHandleActions: let wrapping take care of event delivery.
      xkb: Unwrap properly in ProcessPointerEvent.
      xfree86: wrap keyboard devices for XKB.
      XKB: Generate correct key repeat events (bug #13114)

---
 .gitignore                                                              |    4 
 Xi/exevents.c                                                           |   13 
 Xi/setbmap.c                                                            |    2 
 Xi/setmmap.c                                                            |    2 
 composite/compext.c                                                     |    6 
 config/dbus-core.c                                                      |    3 
 config/dbus.c                                                           |   22 -
 config/hal.c                                                            |    3 
 configure                                                               |  129 +++++---
 configure.ac                                                            |    5 
 debian/changelog                                                        |   39 ++
 debian/control                                                          |   11 
 debian/patches/08_exa_fix_exaFillRegionTiled_fallback.diff              |   20 -
 debian/patches/11_exa_no_negative_tile_offsets.diff                     |   32 --
 debian/patches/14_default_screen_section.diff                           |   44 ++
 debian/patches/42_fix_RemoveGeneralSocket_crash_from_dbus.diff          |   31 -
 debian/patches/44_XKB_mapping_changes_for_all_core-sending_devices.diff |  149 ---------
 debian/patches/45_GetKeyboardEvents_reject_out-of-range_keycodes.diff   |   33 --
 debian/patches/series                                                   |    6 
 debian/po/de.po                                                         |   37 --
 debian/po/gl.po                                                         |   34 --
 debian/po/pt.po                                                         |   51 +--
 debian/po/pt_BR.po                                                      |  152 ++-------
 debian/po/ru.po                                                         |   43 +-
 debian/po/sk.po                                                         |   20 -
 dix/devices.c                                                           |   26 +
 dix/events.c                                                            |   24 -
 dix/getevents.c                                                         |   20 +
 exa/exa_accel.c                                                         |    9 
 exa/exa_migration.c                                                     |    4 
 hw/kdrive/ephyr/ephyrinit.c                                             |    1 
 hw/xfree86/common/xf86Events.c                                          |    2 
 hw/xfree86/common/xf86MiscExt.c                                         |   20 -
 hw/xfree86/common/xf86VidMode.c                                         |   46 --
 hw/xfree86/common/xf86Xinput.c                                          |    5 
 hw/xfree86/dixmods/extmod/Makefile.am                                   |   14 
 hw/xfree86/dixmods/extmod/Makefile.in                                   |   16 -
 hw/xfree86/modes/xf86RandR12.c                                          |   18 -
 hw/xfree86/os-support/shared/sigio.c                                    |    6 
 include/dix-config.h.in                                                 |    3 
 include/exevents.h                                                      |    3 
 include/xkbsrv.h                                                        |   30 +
 os/Makefile.am                                                          |    6 
 os/Makefile.in                                                          |   32 +-
 os/rpcauth.c                                                            |   16 -
 xkb/xkbAccessX.c                                                        |   38 ++
 xkb/xkbActions.c                                                        |  160 ++++------
 xkb/xkbEvents.c                                                         |   42 ++
 xkb/xkbPrKeyEv.c                                                        |  110 +++++-
 49 files changed, 705 insertions(+), 837 deletions(-)
---



Reply to: