|
Description
|
Xorg X11R6.9 Release Candidate 3 (RC3) has been issued with these fixes which should be
incorporated into the Solaris release:
2005-12-03 Alan Coopersmith < xxxxx@xxxxx.com>
* config/cf/xorgversion.def:
Version bump: 6.8.99.903 (aka 6.9 RC3)
2005-12-03 Alan Coopersmith < xxxxx@xxxxx.com>
* config/cf/sun.cf:
Set DlLibrary to -lc on Solaris 10, since libdl was merged into libc.
* config/cf/sunLib.tmpl:
Replace hardcoded -ldl with DlLibrary.
2005-12-03 Kevin E. Martin <kem-at-freedesktop-dot-org>
* programs/Xserver/hw/xfree86/drivers/ati/r128_version.h:
* programs/Xserver/hw/xfree86/drivers/trident/trident_driver.c:
* programs/Xserver/hw/xfree86/drivers/via/via_driver.h:
* programs/Xserver/hw/xfree86/input/mouse/mouse.c:
Bump version numbers for X11R6.9/X11R7 RC3.
2005-11-30 Adam Jackson < xxxxx@xxxxx.org>
* lib/GL/dri/drm/Imakefile:
* lib/XvMC/hw/i810/Imakefile:
* lib/XvMC/hw/via/unichrome/Imakefile:
* lib/XvMC/hw/via/unichromeProA/Imakefile:
* programs/Xserver/hw/xfree86/os-support/Imakefile:
* programs/Xserver/hw/xfree86/os-support/xf86drm.h:
* programs/Xserver/hw/xfree86/os-support/xf86drmCompat.h:
* programs/Xserver/hw/xfree86/os-support/bsd/drm/Imakefile:
* programs/Xserver/hw/xfree86/os-support/linux/drm/Imakefile:
* programs/Xserver/hw/xfree86/os-support/linux/drm/xf86drm.c:
* programs/Xserver/hw/xfree86/os-support/linux/drm/xf86drmHash.c:
* programs/Xserver/hw/xfree86/os-support/linux/drm/xf86drmRandom.c:
* programs/Xserver/hw/xfree86/os-support/linux/drm/xf86drmSL.c:
Bug #5016: Pull libdrm from the copy in extras.
2005-11-29 Adam Jackson < xxxxx@xxxxx.org>
* programs/Xserver/fb/Imakefile:
* programs/Xserver/fb/fbmmx.c:
* programs/Xserver/fb/fbpict.c:
Bug #5093: Fix fb for non-SSE machines. (Xavier Bachelot)
* config/cf/NetBSD.cf:
Bug #4828: Better fix for NetBSD thread lib. (Jeremy C. Reed)
2005-11-28 Eric Anholt < xxxxx@xxxxx.org>
* programs/xdriinfo/xdriinfo.c: (main):
Bug #5146: Fix building of xdriinfo in the presence of NVIDIA libGL by
using the GLX 1.3 glXGetProcAddressARB instead of glXGetProcAddress.
2005-11-29 Alan Hourihane < xxxxx@xxxxx.uk>
* programs/Xserver/hw/xfree86/drivers/trident/trident_video.c
Bug #736 <https://bugs.freedesktop.org/show_bug.cgi?id=736>
Fix offset for later generation trident chipsets so that Xv data
is correctly grabbed from video memory. Spotted by Guy Martin.
2005-11-27 Kevin E. Martin <kem-at-freedesktop-dot-org>
* lib/Xaw/Pixmap.c:
Fix Xaw6 to build without Xpm.
2005-11-23 Alan Coopersmith < xxxxx@xxxxx.com>
* programs/xkbcomp/symbols/pl2:
Bug #5070 <https://bugs.freedesktop.org/show_bug.cgi?id=5070>
Patch #3816 <https://bugs.freedesktop.org/attachment.cgi?id=3816>
Typo in key definition for the pl2 keyboard layout. (Krzysztof Nowicki)
2005-11-23 Alan Coopersmith < xxxxx@xxxxx.com>
* lib/X11/XKBCvt.c:
* config/util/lndir.c:
* lib/Xt/Intrinsic.c:
Bug #5003 <https://bugs.freedesktop.org/show_bug.cgi?id=5003>
Patch #3763 <https://bugs.freedesktop.org/attachment.cgi?id=3763>
Xorg code misuses S_IF* macros
2005-11-20 Alan Coopersmith < xxxxx@xxxxx.com>
* include/keysymdef.h:
Change values of XK_MATHEMATICAL symbols to use 0x1000000 + Unicode
value, as Xorg Architecture Task Force agreed last year should be
done for all new keysyms mapped to Unicode characters.
2005-11-20 Kean Johnston < xxxxx@xxxxx.com>
* config/cf/sco5.cf:
* config/cf/usl.cf:
Set HasSnprintf to NO becuase setting it to YES implies that it
has C99 semantics, which neither OS has, despite having the function
in libc.
2005-11-20 Alan Coopersmith < xxxxx@xxxxx.com>
* programs/xset/xset.c:
Fix typo in #define that caused Xprint support to not be built in
modular tree.
2005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org>
* lib/Xft/xft.pc.in:
* lib/Xevie/xevie.pc.in:
Update pkgconfig files to separate library build-time dependencies
from application build-time dependencies.
2005-11-18 Eric Anholt < xxxxx@xxxxx.org>
* programs/Xserver/GL/dri/xf86dri.c: (ProcXF86DRIOpenConnection),
(ProcXF86DRIGetDeviceInfo):
Bug #5060: Fix non-Linux DRI on 64 bit post Linux 32/64 changes.
2005-11-18 Adam Jackson < xxxxx@xxxxx.org>
* programs/Xserver/hw/xfree86/ddc/xf86DDC.c:
Bug #4859: Don't segfault on bad DDC read. (Tony Houghton)
* config/cf/mingw.rules:
* programs/Xserver/Imakefile:
Bug #4578: Fix cross-build of Xming. (Colin Harrison)
2005-11-15 Thomas Hellstrom <unichrome-at-shipmail-dot-org>
* programs/Xserver/hw/xfree86/drivers/via/via_swov.c:
(ViaSwovSurfaceCreate), (ViaSwovSurfaceDestroy):
* programs/Xserver/hw/xfree86/drivers/via/via_video.c:
(viaSetupAdaptors):
* programs/Xserver/hw/xfree86/drivers/via/via_xvpriv.h:
Fix via video surface reallocation and destruction.
(Reported by Cedric Berger)
2005-11-14 Kevin E. Martin <kem-at-freedesktop-dot-org>
* programs/xinit/Imakefile:
* programs/xinit/startx.cpp:
* programs/xinit/xinitrc.cpp:
Make using full paths in the xinit scripts optional.
2005-11-14 Adam Jackson < xxxxx@xxxxx.org>
* lib/font/fontfile/Imakefile:
* lib/font/fontfile/dirfile.c:
* lib/font/fontfile/fontdir.c:
Bug #5047: Make font directory attribs work in modular.
2005-11-14 Adam Jackson < xxxxx@xxxxx.org>
* programs/Xserver/include/servermd.h:
Make fb build on darwin/ppc without addition #define hacks
2005-11-14 Kean Johnston < xxxxx@xxxxx.com>
* programs/Xserver/hw/xfree86/common/xf86Configure.c: Dont prevent
SCO platforms from writing ZAxisMapping now that the OS layers
correctly send z-axis events for wheel motion.
2005-11-14 Matthias Hopf < xxxxx@xxxxx.de>
* programs/Xserver/hw/xfree86/input/mouse/mouse.c: (MousePreInit):
Bug #4915: ButtonMapping default changed from one-to-one mapping
to "1 2 3 8 9 10 11...".
2005-11-14 Matthias Hopf < xxxxx@xxxxx.de>
* programs/Xserver/hw/xfree86/input/mouse/mouse.c: (MousePreInit):
Bug #4915: Move buttonMapping initialization before calling OS
specific PreInit.
2005-11-11 Alan Coopersmith < xxxxx@xxxxx.com>
* config/util/mkshadow/mkshadow.c:
Typo in error message: "symbolc link" -> "symbolic link"
2005-11-11 Eric Anholt < xxxxx@xxxxx.org>
* programs/Xserver/hw/xfree86/drivers/ati/r128_dri.c:
(R128InitVisualConfigs):
Bug #1028: Don't (incorrectly) mark the 24/8 z/stencil case as slow,
which resulted in whining at runtime about the visual not being
supported.
|