* Major changes to build infrastructure: cleanup of makefiles and addition
of a configure script.
* monitor-content window option to monitor a window for a specific fnmatch(3)
pattern. The find-window command also now accepts fnmatch(3) patterns.
* previous-layout and select-layout commands, and a main-horizontal layout.
* Recreate the server socket on SIGUSR1.
* clear-history command.
* Use ACS line drawing characters for pane separator lines.
* UTF-8 improvements, and code to detect UTF-8 support by looking at
environment variables.
* The resize-pane-up and resize-pane-down commands are now merged together
into a new resize-pane command with -U and -D flags.
* confirm-before command to request a yes/no answer before executing dangerous
commands.
* Status line bug fixes, support for UTF-8 (status-utf8 option), and a key to
paste from the paste buffer.
* Support for some additional escape sequences and terminal features, including
better support for insert mode and tab stops.
* Improved window resizing behaviour, modelled after xterm.
* Some code reduction and a number of miscellaneous bug fixes.
Alan Coopersmith (1):
Version bump: 1.2.2
Dan (1):
Fix incorrect warning message in XORG_MACROS_VERSION
Dan Nicholson (3):
Fix comment in XORG_MACROS_VERSION on usage
Restore part of the XORG_MACROS_VERSION comment
Use m4 for XORG_MACROS_VERSION to error during autoconf
Jeremy Huddleston (1):
XORG_CWARNFLAGS: += is not valid for appending in bourn scripts
Jon TURNEY (1):
Use correct CWARNFLAGS when cross compiling
- CVE-2009-1888:
In Samba 3.0.31 to 3.3.5 (inclusive), an uninitialized read of a
data value can potentially affect access control when "dos filemode"
is set to "yes".
This security fix has already been integrated into "pkggsrc" via a patch
previously. The package was only updated to make future maintenance easier.
Changes in 1.6.2
================
Alan Hourihane (1):
dri2: support glXWaitGL & glXWaitX by copying fake front to front and
Arkadiusz Miskiewicz (1):
xfree86: remove duplicate header entries in Makefile.am
Eric Anholt (1):
xinerama: Put the proto version in the code instead using proto headers.
Keith Packard (3):
Build against DRI_TEX_BUFFER_VERSION 1
dri2: Preserve compatibility with 1.6 DRI2 API/ABI
Bump to version 1.6.2
Changes in 1.6.1.902
====================
Adam Jackson (5):
vfb: Fix depth setup.
EDID: Be more cautious about finding vendor blocks.
EDID: Add modes from Established Timings III descriptor to mode pool
pci: Dump vendor/devices ids in the printed device list
EDID: Fix timing class names to match the spec
Alan Coopersmith (5):
XkbSetNamedIndicator should ignore SD's without LED's
Fix byte swapping of XF86VidMode{Get,Set}GammaRamp
Don't leak canonical module name and patterns if module is built-in
Don't leak default font path when appending built-ins
Resync COPYING file with notices in code base as of xorg-server-1.6.1
Dave Airlie (1):
randr12: looking up these bits if randr isn't initialised is bad.
Eamon Walsh (2):
xselinux: Relax ownership restriction on SetSelectionUseContext.
xace: Fix a bad device access hook call.
Federico Mena Quintero (1):
dix/randr: Add missing fields to SRR*NotifyEvent()
Ian Romanick (9):
DRI2: Add fake front-buffer to request list for windows
DRI2: Do not send the real front buffer of a window to the client
DRI2: Synchronize the contents of the real and fake front-buffers
DRI2: Don't leave empty entries in private->buffers
DRI2: Add missing front-buffer flush callback.
DRI2: Add interface for drivers to query DRI2 extension version
DRI2: Implement protocol for DRI2GetBuffersWithFormat
DRI2: Force allocation of real-front buffer for non-windows as well
Use a #define instead of a magic number
Jeremy Huddleston (1):
Fix a couple off-by-one array boundary checks.
Jerome Glisse (1):
DRI2: update DRI2 private drawable width & height according to X drawable
Jon TURNEY (2):
Remove long-gone '-co' option from Xserver man page
Remove references to rgb.txt from files section of Xserver and Xorg man
pages
Julien Cristau (1):
Change default for ExaOptimizeMigration to false
Keith Packard (2):
Make RANDR 'set' timestamps follow client specified time. Bug 21987.
Bump version to 1.6.1.902
Kristian Høgsberg (1):
Support setTexBuffer2 in AIGLX.
Michel Dänzer (2):
EXA: Take GC client clip type into account for migration.
EXA: Always damage glyph cache pixmap manually after uploading a glyph.
Peter Hutterer (7):
os: don't malloc memory in LogVMessageVerb.
Xi: fix copy/paste error causing sizeof against wrong struct.
Xi: don't double-swap the XListDeviceProperties reply.
xfree86: restore default off for DontZap
dix: ensure Activate/DeactivateGrab has a valid value.
kdrive: set Activate/Deactivate grab for input devices (#21591)
xfree86: fix SWCursor check in xf86CursorSetCursor.
Tomas Janousek (1):
Bug #6428, #16458, #21464: Fix crash due to uninitialized VModMap fields.