Changelog for
xorg-x11-server-7.6_1.9.3-15.44.1.x86_64.rpm :
* Mon Oct 28 2013 johann.luceAATTwanadoo.fr- u_Avoid-use-after-free-in-dix-dixfonts.c-doImageText.patch
* Fixes a security issue, in which an authenticated X client can cause an X server to use memory after it was freed, potentially leading to crash and/or memory corruption. (CVE-2013-4396, bnc#843652)- n_Xvnc-fix-use-after-free-in-rfbauthreenable.patch
* rfbAuthReenable is accessing rfbClient structure that was in most cases already freed. It actually needs only ScreenPtr, so pass it directly. (bnc#816813)
* Tue Jul 02 2013 johann.luceAATTwanadoo.fr- U_os-Reset-input-buffer-s-ignoreBytes-field.patch
* If a client sends a request larger than maxBigRequestSize, the server is supposed to ignore it. Before commit cf88363d, the server would simply disconnect the client. After that commit, it attempts to gracefully ignore the request by remembering how long the client specified the request to be, and ignoring that many bytes. However, if a client sends a BigReq header with a large size and disconnects before actually sending the rest of the specified request, the server will reuse the ConnectionInput buffer without resetting the ignoreBytes field. This makes the server ignore new X clients\' requests. This fixes that behavior by resetting the ignoreBytes field when putting the ConnectionInput buffer back on the FreeInputs list. (bnc#815583)- u_xserver_xvfb-randr.patch
* Add randr support to Xvfb (bnc#823410)
* Mon Apr 29 2013 sndirschAATTsuse.com- U_xf86-fix-flush-input-to-work-with-Linux-evdev-device.patch
* So when we VT switch back and attempt to flush the input devices, we don\'t succeed because evdev won\'t return part of an event, since we were only asking for 4 bytes, we\'d only get -EINVAL back. This could later cause events to be flushed that we shouldn\'t have gotten. This is a fix for CVE-2013-1940. (bnc#814653)
* Mon Feb 06 2012 sndirschAATTsuse.com- U_01-glx-make-sure-screen-is-non-negative-in-validGlxScreen.patch U_02-glx-validate-request-lengths.patch U_03-glx-check-request-length-before-swapping.patch U_04-glx-swap-the-request-arrays-entirely-not-just-half-of-them.patch U_05-glx-validate-numAttribs-field-before-using-it.patch U_06-glx-fix-request-length-check-for-CreateGLXPbufferSGIX.patch U_07-glx-fix-BindTexImageEXT-length-check.patch U_08-glx-Work-around-wrong-request-lengths-sent-by-mesa.patch: Check GLX requests for correct size to avoid access to arbitrary memory locations. CVE-2010-4818, bnc #648287.
* Mon May 30 2011 mhopfAATTnovell.com- xorg-server-xf4vnc-fix-keyboard-layout-handling.diff Consolidate adapted patches for bugs 400520, 605015, and 660797 into single patch: - xorg-server-xf4vnc-bug660797-fix-keycode-lookup-and-isolevel3shift.diff - xorg-server-xf4vnc-bug605015-fix-keyboard-handling-xinput.diff- Fix fallout of keyboard fixes: - Keyboard handling was not XKB aware, which lead to a multitude of issues. Situation with this patch is not perfect, but way better. - Analysis for shift/level3 event faking was broken, leading to e.g Shift+PgUp not being recognized correctly.- Fix
*major
* memory leak introduced by original 1.9 enabling patch
* Wed May 11 2011 sndirschAATTnovell.com- EXA-mixed-ModifyPixmapHeader-pitch-fixes.-bug-33929.patch
* EXA/mixed: ModifyPixmapHeader pitch fixes. (bnc #678264, bfo #33929)
* Tue Apr 26 2011 mhopfAATTnovell.com- bnc #605015 - Enable use of all keyboard layouts, independent of remotely set layout - Remove obsolete xorg-server-xf4vnc-bug605015-vnc-umlauts.diff - xorg-server-xf4vnc-bug605015-fix-keyboard-handling-xinput.diff This should basically already enable the use of other keyboards, if the remote keyboard stays at US. - xorg-server-xf4vnc-bug605015-fix-keycode-lookup-and-isolevel3shift.diff This patch fixes keycode lookup (not using any static keyboard layout any more) and ISO-Level3-Shift handling (enabling the use of keyboard layouts that use AltGr for reaching certain characters).
* Tue Feb 15 2011 mhopfAATTnovell.com- Disable Use-external-tool-for-creating-backtraces-on-crashes.patch: - Security isn\'t exactly fond of the patch (bnc#666578) - Patch potentially livelocks server in fork() (bnc#660166)
* Fri Feb 11 2011 mhopfAATTnovell.com- Update xorg-server-xf4vnc-fixes_1_9.diff: Fix Xvnc rendering issues.- Enable build of Xvnc again.- Merge xorg-server-xf4vnc-fix-crash-on-193.diff into xorg-server-xf4vnc-fixes_1_9.diff
* Thu Feb 03 2011 sndirschAATTnovell.com- disabled build of Xvnc and moved Xvfb to main package; xorg-x11-Xvnc will be a seperate package (bnc #660208)
* Mon Jan 10 2011 vuntzAATTopensuse.org- Add xorg-server-stop-cpu-eating.diff to avoid eating 100% of the CPU when auto-detecting which vt to use on startup.
* Wed Jan 05 2011 jeffmAATTsuse.de- pad-size-of-system-memory-copy-for-1x1-pixmaps:
* Pad size of system memory copy for 1x1 pixmaps (bnc#652523, bfo#32803)
* Mon Jan 03 2011 sndirschAATTnovell.com- use-last-screen.patch
* adjusted the patch to no longer segfault the Xserver during startup immediately when there isn\'t any screen section specified at all (bnc #661989)
* Mon Dec 27 2010 sndirschAATTnovell.com- use-last-screen.patch
* Use last Screen section found to prefer xorg.conf (bnc #661536, bfo #32430)
* Tue Dec 21 2010 sndirschAATTnovell.com- added xorg-server-xf4vnc-bug605015-vnc-umlauts.diff as patch, but still disabled
* Tue Dec 21 2010 mhopfAATTnovell.com- xorg-server-xf4vnc-fix-crash-on-193.diff Fix vnc startup crashes (bnc #660208). Reenabled build of Xvnc. Massive rendering errors, still.
* Tue Dec 21 2010 sndirschAATTnovell.com- bumped version number to 7.6_1.9.3
* Sun Dec 19 2010 sndirschAATTnovell.com- sync-fix.patch
* fixes the issue that gnome screensaver fadeout could not be stopped (bnc #648851)
* Sun Dec 19 2010 sndirschAATTnovell.com- xorg-docs 1.6
* Mon Dec 13 2010 sndirschAATTnovell.com- xorg-server 1.9.3
* This version is functionally equivalent to the second release candidate.
* Sat Dec 04 2010 sndirschAATTnovell.com- xorg-server 1.9.2.902 (1.9.3 RC2)
* includes various build and bug fixes to stability and correctness over previous releases
* Fri Dec 03 2010 sndirschAATTnovell.com- remove Xorg setuid bit (bnc #632737)
* Sun Nov 14 2010 sndirschAATTnovell.com- xorg-server 1.9.2.901 (1.9.3 RC1)
* many buildfixes and bugfixes
* Fri Nov 12 2010 sndirschAATTnovell.com- xorg-docs 1.5.99.901 (1.6 RC1)- adjusted xorg-x11-doc.diff
* Fri Nov 12 2010 sndirschAATTnovell.com- xorg-docs-1.5- adjusted xorg-docs.diff
* Tue Nov 09 2010 sndirschAATTnovell.com- disabled again vnc build due to immediate assertion during startup of Xvnc
* Tue Nov 09 2010 sndirschAATTnovell.com- uncommented non-existing xorg-server-xf4vnc-bug605015-vnc-umlauts.diff
* Tue Nov 09 2010 mhopfAATTnovell.com- xorg-server-xf4vnc-fixes_1_9.diff: Fix build of vnc server for 1.9 Xserver series.
* Mon Nov 01 2010 sndirschAATTnovell.com- xorg-server 1.9.2
* This is a brown-bag release to address an issue with the xorg-server-1.9.1 tarball. The version of util-macros used to build the 1.9.1 tarball was modified and could cause problems due to the absence of the -fno-strict-aliasing CFLAG. This tarball was packaged using the unmodified util-macros. This additionally contains a fix for a regression in XQuartz found by Christof Wolf.
* Mon Oct 25 2010 sndirschAATTnovell.com- commit-5c6a2f9.diff
* retain obsolete pixmapPrivate, just for ABI compatibility
* reenable patch
* Sun Oct 24 2010 sndirschAATTnovell.com- xorg-server 1.9.1 (final release)
* functionally equivalent to xorg-server 1.9.0.902
* Sat Oct 23 2010 sndirschAATTnovell.com- disable commit-5c6a2f9.diff for now
* Fri Oct 22 2010 sndirschAATTnovell.com- commit-5c6a2f9.diff xfree86: Kill pixmapPrivate with a vengeance (v2) ScrnInfo->pixmapPrivate only existed in order to catch invalid access to the framebuffer by making the backing data NULL across the VT switch. This was causing more confusion in the higher layers during mode setting without any real benefit, so remove it. v2: Kill ShadowModifyPixmapHeader() as well. (ABI change!)
* Fri Oct 15 2010 sndirschAATTnovell.com- xorg-server 1.9.0.902
* This release fixes an input regression introduced in 1.9.1 as well as some additional memory management issues.- obsoletes vbe-bufferoverflow.diff
* Fri Oct 15 2010 cooloAATTnovell.com- Xvfb requires xkb rules, so adjust requires of the extra package
* Fri Oct 01 2010 sndirschAATTnovell.com- xorg-server 1.9.0.901
* This is the first release candidate for xorg-server-1.9.1. We\'ve picked up fixes for some crashers and memory management problems as well as some minor new features including RandR support in XQuartz, 18bpp support in xfree86, and support for the nds32 architecture in xfree86.- adjusted zap_warning_xserver.diff
* Wed Aug 25 2010 mhopfAATTnovell.com- Use-external-tool-for-creating-backtraces-on-crashes.patch, xorg-backtrace: Use external script /usr/bin/xorg-backtrace for creating reasonable backtraces upon crashes.
* Mon Aug 23 2010 sndirschAATTsuse.de- set VIDEO_ABI_VERSION = 8 and INPUT_ABI_VERSION = 11 in specfile
* Mon Aug 23 2010 sndirschAATTsuse.de- xorg-server 1.9.0
* obsolete patches: - dmx-silly.patch - fixed-SYNC-extension-trigger-BlockHandler-test.diff - sw_cursor_on_randr.patch - xorg-evdev-conf.diff - xorg-server-commit-21ed660.diff - xorg-server-revert-event-mask.patch - xorg-x11-server-gl-apps-crash.patch
* adjusted patches - 0001-Fix-segfault-when-killing-X-with-ctrl-alt-backspace.patch - 0001-Xinput-Catch-missing-configlayout-when-deleting-dev.patch - CVE-2010-2240-tree_depth_limit.patch - cache-xkbcomp-output-for-fast-start-up.patch - confine_to_shape.diff - driver-autoconfig.diff - fpic.diff - xorg-detect-psb.patch - xorg-server-1.8.0.diff - xorg-server-nohwaccess.diff - xorg-server-option_libxf86config.diff - xorg-server-xf4vnc.patch - xserver-1.6.1-nouveau.patch - xserver-bg-none-root.patch
* vbe-bufferoverflow.diff - fixes vbe buffer overflow- disabled vnc build for now (standalone server + module)
* Thu Aug 19 2010 maxAATTsuse.de- Replaced the previous xdmcp fix with a simpler approach that doesn\'t cause login problems in xdm and kdm. (bnc#625593)
* Tue Aug 17 2010 sndirschAATTsuse.de- CVE-2010-2240-address_space_limit.patch/ CVE-2010-2240-tree_depth_limit.patch
* xorg stack/heap overlap fix (bnc #618152)
* Mon Aug 16 2010 sndirschAATTsuse.de- xorg-server-commit-21ed660.diff
* dix: make DeviceEvent coordinates signed for Xinerama (bnc #628295, bfo #24986)
* Tue Aug 10 2010 sndirschAATTsuse.de- xorg-server-revert-event-mask.patch
* locked up mouse event mask patch (bnc #619034)
* Mon Aug 09 2010 vuntzAATTopensuse.org- Add xorg-x11-server-gl-apps-crash.patch to fix crash with GL applications. See bnc#617651. The patch is taken from upstream on the server-1.8-branch and simply updates the glx/ and hw/xfree86/dri2/ directories.
* Wed Aug 04 2010 sndirschAATTsuse.de- use configure option \"--with-sha1=libcrypto\" to fix also plain rpmbuilds (bnc #627872)
* Thu Jul 08 2010 maxAATTsuse.de- Fix some shortcomings in the xdmcp implementation. It used to suppress loopback addresses from the list of potential display addresses to report to xdm, even when talking to xdm through a loopback address. Now only display addresses of the same kind as the xdm connection are reported to xdm. This most notably helps Xvnc servers contacting the local xdm, because they were severely affected by the suppression of loopback addresses.
* Mon Jun 28 2010 sndirschAATTsuse.de- missing_font_paths.diff:
* added /usr/share/fonts/{misc/sgi,truetype} to core font rendering default path; always use \":unscaled\" for bitmap font paths (bnc #616400)
* Fri May 28 2010 sndirschAATTsuse.de- xorg-detect-psb.patch
* remove again \"intellegacy\" from driver autoconfiguration; that reverts previous change (bnc #608315)
* Sun May 09 2010 sndirschAATTsuse.de- xorg-detect-psb.patch
* added \"intellegacy\" as fallback for \"intel\" (gets active if \'nomodeset\' is set as kernel option) since there is now a new package for the older intel driver, which still has UMS support
* Wed Apr 28 2010 sndirschAATTsuse.de- remove Xdmx manual page from xorg-x11-server, since it\'s already in xorg-x11-server-extra
* Mon Apr 26 2010 eichAATTsuse.de- Updated \"Prevent XSync Alarms from senslessly calling CheckTrigger()\" to make sure SyncTriggerInit() readds trigger to counter (bnc #584919).
* Mon Apr 26 2010 sndirschAATTsuse.de- Xdmx was disabled in favor of Nomad repository but it is apparently dead (no Xdmx for OpenSUSE 11.2, last build from early 2009). This patch re-enables Xdmx with some silly typo fixed (dmx-silly.patch). Contributed by
.
* Wed Apr 21 2010 eichAATTsuse.de- Prevent XSync Alarms from senslessly calling CheckTrigger() when inactive. If an XSync Alarm is set to inactive there is no need to check if a trigger needs to fire. Doing so if the counter is the IdleCounter will put the server on 100 percent CPU load since the select timeout is set to 0 (bnc #584919).
* Sat Apr 10 2010 sndirschAATTsuse.de- specfile cleanup- removed no longer useful xlog2xconf.sh
* Sat Apr 10 2010 sndirschAATTsuse.de- adjusted moblin-xserver-no-root-2.patch, renamed it to xorg-server-nohwaccess.diff and enable it by default- rename moblin-xorg-x11-nonroot-vesa.patch to xorg-x11-nonroot-vesa.patch- removed obsolete patch \'xserver-boottime.patch\'
* Thu Apr 08 2010 eichAATTnovell.com- Adapted and fixed \'noroot-background\' patch originally coming from the Moblin project and enable by default.
* Thu Apr 08 2010 eichAATTsuse.de- On ia64 the Xserver brings its own PIO functions (inb, outb, ...). These are supposed to overrule the ones provided by glibc. Unfortunately this doesn\'t seem to work under all circumstances. Therefore use inX/outX_ia64 and set appropriate defines.
* Thu Apr 08 2010 eichAATTsuse.de- Fix SIG11 on VT switch when using SW cursor with RandR (bnc #592614).
* Thu Apr 08 2010 roAATTsuse.de- fix evdev config file (use the one from xserver upstream)
* Tue Apr 06 2010 roAATTsuse.de- fix libxf86config (resolve references)
* Tue Apr 06 2010 sndirschAATTsuse.de- fix_fglrx_screendepth_issue.patch
* hardcode default color depth of fglrx driver to 24bit to fix video driver autoconfiguration (bnc #593878)
* Fri Apr 02 2010 sndirschAATTsuse.de- update to 1.8- obsoletes xorg-server-walk_drivers.diff- adjusted xorg-server-xf4vnc.patch- xorg-server-1.8.0.diff
* install evdev config file to the right directory
* Fri Mar 26 2010 sndirschAATTsuse.de- xorg-server-walk_drivers.diff:
* updated patch working more cleanly, fixed coding style, added comments (RĂ¼diger Oertel)
* Wed Mar 24 2010 sndirschAATTsuse.de- disabled udev support for openSUSE <= 11.2 (bnc #589997)
* Wed Mar 24 2010 roAATTsuse.de- re-do xorg-server-walk_drivers.diff again, different approach create screen sections for each possible drivers now it is really using the first driver as in full autoconfig
* Tue Mar 23 2010 sndirschAATTsuse.de- update to 1.7.99.902- fixed font path (\"--with-fontrootdir\")
* Mon Mar 22 2010 roAATTsuse.de- xserver-1.6.1-nouveau.patch (from fedora) Also, don\'t treat DRI setup failure as an error for nouveau.
* Mon Mar 22 2010 roAATTsuse.de- rework xorg-server-walk_drivers.diff
* Sun Mar 21 2010 roAATTsuse.de- re-implement walking list of possible drivers to find a working one
* Thu Mar 18 2010 roAATTsuse.de- update to 1.7.99 to get rid of hal - refresh patches - drop p_ia64-console.diff- remove hal-devel from buildrequires- add libudev-devel to buildrequires- add --enable-config-udev to configure
* Wed Mar 17 2010 roAATTsuse.de- drop un-applied patches p_pci-off-by-one.diff.ia64 xorg-x11-server-1.2.99-unbreak-domain.patch ia64linuxPciInit.diff exa-greedy.diff commit-c941479.diff moblin-hw-xf86-modes-Set-crtc-mode-rotation-transform-befo.patch moblin-xfree86-move-didLock-assignment-down-to-where-the-f.patch moblin-randr-fix-operation-order-so-that-rotation-transfor.patch
* Wed Mar 17 2010 sndirschAATTsuse.de- update to 1.7.6
* reintrocued record extension
* bugfixes
* Sat Feb 20 2010 sndirschAATTsuse.de- update to 1.7.5
* Only four fixes since the RC, with the fix for 25640 being rather noteworthy - if your X server crashed on replugging keyboards (or using a KVM), you\'re encouraged to upgrade. - dix: restore lastDeviceEventTime update in dixSaveScreens - Don\'t double-swap the RandR PropertyNotify event - Xi: reset the sli pointers after copying device classes. (bfo #25640) - RENDER: Fix gradient and solid fill pictures with Xinerama, and misc cleanup- obsoletes 0001-Don-t-double-swap-the-RandR-PropertyNotify-event.patch
* Fri Feb 12 2010 lchiquittoAATTnovell.com- 0001-Don-t-double-swap-the-RandR-PropertyNotify-event.patch
* The event is swapped in randr.c/SRROutputPropertyNotifyEvent, so it should not be swapped again here. (bnc #573446, bfo #26511)
* Sat Jan 16 2010 sndirschAATTsuse.de- set VIDEO_ABI_VERSION = 6 and INPUT_ABI_VERSION = 7 in specfile
* Thu Jan 14 2010 roAATTsuse.de- update to 1.7.4 - obsoletes acpi_events.diff - obsoletes loadmod-bug197195.diff - obsoletes events.diff - obsoletes acpi-warning.diff - obsoletes fbdev_fallback_fail_fix.diff - obsoletes bug-507190_xorg-x11-server-bnc381139-randr-reprobe-on-unsuspend.diff - obsoletes keyrelease-1.5.2.diff - obsoletes 0001-Unclaim-PCI-slot-if-driver-probing-fails.patch - obsoletes 0001-Fix-sporadic-segfault-on-resume-with-intel-KMS-due-t.patch - obsoletes bug532341.diff - obsoletes no-return-in-nonvoid-function.diff - adjusted 0001-Fix-segfault-when-killing-X-with-ctrl-alt-backspace.patch - adjusted bitmap_always_unscaled.diff - adjusted bug-197858_dpms.diff - adjusted cache-xkbcomp-output-for-fast-start-up.patch - adjusted driver-autoconfig.diff - adjusted fixed-SYNC-extension-trigger-BlockHandler-test.diff - adjusted fpic.diff - adjusted missing_font_paths.diff - adjusted p_default-module-path.diff - adjusted p_ia64-console.diff - adjusted p_xorg_acpi.diff - adjusted xorg-detect-psb.patch - adjusted xorg-server-xf4vnc-disable-dmxvnc.diff - adjusted xorg-server-xf4vnc-fix.diff - adjusted xorg-server-xf4vnc.patch - adjusted xorg-x11-server.changes - adjusted xorg-x11-server.spec - adjusted zap_warning_xserver.diff- removed truetype_fontpath.diff- removed libdri_noPanoramiXExtension_symbol.patch- exa-greedy.diff not applied- fixed xorg-detect-psb.patch: rewrite to use second level switch statement for device_id- /usr/$lib/X11/Options is gone (Remove xorgcfg \'Options\' list.)
* Sun Dec 13 2009 sndirschAATTsuse.de- added xlog2xconf, which is a script to create a minimal xorg.conf extracted from Xorg..log
* Sun Nov 29 2009 sndirschAATTsuse.de- driver-autoconfig.diff:
* VIA chipsets: switched to \"via\" as first try since \"via\" is no longer renamed to \"chrome9\" in -chrome9 driver package and - unichrome driver package now disables the \"via\" wrapper
* Fri Nov 27 2009 sndirschAATTsuse.de- missing_font_paths.diff
* added /usr/share/fonts/{URW,cyrillic} to font paths (bnc #558915)
* Mon Nov 02 2009 sndirschAATTsuse.de- build Xserver again with \'-O2\' instead of \'-O0\', which had been an unintentional change (bnc #551789)
* Mon Oct 19 2009 sndirschAATTsuse.de- add \'Option \"AutoAddDevices\" \"off\"\' to xorg.conf only as documented comment, since it caused a lot of confusion (bnc #548085 and various others)
* Mon Oct 12 2009 sndirschAATTsuse.de- xorg-server 1.6.5
* This release fixes the fact that 1.6.4 would crash on drivers that still tried to initialize the DGA extension. It also has a minor improvement for Xephyr to support nesting within an existing window at a different depth.- obsoletes dga-removal-fix.diff
* Fri Oct 09 2009 sndirschAATTsuse.de- since we no longer use xorg.conf make ZapWarning the default (bnc #545590)
* Thu Oct 08 2009 eichAATTsuse.de- Fix segfault when killing X with ctrl-alt-backspace. (bnc #545363)
* The damage structure for the cursor is not deregistered before deallocation, causing a subsequent DamageUnregister () to segfault. The problem may leave the text console unrestored. (0001-Fix-segfault-when-killing-X-with-ctrl-alt-backspace.patch)
* Wed Oct 07 2009 eichAATTsuse.de- 0001-Check-harder-for-primary-PCI-device.patch (bnc #545458)
* Primary PCI devices are identified by checking for an \'PCIINFOCLASSES\' device which is VGA and has access to the memory bars enabled. If there should be more than one device for which this is true redo the check and also check if IO resoures are also enabled, if this still doesn\'t turn up a unique result also check for the presence of a BIOS rom.
* Wed Oct 07 2009 sndirschAATTsuse.de- driver-autoconfig.diff
* GeForce 6150SE support broken on nv (bnc #465190/544674)
* Thu Oct 01 2009 sndirschAATTsuse.de- dga-removal-fix.diff
* Here\'s an updated patch -- removes the _X_INTERNAL from the .c files, renames xf86DiDGAInit to _xf86_di_dga_init_internal, and renames xf86DiDGAReInit to _xf86_di_dga_reinit_internal.
* Tue Sep 29 2009 sndirschAATTsuse.de- dga-removal-fix.diff
* \"Removing DGA ended up breaking any drivers calling into the old xf86DiDGAInit function as it tried to see if DGA was already enabled and ended up crashing if the VT wasn\'t completely initialized. Oops.\"
* Mon Sep 28 2009 sndirschAATTsuse.de- xorg-server 1.6.4
* fbdevhw: Test for graphics:fb%d as well as graphics/fb%d
* render: return the supported version rather than just passing the proto\'s version
* xfree86/modes: Remove all framebuffer support from DGA
* dri2: Don\'t crash if pPriv is NULL.
* Don\'t send events through the master if the device has SendCoreEvents off.
* Don\'t reset the lastDeviceEventTime when doing DPMS actions
* dix: append \"built-ins\" to the font path in SetDefaultFontPath
* Mon Sep 28 2009 sndirschAATTsuse.de- bug532341.diff
* fixes Xserver crash when running x11perf -shmputxy10 test case (bnc #532341, bfo #23298)
* Mon Sep 21 2009 mhopfAATTnovell.com- Less intrusive fix for server segfault. Should fix fdo #24010 (memleak).
* Thu Sep 10 2009 sndirschAATTsuse.de- %post: modify xorg.conf if required
* do not change input driver behaviour for existing X.Org configurations
* Wed Sep 09 2009 sndirschAATTsuse.de- moblin-use_preferred_mode_for_all_outputs.diff
* use each outputs preferred mode (bnc #537488)
* Tue Sep 08 2009 mhopfAATTnovell.com- Prefer locally defined symbols in modules (bnc #534768).
* Fri Sep 04 2009 mhopfAATTnovell.com- 0001-Fix-sporadic-segfault-on-resume-with-intel-KMS-due-t.patch: Fixes segfaults with intel and KMS upon resume (only occuring sporadically).
* Thu Aug 27 2009 eichAATTsuse.de- Update to 1.6.4 RC1, adapted patches.
* Fri Aug 14 2009 sndirschAATTsuse.de- 0001-config-don-t-shutdown-the-libhal-ctx-if-it-failed-to.patch
* no longer need to revert commit c941479 (bnc #528397, bfo #23213)
* Tue Aug 11 2009 sndirschAATTsuse.de- revert commit c941479 (bnc #528397)
* Tue Aug 04 2009 eichAATTsuse.de- Resynced with patches from Intel\'s Moblin project.- Updated patches to aply cleanly again.
* Sat Aug 01 2009 sndirschAATTsuse.de- xorg-server 1.6.3
* This mostly just collects a bunch of minor fixes since 1.6.2. Two notable inclusions are: - Replacing dixLookupResource with dixLookupResourceByType, dixLookupResourceByClass. This returns us to having two resource lookup functions, but this time we have a more sensible name and argument set. - Fixing RandR transforms for drivers providing set_mode_major. These patches were originally slated to land in 1.6.2 but I missed them somehow.- obsoletes commit-cadf65a.diff
* Wed Jul 08 2009 sndirschAATTnovell.com- xorg-server 1.6.2
* This is the second update to the 1.6 version and is designed to be a drop-in compatible version with various bug fixes and other improvements.- obsoletes various patches
* bug-507190_xorg-x11-server-bnc381139-randr-fix-timestamps.diff
* includes-fix.diff
* security-Fix-a-crash-caused-by-wrong-ordering-of-fo.patch
* security-Grant-untrusted-windows-remove-access-on-a.patch
* security-Revert-behavior-of-extension-access-for-co.patch- adjusted zap_warning_xserver.diff
* Thu Jul 02 2009 mhopfAATTnovell.com- Adapt vnc patches to changes in input infrastructure (fixes bnc #508553)
* Wed Jun 24 2009 mhopfAATTnovell.com- Unclaim PCI slot if driver probing fails (fixes bnc #511529)
* Fri Jun 19 2009 sndirschAATTsuse.de- includes-fix.diff
* build fix- truetype_fontpath.diff
* added /usr/share/fonts/truetype to default font path
* Thu Jun 11 2009 sndirschAATTsuse.de- use %moblin define in specfile
* Wed Jun 10 2009 sndirschAATTsuse.de- xserver-1.5.0-bg-none-root.patch
* removed patch for compalloc.c, which hurts on Moblin- disabled xserver-1.5.0-bg-none-root.patch (only useful for Moblin)
* Tue Jun 09 2009 sndirschAATTsuse.de- diabled build of Xdmx since it conflict\'s with NOMAD\'s Xdmx (bnc #511269)
* Fri Jun 05 2009 sndirschAATTsuse.de- driver-autoconfig.diff
* ati ==> fglrx --> radeonhd --> ati
* nv ==> nvidia --> nouveau --> nv (FATE #305109)
* openchrome ==> chrome9 --> openchrome --> unichrome
* registered vboxvideo- obsoletes radeonhd.diff/radeonhd.h
* Fri Jun 05 2009 sndirschAATTsuse.de- keyrelease-git.diff
* xkb: Don\'t press+release keys on key events. Fixes submission of F7 to apps on switch from console for drivers that switch fast enough (bnc #141443).
* Thu Jun 04 2009 sndirschAATTsuse.de- autoconfig_fallback_fbdev_first.diff
* fallback to fbdev first, then vesa instead of the other way round
* Tue Jun 02 2009 eichAATTsuse.deFrederico\'s patches to support reprobing of connected displays on EnterVT and fixes to set event timestamps properly.- Re-probe RANDR outputs on laptop unsuspend.- Make RANDR \'set\' timestamps follow client specified time.- Add missing fields to SRR
*NotifyEvent().
* Tue Jun 02 2009 eichAATTsuse.de- Patches taken from Moblin:
* security: Grant untrusted windows remove access on all windows.
* security: Fix a crash caused by wrong ordering of format arguments.
* security: Revert behavior of extension access for compatibility.
* Autodetect Plousbo chips.
* add -nb command line option to supress root window background stet on startup.
* cache xkb output for fast startup.
* make noPanoramiXExtension symbol local and initialize.
* Thu May 28 2009 sndirschAATTsuse.de- fbdev_fallback_fail_fix.diff
* fix fbdev fallback failure if no xorg.conf exists; fbdev driver complained about required BusID (Egbert Eich)
* Thu Apr 30 2009 sndirschAATTsuse.de- instead of require do provide INPUT_ABI_VERSION/VIDEO_ABI_VERSION to fix dependancy loop
* Thu Apr 30 2009 sndirschAATTsuse.de- xkeyboard-config should be required by xorg-x11-driver-input- require INPUT_ABI_VERSION = 4 (provided by xorg-x11-driver-input)- require VIDEO_ABI_VERSION = 5 (provided by xorg-x11-driver-video)- require libpixman-1-0 >= 0.15.2
* Tue Apr 28 2009 sndirschAATTsuse.de- enable DRI2 build
* Tue Apr 14 2009 sndirschAATTsuse.de- xorg-server 1.6.1
* Mon Mar 23 2009 sndirschAATTsuse.de- fixed-SYNC-extension-trigger-BlockHandler-test.diff (bnc #472046)
* Reworked ComputeBracketValues():
* Reworked previous patch to IdleTimeBlockHandler() (commit 1f4fb022) (Egbert Eich)
* Tue Mar 10 2009 sndirschAATTsuse.de- commit-cadf65a.diff
* randr: Nuke broken set_origin shortcut. Shortcut is impossible to implement this way, because we don\'t know for sure whether the crtc of an output has changed or not. (bnc #482838)
* Mon Mar 09 2009 mmarekAATTsuse.cz- renamed modprobe config to /etc/modprobe.d/50-nvidia.conf (required by new module-init-tools).
* Sun Mar 08 2009 sndirschAATTsuse.de- radeonhd.diff/radeonhd.h:
* prefer radeonhd for autoconfig for ATI >= R500
* Sun Mar 08 2009 sndirschAATTsuse.de- added hal-devel to BuildRequires for input driver configuration support via HAL, e.g. evdev
* Wed Mar 04 2009 sndirschAATTsuse.de- removed randr12-8d230319040f0a7f72231da2bf5ec97dc3612e21.diff; probably a wrong patch since this commit has been reverted right after by commit b4193a2eee80895c5641e77488df0e72a73a3d99 again- no longer overwrite xorg.conf with an obsolete one; obsoletes disable-root-xorg_conf.diff
* Tue Mar 03 2009 sndirschAATTsuse.de- regenerated xorg-server-xf4vnc.patch (still disabled)