]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/xserver.git/blob - debian/changelog
13e5a5e0c5a9f09522bcc4ac2155a2230868ff79
[glsdk/xserver.git] / debian / changelog
1 xorg-server (2:1.11.4-0ubuntu10.5) precise-security; urgency=low
3   * SECURITY UPDATE: do not use input device names in logging format
4     strings (LP: #996250):
5     - debian/patches/509_log-format-fix.patch: backported upstream changes.
6     - CVE-2012-2118
8  -- Steve Beattie <sbeattie@ubuntu.com>  Mon, 09 Jul 2012 15:24:55 -0700
10 xorg-server (2:1.11.4-0ubuntu10.3) precise-proposed; urgency=low
12   [ Maarten Lankhorst ]
13   * Add upstream patches for proper device disabling (LP: #1009629)
14     - 510-dix-return-early-from-DisableDevice-if-the-device-is.patch
15     - 511-dix-move-freeing-the-sprite-into-a-function.patch
16     - 512-dix-free-the-sprite-when-disabling-the-device.patch
17     - 513-dix-disable-non-sprite-owners-first-when-disabling-p.patch
18     - 514-Xi-drop-forced-unpairing-when-changing-the-hierarchy.patch
19     - 515-dix-disable-all-devices-before-shutdown.patch
21  -- Chase Douglas <chase.douglas@ubuntu.com>  Wed, 20 Jun 2012 09:12:44 -0700
23 xorg-server (2:1.11.4-0ubuntu10.2) precise-proposed; urgency=low
25   * Release buttons when device is disabled on suspend (LP: #968845)
26     - Add temporary patch 508_device_off_release_buttons.patch from upstream
28  -- Chase Douglas <chase.douglas@ubuntu.com>  Sat, 05 May 2012 13:17:34 -0700
30 xorg-server (2:1.11.4-0ubuntu10.1) precise-proposed; urgency=low
32   [ Bryce Harrington ]
33   * Enable 227_null_ptr_midispcur.patch to apply
35   [ Chase Douglas ]
36   * Update to xserver 1.12.1 for the input stack
37   * Drop patches merged upstream in 1.12.1:
38     - 501_touch_accept_end.patch
39     - 502_indirect_touch_window_set.patch
40     - 503_fix_mouse_warp.patch
41     - 504_implement_passive_touch_ungrab.patch
42   * Fix patch 506_touchscreen_pointer_emulation_checks.patch after upstream
43     review
44   * Fix various touchscreen issues (LP: #974887)
45     - Add temporary patch 506_touchscreen_fixes.patch, which is a combination of
46       multiple upstream patches
48  -- Chase Douglas <chase.douglas@ubuntu.com>  Thu, 19 Apr 2012 12:34:54 -0700
50 xorg-server (2:1.11.4-0ubuntu10) precise; urgency=low
52   * Fix touchscreen pointer emulation (LP: #949791)
53     - Add temporary patch 506_touchscreen_pointer_emulation_checks.patch
55  -- Chase Douglas <chase.douglas@ubuntu.com>  Wed, 04 Apr 2012 16:53:33 -0700
57 xorg-server (2:1.11.4-0ubuntu9) precise; urgency=low
59   * Report button press when touchscreen touch is active (LP: #972985)
60     - Add temporary patch 505_query_pointer_touchscreen.patch
61     - Fixes some compiz/unity touchscreen issues
63  -- Chase Douglas <chase.douglas@ubuntu.com>  Tue, 03 Apr 2012 19:04:01 -0700
65 xorg-server (2:1.11.4-0ubuntu8) precise; urgency=low
67   [ Chase Douglas ]
68   * Fix crash at startup due to input option abi break (LP: #931397)
69     - Revert two commits from upstream 1.12 input stack
71   [ Bryce Harrington ]
72   * debian/patches/227_null_ptr_midispcur.patch:
73     - Check for NULL pointer before dereferencing pointer from
74       miGetDCDevice.  Fixes crash after connecting a bluetooth keyboard.
75       (LP: #930936)
77   [ Chase Douglas ]
78   * Fix mouse warping and clipping (LP: #948938)
79     - Add temporary patch 503_fix_mouse_warp.patch
80   * Implement passive touch ungrab (LP: #968726)
81     - Add temporary patch 503_implement_passive_touch_ungrab.patch
82   * Bump lintian standards to 3.9.3
84  -- Chase Douglas <chase.douglas@ubuntu.com>  Thu, 29 Mar 2012 18:09:19 -0700
86 xorg-server (2:1.11.4-0ubuntu7) precise; urgency=low
88   * debian/patches/111_armel-drv-fallbacks.patch:
89     - Avoid loading the driver to test if it's available. Xorg will later load
90       and validate the module, and if it's already loaded it'll trigger an
91       error and invalidate the driver (LP: #959928)
93  -- Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>  Tue, 20 Mar 2012 02:09:18 -0300
95 xorg-server (2:1.11.4-0ubuntu6+ti1.0) precise; urgency=low
97   * Rebased dri2video support on 0ubuntu6
99  -- Xavier Boudet <x-boudet@ti.com>  Thu, 15 Mar 2012 11:18:25 +0000
101 xorg-server (2:1.11.4-0ubuntu6) precise; urgency=low
103   * debian/patches/500_pointer_barrier_thresholds.diff:
104     - Don't try to send events from the context of the SIGIO handler.  That
105       leads to the dark side, or at least to server freezes when trying to
106       reveal the launcher in Unity (LP: #946954).  May also fix other seemingly
107       random X server crashes.
108     - Add build-time tests to make check for barrier behaviour.  These are
109       disabled, pending gtest, xorg-gtest, and xserver-xorg-video-dummy MIRs.
111  -- Christopher James Halse Rogers <raof@ubuntu.com>  Fri, 09 Mar 2012 19:16:02 +1100
113 xorg-server (2:1.11.4-0ubuntu5) precise; urgency=low
114   * Update to 1.12 input stack 
115   * Drop input patches that have been merged upstream:
116     - 600-Revert-dix-deduplicate-callers-of-DeliverDeviceEvent.patch
117     - 601-Store-window-pointer-in-touch-listener-record.patch
118     - 602-Factor-out-TouchEnd-generation-and-delivery.patch
119     - 603-Export-TouchEventRejected-as-TouchRejected.patch
120     - 604-Move-AllowTouch-to-dix-touch.c-and-rename-to-TouchAc.patch
121     - 605-Check-for-proper-window-ID-when-processing-touch-all.patch
122     - 606-Implement-early-touch-reject.patch
123     - 607-Implement-touch-early-accept.patch
124     - 608-dix-fix-an-out-of-memory-crash.patch
125     - 609-Xi-handle-new-XIAllowEvents-request-in-inputproto-2..patch
126     - 610-Fix-scrolling.patch
127     - 611-Fix-touch-punt-crash.patch
128     - 612-Fix-vcp-touches-corruption.patch
129     - 613-Keep-vcp-touch-class.patch
130   * Fix indirect touch grab handling (LP: #929408)
131     - Add temporary patch 501_touch_accept_end.patch
132     - Add temporary patch 502_indirect_touch_window_set.patch
134  -- Chase Douglas <chase.douglas@ubuntu.com>  Wed, 07 Mar 2012 15:36:20 -0800
136 xorg-server (2:1.11.4-0ubuntu4+ti1.0) precise; urgency=low
138   * Rebased dri2video support on 0ubuntu4 patch
140  -- David Bercovitz <d-bercovitz@ti.com>  Fri, 02 Mar 2012 12:59:02 +0000
142 xorg-server (2:1.11.4-0ubuntu4) precise; urgency=low
144   * debian/patches/500_pointer_barrier_thresholds.diff:
145     - Make the velocity calculation more robust on screen edges.  Fixes reveal
146       behaviour on nVidia 295.20 driver, which now clamps the pointer to the
147       visible screen area. (LP: #937792)
149  -- Christopher James Halse Rogers <raof@ubuntu.com>  Tue, 21 Feb 2012 17:04:41 +1100
151 xorg-server (2:1.11.4-0ubuntu3+ti1.0) precise; urgency=low
153   * Added dri2video support
155  -- David Bercovitz <d-bercovitz@ti.com>  Wed, 22 Feb 2012 16:43:17 +0100
157 xorg-server (2:1.11.4-0ubuntu3) precise; urgency=low
159   * Fix touch class memory corruption
160     - Add 612-Fix-vcp-touches-corruption.patch
161     - Add 613-Keep-vcp-touch-class.patch
163  -- Chase Douglas <chase.douglas@ubuntu.com>  Mon, 13 Feb 2012 15:54:04 -0800
165 xorg-server (2:1.11.4-0ubuntu2) precise; urgency=low
167   * Fix crash when punting a touch to a non-existent owner
168     - Add 611-Fix-touch-punt-crash.patch
170  -- Chase Douglas <chase.douglas@ubuntu.com>  Mon, 13 Feb 2012 12:10:02 -0800
172 xorg-server (2:1.11.4-0ubuntu1) precise; urgency=low
174   [ Chase Douglas ]
175   * Allow for non-root config paths so xorg-gtest can be run without root
176     - Add 225_non-root_config_paths.patch backported from upstream
178   [ Alberto Milone]
179   * debian/patches/226_fall_back_to_autoconfiguration.patch:
180     - Fall back to autoconfiguration for graphics drivers in some cases
181       instead of letting X fail when configuration files are available.
183   [ Chase Douglas ]
184   * Update to 1.11.99.902 input stack
185   * Update to 1.11.4 for everything else
186   * Drop input patches that have been merged upstream:
187     - 220_dont_scale_indirect.patch
188     - 221_pointer_motion_update_fix.patch
189     - 222_touch_valuators_absolute.patch
190     - 223_indirect_touch_x_y_valuators.patch
191   * Add reviewed input patches that have not been merged upstream yet:
192     - 600-Revert-dix-deduplicate-callers-of-DeliverDeviceEvent.patch
193     - 601-Store-window-pointer-in-touch-listener-record.patch
194     - 602-Factor-out-TouchEnd-generation-and-delivery.patch
195     - 603-Export-TouchEventRejected-as-TouchRejected.patch
196     - 604-Move-AllowTouch-to-dix-touch.c-and-rename-to-TouchAc.patch
197     - 605-Check-for-proper-window-ID-when-processing-touch-all.patch
198     - 606-Implement-early-touch-reject.patch
199     - 607-Implement-touch-early-accept.patch
200     - 608-dix-fix-an-out-of-memory-crash.patch
201     - 609-Xi-handle-new-XIAllowEvents-request-in-inputproto-2..patch
202     - 610-Fix-scrolling.patch (LP: #925785)
203   * Bump deps on x11proto-input-dev to 2.1.99.6
205  -- Chase Douglas <chase.douglas@ubuntu.com>  Fri, 10 Feb 2012 16:27:25 -0800
207 xorg-server (2:1.11.3-0ubuntu10) precise; urgency=low
209   * Drop 214_glx_dri_searchdirs.patch, drisearchdirs is no longer
210     exported in mesa's dri.pc because of multiarch and the only consumer
211     (dri-alternates) is no longer used.
213  -- Robert Hooker <sarvatt@ubuntu.com>  Thu, 02 Feb 2012 12:08:55 -0500
215 xorg-server (2:1.11.3-0ubuntu9) precise; urgency=low
217   * debian/patches/500_pointer_barrier_thresholds.diff:
218     - Implement proposed XFIXES 6.0 protocol.  This protocol is subject to
219       change, use at own risk!
220   * debian/control:
221     - Bump build-dep on x11proto-fixes to pick up new protocol definition
223  -- Christopher James Halse Rogers <raof@ubuntu.com>  Fri, 27 Jan 2012 20:05:42 +1100
225 xorg-server (2:1.11.3-0ubuntu8) precise; urgency=low
227   * debian/patches/224_return_BadWindow_not_BadMatch.diff:
228     - Fix the error values of a whole slew of window-related calls.
229       Fixes some gnome-settings-daemon aborts in XLib (LP: #903973)
231  -- Christopher James Halse Rogers <raof@ubuntu.com>  Mon, 23 Jan 2012 16:09:29 +1100
233 xorg-server (2:1.11.3-0ubuntu7) precise; urgency=low
235   * Fixes for relative devices
236     - Add 220_dont_scale_indirect.patch
237     - Add 221_pointer_motion_update_fix.patch
238     - Add 222_touch_valuators_absolute.patch
239     - Add 223_indirect_touch_x_y_valuators.patch
241  -- Chase Douglas <chase.douglas@ubuntu.com>  Thu, 19 Jan 2012 16:23:28 -0800
243 xorg-server (2:1.11.3-0ubuntu6) precise; urgency=low
245   * Bump Build-Depends on x11proto-input-dev to 2.1.99.5
247  -- Chase Douglas <chase.douglas@ubuntu.com>  Tue, 17 Jan 2012 22:22:57 +0100
249 xorg-server (2:1.11.3-0ubuntu5) precise; urgency=low
251   * Add Breaks clause for XInput changes
252     - qt4-x11 < 4:4.8.0-1ubuntu2 (crashes due to XI ABI change)
253     - utouch-geis < 2.2.3 (infinite loop if utouch XCB backend is unavailable)
254     - utouch-frame < 2.1.0 (crashes due to XI ABI change)
255     - unity < 5.0.0 (crashes if utouch stack is unavailable)
257  -- Chase Douglas <chase.douglas@ubuntu.com>  Tue, 17 Jan 2012 22:03:35 +0100
259 xorg-server (2:1.11.3-0ubuntu4) precise; urgency=low
261   * Merge in input changes from upstream master through commit 954bb99
262   * Remove temporary patch 220_grab_event_time.patch
264  -- Chase Douglas <chase.douglas@ubuntu.com>  Tue, 17 Jan 2012 19:52:04 +0100
266 xorg-server (2:1.11.3-0ubuntu3) precise; urgency=low
268   * Add temporary patch for fixing grab time bug
269     - Add 220_grab_event_time.patch
271  -- Chase Douglas <chase.douglas@ubuntu.com>  Wed, 11 Jan 2012 07:41:04 -0800
273 xorg-server (2:1.11.3-0ubuntu2) precise; urgency=low
275   * Merge in input changes from upstream master through commit 8722ad6
276   * Remove temporary patch 220_test-loop.patch, merged upstream
278  -- Chase Douglas <chase.douglas@ubuntu.com>  Tue, 10 Jan 2012 10:48:31 +0100
280 xorg-server (2:1.11.3-0ubuntu1) precise; urgency=low
282   * New upstream bugfix release
283   * Merge in input changes from upstream master through commit e7df42a
284   * Bump input ABI
285   * Bump x11proto-input-dev build dependency version
286   * Add temporary patch for fixing a test case loop
287     - Add 220_test-loop.patch
289  -- Chase Douglas <chase.douglas@ubuntu.com>  Thu, 22 Dec 2011 12:11:39 -0800
291 xorg-server (2:1.11.2.902-1ubuntu1) precise; urgency=low
293   * Drop prototype XI multitouch patches
294   * Merge in input changes from upstream master through commit 7da7aa9
295   * Bump input ABI
296   * Refresh patches
297     - Drop 210_pixman_null_ptr_check.patch, merged upstream
299  -- Chase Douglas <chase.douglas@ubuntu.com>  Wed, 14 Dec 2011 16:06:37 -0800
301 xorg-server (2:1.11.2.902-1) unstable; urgency=low
303   [ Julien Cristau ]
304   * New upstream release candidate (1.11.3 RC2)
306  -- Cyril Brulebois <kibi@debian.org>  Sat, 10 Dec 2011 22:36:42 +0100
308 xorg-server (2:1.11.2.901-1) unstable; urgency=low
310   * New upstream release candidate (1.11.3 RC1):
311     - As usual: Fixes for various crashes and correctness issues.
312     - In particular: Fix for crash when starting a game (in wine) twice
313       (Closes: #637448).
314     - Also: Fix crashes with server regeneration (Closes: #649420).
315   * Add some lintian overrides:
316     - xserver-xorg-core: breaks-without-version against virtual packages
317       is perfectly OK.
318   * Don't forget to ship xorg.conf.d(5) in xserver-xorg-core.
320  -- Cyril Brulebois <kibi@debian.org>  Tue, 29 Nov 2011 17:04:09 +0100
322 xorg-server (2:1.11.1.902-1) unstable; urgency=low
324   * New upstream release candidate (1.11.2 RC2):
325     - Fixes for various crashes and correctness issues.
327  -- Cyril Brulebois <kibi@debian.org>  Wed, 02 Nov 2011 11:10:03 +0100
329 xorg-server (2:1.11.1.901-2) unstable; urgency=high
331   * Merge from upstream to get CVEs fixed:
332     - Fix CVE-2011-4028: File disclosure vulnerability.
333     - Fix CVE-2011-4029: File permission change vulnerability.
334   * Set urgency to “high” accordingly.
336  -- Cyril Brulebois <kibi@debian.org>  Thu, 20 Oct 2011 15:04:53 +0200
338 xorg-server (2:1.11.1.901-1) unstable; urgency=low
340   * New upstream release candidate (1.11.2 RC1)
341     + Disable check of double-aligned in test/input.c on Renesas SH
342       (closes: #636673)
343   * Use dpkg-buildflags to enable hardening with recent dpkg.
344   * Enable PIE with DEB_BUILD_MAINT_OPTIONS, but add -Bsymbolic to LDFLAGS to
345     reduce performance loss from PIE.
346   * Pass --disable-silent-rules to configure.
347   * Drop dh_testroot from clean target.
348   * Add dummy build-{arch,indep} targets depending on build.
350  -- Julien Cristau <jcristau@debian.org>  Sat, 15 Oct 2011 19:05:41 +0200
352 xorg-server (2:1.11.1-1) unstable; urgency=high
354   [ Cyril Brulebois ]
355   * Bump glproto dependency for xserver-xorg-dev (Closes: #639651).
356   * Set urgency to “high” since there were no issues other than the libwfb
357     one (see below) in the last 4 weeks.
359   [ Julien Cristau ]
360   * New upstream bugfix release
361     - belatedly bump extension ABI major
362     - add missing fbFoo → wfbFoo renames for libwfb.so, fixing issues with the
363       nvidia driver (closes: #641344)
365  -- Cyril Brulebois <kibi@debian.org>  Sat, 24 Sep 2011 11:23:17 +0200
367 xorg-server (2:1.11.0-1ubuntu1~prep1) oneiric; urgency=low
369   * Merge from Debian experimental.  Remaining Ubuntu changes
370     - Fill in later
371   * Drop all XI2.1 multitouch patches, pending Chase's rework.
372   * 217_revert_bgnonevisitwindow.patch:
373   * 219_fedora-pointer-barriers.diff:
374     - Drop; included in the new upstream release.
376  -- Christopher James Halse Rogers <chris@cooperteam.net>  Sat, 10 Sep 2011 21:26:49 -0700
378 xorg-server (2:1.11.0-1) unstable; urgency=low
380   [ Julien Cristau ]
381   * Make xvfb, xnest, xserver-xephyr and xserver-xfbdev provide the xserver
382     virtual package again.
384   [ Cyril Brulebois ]
385   * New upstream release:
386     - Fix assertion failure when calling dixSetPrivate (Closes: #632549).
387       Thanks, Mohammed Sameer!
388     - Fix memcpy abuse in the fb layer (Closes: #626682).
390  -- Cyril Brulebois <kibi@debian.org>  Sun, 28 Aug 2011 12:53:06 +0200
392 xorg-server (2:1.10.99.901+git20110731-1) experimental; urgency=low
394   [ Cyril Brulebois ]
395   * New upstream release candidate.
396   * Bump serverminver, as well as input and video ABI.
397   * Adapt 15-nouveau.diff to cope with the glxdricommon-ification of
398     GLX probing. Nouveau users might still see an error (EE) mentioning
399     the fallback to software rendering.
400   * Bump pixman build-dep/dep to 0.21.8.
401   * Bump xutils-dev build-dep for new macros.
402   * Drop libglib2.0-dev build-dep, no longer needed for unit tests.
403   * Bump x11proto-fixes-dev build-dep for pointer barriers support.
405   [ Julien Cristau ]
406   * Update to git HEAD.
407     + DIX: Set backgroundState correctly for root window (Closes: #632134)
408   * Bump xproto, dri2proto and glproto build-dependencies.
409   * Merge packaging changes from the 1.10.x branch:
410     + Bump libgl1-mesa-dri versioned Recommends to 7.10.2-4, to lower the
411       odds of having a server built against multiarched mesa, installed
412       along a pre-multiarch mesa. The Breaks in mesa packages take care of
413       the other way round already.
414     + And since the server's binNMU managed to migrate to testing way too
415       early, add a Breaks against pre-multiarch libgl1-mesa-dri and
416       libgl1-mesa-dri-experimental.
417     + Bump Standards-Version to 3.9.2 (no changes).
418     + Add Breaks on drivers abandoned between lenny and squeeze.  This helps
419       apt decide to remove them instead of removing all of X.  Thanks, David
420       Kalnischkies!
421   * Drop obsolete 20-workaround-36986.diff.
422   * Fix patch stamp dependency.
424  -- Julien Cristau <jcristau@debian.org>  Sun, 31 Jul 2011 22:15:07 +0200
426 xorg-server (2:1.10.4-1ubuntu1) oneiric; urgency=low
428   [ Christopher James Halse Rogers ]
429   * Drop i8xx-disablement patch.  2.6.39 and later kernels contain a patch
430     which alledgedly fixes the cache-incoherency problems. (LP: #817814)
432   [ Ricardo Salveti de Araujo ]
433   * debian/patches/112_armel-pvr-drv.patch:
434     - Include support for the pvr driver available on OMAP 4 (LP: #828494)
436   [ Timo Aaltonen ]
437   * Merge from Debian unstable.
438     - Fixes Xephyr assert failure in dixGetPrivateAddr (LP: #821090)
439   * debian/rules: Modify the patch stampdir creation.
440   * Update patch 500_xi2.1.patch to apply.
441   * Refresh patches.
442   * debian/rules: Add PATH for the xvfb-run check, otherwise Xvfb is not found.
443   * debian/rules: Shift the xvfb-run test to be run later, to ensure that the
444     binaries are installed.
446   [ Bryce Harrington ]
447   * debian/rules: Add check target invoking xvfb-run to test that it works
448   * debian/control: Add build dependency on xauth, required by xvfb-run
450   [ Chase Douglas ]
451   * Add fixes for touch grab handling, courtesy of Carlos Garnacho
452     - 505_Xi_ensure_replayed_touch_events_have_devices.patch
453     - 506_Xi_ensure_touch_events_update_currentTime.patch
454     - 507_dix_Ensure_touch_events_are_delivered_to_next_client.patch
456  -- Timo Aaltonen <tjaalton@ubuntu.com>  Fri, 09 Sep 2011 14:13:07 +0300
458 xorg-server (2:1.10.4-1) unstable; urgency=low
460   [ Timo Aaltonen ]
461   * New upstream release.
463  -- Cyril Brulebois <kibi@debian.org>  Wed, 24 Aug 2011 10:44:42 +0200
465 xorg-server (2:1.10.3-1) unstable; urgency=medium
467   [ Cyril Brulebois ]
468   * New upstream release (with just a version bump).
469   * Remove the Replaces: xdmx from xdmx-tools, that was before lenny.
470   * Add a Breaks: libgl1-mesa-dri-no-multiarch, to handle upgrades from
471     squeeze-backports (without multiarch) to wheezy (with multiarch).
472   * Set urgency to “medium” to speed things up. Migration to testing is
473     a prerequisite for squeeze backports.
475   [ Julien Cristau ]
476   * Merge packaging changes lost from the 1.7 (squeeze) branch:
477     + Add Breaks on drivers abandoned between lenny and squeeze.  This helps
478       apt decide to remove them instead of removing all of X.  Thanks, David
479       Kalnischkies!
480     + Set default xkb rules to evdev on linux, to work around a wrong default in
481       configure.ac and an Xorg issue where it reverts to the default on reset.
482       Thanks to Bastian Blank for the report.
484  -- Cyril Brulebois <kibi@debian.org>  Sun, 07 Aug 2011 19:35:07 +0200
486 xorg-server (2:1.10.2.902-1ubuntu3) oneiric; urgency=low
488   * debian/patches/220_xi21_always_deliver_raw_events.diff:
489     - Backport patch from the mailing list to deliver raw events regardless of
490       grab state.  Bon appétit, DX!
492  -- Christopher James Halse Rogers <raof@ubuntu.com>  Mon, 11 Jul 2011 10:03:26 +1000
494 xorg-server (2:1.10.2.902-1ubuntu2) oneiric; urgency=low
496   [ Bryce Harrington ]
497   * rules:  patch needs to depend on stampdir, else it doesn't get created,
498     and 'debian/rules patch' malfunctions.
500   [ Chase Douglas ]
501   * Fix event handling when neither X nor Y coordinates are set (LP: #806256)
502     - Added 504_fix_no_coords.patch
504   [ Christopher James Halse Rogers ]
505   * rules: Add both /usr/lib/xorg/extra-modules and
506     /usr/lib/$MULTIARCH/xorg/extra-modules for extra modules.
507     Fixes GLX for the proprietary drivers after a mesa upgrade (LP: #807209)
509  -- Christopher James Halse Rogers <raof@ubuntu.com>  Fri, 08 Jul 2011 13:16:59 +1000
511 xorg-server (2:1.10.2.902-1ubuntu1) oneiric; urgency=low
513   * Merge from Debian unstable. (LP: #441653)
514     - Update 500_xi2.1.patch to apply.
515     - Drop patch 218_randr-check-rotated-virtual-size-limits-correctly.diff,
516       fixed upstream.
517   * Update the crtc confinement patch with one that should work, with
518     further fixes from upstream. (LP: #389519)
519   * Dropped a bunch of old Breaks from xserver-xorg-core.
521  -- Timo Aaltonen <tjaalton@ubuntu.com>  Tue, 05 Jul 2011 16:22:23 +0300
523 xorg-server (2:1.10.2.902-1) unstable; urgency=low
525   * New upstream release (1.10.3 rc2):
526     - DIX: Set backgroundState correctly for root window (Closes: #632134).
527   * Drop 20-workaround-36986.diff, fixed upstream.
528   * Bump Standards-Version to 3.9.2 (no changes).
530  -- Cyril Brulebois <kibi@debian.org>  Sat, 02 Jul 2011 11:58:58 +0200
532 xorg-server (2:1.10.2-2) unstable; urgency=low
534   * Bump libgl1-mesa-dri versioned Recommends to 7.10.2-4, to lower the
535     odds of having a server built against multiarched mesa, installed
536     along a pre-multiarch mesa. The Breaks in mesa packages take care of
537     the other way round already.
538   * And since the server's binNMU managed to migrate to testing way too
539     early, add a Breaks against pre-multiarch libgl1-mesa-dri and
540     libgl1-mesa-dri-experimental.
542  -- Cyril Brulebois <kibi@debian.org>  Fri, 17 Jun 2011 18:09:36 +0200
544 xorg-server (2:1.10.2-1ubuntu1) oneiric; urgency=low
546   [ Timo Aaltonen ]
547   * Merge from Debian unstable, remaining changes:
548      - rules:
549       + Disable SELinux, libaudit-dev is not in main yet. (LP #406226)
550       + Add --with-extra-module-dir to support GL alternatives.
551       + Mention Ubuntu support in builderstring rather than package uploader's
552         email address.
553       + Enable multitouch gestures.
554     - control:
555       + Xvfb depends on xauth, x11-xkb-utils, recommends libgl1-mesa-dri.
556         (LP #500102)
557       + Add breaks for incompatible drivers. (LP #614993)
558       + Drop libaudit-dev from build-deps.
559       + Build-depend on newer mesa to pick up DRI search paths variable.
560       + Bump dependency on x11proto-input-dev for Xi 2.1
561       + Drop linux-any specifier to make pbuilder less narky.
562     - local/xvfb-run*: Add correct docs about error codes. (LP #328205)
563     - debian/patches:
564       + 100_rethrow_signals.patch:
565         When aborting, re-raise signals for apport
566       + 105_nvidia_fglrx_autodetect.patch:
567         Load proprietary drivers automatically when installed.
568       + 109_fix-swcursor-crash.patch:
569         Avoid dereferencing null pointer while reloading cursors during
570         resume. (LP #371405)
571       + 111_armel-drv-fallbacks.patch:
572         Add support for armel driver fallbacks.
573       + 122_xext_fix_card32_overflow_in_xauth.patch:
574         Fix server crash when “xauth generate” is called with large timeout.
575       + 157_check_null_modes.patch, 162_null_crtc_in_rotation.patch,
576         166_nullptr_xinerama_keyrepeat.patch, 167_nullptr_xisbread.patch
577         172_cwgetbackingpicture_nullptr_check.patch:
578         Fix various segfaults in xserver by checking pointers for NULL
579         values before dereferencing them.
580       + 165_man_xorg_conf_no_device_ident.patch
581         Correct man page
582       + 168_glibc_trace_to_stderr.patch:
583         Report abort traces to stderr instead of terminal
584       + 188_default_primary_to_first_busid.patch:
585         Pick the first device and carry on (LP #459512)
586       + 190_cache-xkbcomp_output_for_fast_start_up.patch:
587         Cache keyboard settings.
588       + 191-Xorg-add-an-extra-module-path.patch:
589         Add support for the alternative module path.
590       + 198_nohwaccess.patch:
591         Adds a -nohwaccess argument to make X not access the hardware
592         ports directly.
593       + 200_randr-null.patch:
594         Clarify a pointer initialization.
595       + 206_intel_8xx_default_to_fbdev.patch:
596         Makes 8xx class intel GPUs default to fbdev for stability. (LP #633593)
597       + 208_switch_on_release.diff:
598         Switch keyboard layouts on key-release rather than key-press
599         (LP #36812)
600       + 209_add_legacy_bgnone_option.patch:
601         Add -nr as a synonym for -background none until all ?DM are updated for
602         the new option.
603       + 210_pixman_null_ptr_check.patch:
604         Catch NULL pointer access after pixman_image_create_bits() failure
605         (LP #705078)
606       + 214_glx_dri_searchdirs.patch:
607         Search in same paths as mesa for DRI drivers for AIGLX so we can handle
608         UMS fallback for radeon gracefully.
609       + 217_revert_bgnonevisitwindow.patch:
610         Revert a commit that causes brief graphical corruption. (LP: 726807)
611       + 218_randr-check-rotated-virtual-size-limits-correctly.diff:
612         Fix rotation with nvidia driver. (LP: 740933)
613       + 500_xi2.1.patch,
614         501_xf86CoordinatesToWindow.patch,
615         502_gestures-extension.patch:
616         Add Xi 2.1 and Gesture extension support.
617       + 503_fix_masked_transformed_valuators.patch:
618         Fix masked transformed valuator handling (LP #774938)
619   * Drop patch 215_glx_drawable_refcounting.diff, similar fix included
620     upstream.
621   * Drop patch 121_only_switch_vt_when_active.diff, doesn't seem to
622     work anymore.
623   * videoabiver, inputabiver, xserver-xorg-dev.install:
624     Drop changes that are obsolete post-natty.
625   * Add 219_fedora-pointer-barrier.diff:
626     Pointer barrier and cursor confinement patch backported to 1.10.
628   [ Christopher James Halse Rogers ]
629   * debian/control:
630     Bump mesa-common-dev build-dep to pick up multiarch DRI paths.
632  -- Christopher James Halse Rogers <raof@ubuntu.com>  Wed, 15 Jun 2011 10:51:18 +1000
634 xorg-server (2:1.10.2-1) unstable; urgency=low
636   * New upstream release.
637   * Add 20-workaround-36986.diff to avoid test failures on *i386.
638   * On GNU/kFreeBSD, enable HAL support for the main build, but disable it
639     for the udeb build, thanks to Robert Millan (Closes: #596586).
641  -- Cyril Brulebois <kibi@debian.org>  Mon, 30 May 2011 11:37:37 +0200
643 xorg-server (2:1.10.1.901-1) experimental; urgency=low
645   * New upstream release (1.10.2 rc1):
646     - Comes with some Xi fixes.
647     - Comes with many GLX fixes.
649  -- Cyril Brulebois <kibi@debian.org>  Sat, 07 May 2011 13:27:28 +0200
651 xorg-server (2:1.10.1-2) unstable; urgency=low
653   * Build xserver-xorg-core-udeb on hurd-i386.  Thanks, Samuel Thibault!
654   * Upload to unstable.
656  -- Julien Cristau <jcristau@debian.org>  Thu, 28 Apr 2011 13:28:58 +0200
658 xorg-server (2:1.10.1-1ubuntu3) oneiric; urgency=low
660   * Add 218_randr-check-rotated-virtual-size-limits-correctly.diff
661     - Fix rotation with nvidia driver. (LP: #740933)
663  -- Timo Aaltonen <tjaalton@ubuntu.com>  Fri, 20 May 2011 00:07:11 +0300
665 xorg-server (2:1.10.1-1ubuntu2) oneiric; urgency=low
667   * Fix masked transformed valuator handling (LP: #774938)
668     - Added debian/patches/503_fix_masked_transformed_valuators.patch
670  -- Bryce Harrington <bryce@ubuntu.com>  Tue, 17 May 2011 14:44:58 -0700
672 xorg-server (2:1.10.1-1ubuntu1) natty; urgency=low
674   * Merge from Debian experimental (LP: #757972)
676  -- Timo Aaltonen <tjaalton@ubuntu.com>  Tue, 19 Apr 2011 16:12:14 +0300
678 xorg-server (2:1.10.1-1) experimental; urgency=low
680   * New upstream release.
682  -- Cyril Brulebois <kibi@debian.org>  Tue, 19 Apr 2011 03:08:08 +0200
684 xorg-server (2:1.10.0.902-1ubuntu1) natty; urgency=low
686   * Merge from Debian experimental.
687     - dropped patches, included upstream:
688       213_xichangehierarchy-check-oom.patch
689       216_fix_sdksyms_build.diff, included upstream.
690       218_getValuatorEvents_cleanup.patch
691       219_xi1_handle_noncontinuous_valuator_data.patch
693  -- Timo Aaltonen <tjaalton@ubuntu.com>  Mon, 11 Apr 2011 09:51:56 +0300
695 xorg-server (2:1.10.0.902-1) experimental; urgency=low
697   * New upstream release (1.10.1 rc2).
699  -- Cyril Brulebois <kibi@debian.org>  Sat, 09 Apr 2011 04:18:28 +0200
701 xorg-server (2:1.10.0.901-1) experimental; urgency=low
703   * New upstream release (1.10.1 rc1).
704   * Relax build-dep and dep on x11proto-randr-dev since the XRandR 1.4
705     bits were finally reverted upstream.
706   * Remove patch: 16-construct-paths-in-doxygen.conf.diff (merged
707     upstream).
708   * Pass --enable-xcsecurity to the main build to restore the XC-SECURITY
709     extension, thanks to Stefan Fritsch's report (Closes: #599657).
711  -- Cyril Brulebois <kibi@debian.org>  Wed, 30 Mar 2011 02:22:56 +0200
713 xorg-server (2:1.10.0-0ubuntu3) natty; urgency=low
715   [ Bryce Harrington ]
716   * patches/111_armel-drv-fallbacks.patch: Always fallback to -fbdev,
717     not just when no other X driver matches. (Thanks jcristau)
719   [ Chase Douglas ]
720   * Fix jumpy cursor in XI 1.x applications.
721     (LP: #736500)
722     - Added 218_getValuatorEvents_cleanup.patch
723     - Added 219_xi1_handle_noncontinuous_valuator_data.patch
725  -- Bryce Harrington <bryce@ubuntu.com>  Thu, 31 Mar 2011 23:58:07 -0700
727 xorg-server (2:1.10.0-0ubuntu2) natty; urgency=low
729   [ Chase Douglas ]
730   * patches/500_xi2.1.patch: Process ownership properly when activating an
731     async passive grab.
732     (LP: #733483)
734   [ Bryce Harrington ]
735   * 217_revert_bgnonevisitwindow.patch: Cherrypick from upstream.  Drops
736     recent change that inhibits drawing backfill for non-bg-None windows.
737     This causes a regression on -ati (at least) where menus and other
738     windows display graphical corruption briefly.
739     (LP: #726807)
741  -- Bryce Harrington <bryce@ubuntu.com>  Thu, 24 Mar 2011 15:27:40 -0700
743 xorg-server (2:1.10.0-0ubuntu1) natty; urgency=low
745   * Update to new upstream final release.
746     + Drop 16-construct-paths-in-doxygen.conf.diff; included in new upstream.
747   * debian/patches/216_fix_sdksyms_build.diff:
748     + Cherry-pick from 1.10 branch, fixing the stale sdksyms.c file picked up
749       in the udeb build, causing the udeb build to fail with missing symbols.
750   * Merge from unreleased Debian experimental.  Remaining Ubuntu changes:
751     - rules:
752       + Disable SELinux, libaudit-dev is not in main yet. (LP #406226)
753       + Enable xcsecurity. (LP #247537)
754       + Add --with-extra-module-dir to support GL alternatives.
755       + Mention Ubuntu support in builderstring rather than package uploader's
756         email address.
757     - control:
758       + Xvfb depends on xauth, x11-xkb-utils. (LP #500102)
759       + Add breaks for incompatible drivers. (LP #614993)
760       + Drop libaudit-dev from build-deps.
761       + Build-depend on newer mesa to pick up DRI search paths variable.
762       + Bump dependency on x11proto-input-dev for Xi 2.1
763       + Drop linux-any specifier to make pbuilder less narky.
764       + Bump build-depends on mesa-common-dev to pick up dri.pc DRI search
765         paths change for 214_glx_dri_searchdirs.patch
766     - local/xvfb-run*: Add correct docs about error codes. (LP #328205)
767     - debian/patches:
768       + 100_rethrow_signals.patch:
769         When aborting, re-raise signals for apport
770       + 105_nvidia_fglrx_autodetect.patch:
771         Load proprietary drivers automatically when installed.
772       + 109_fix-swcursor-crash.patch:
773         Avoid dereferencing null pointer while reloading cursors during
774         resume. (LP #371405)
775       + 111_armel-drv-fallbacks.patch:
776         Add support for armel driver fallbacks.
777       + 121_only_switch_vt_when_active.diff:
778         Add a check to prevent the X server from changing the VT when killing
779         GDM from the console.
780       + 122_xext_fix_card32_overflow_in_xauth.patch:
781         Fix server crash when “xauth generate” is called with large timeout.
782       + 157_check_null_modes.patch, 162_null_crtc_in_rotation.patch,
783         166_nullptr_xinerama_keyrepeat.patch, 167_nullptr_xisbread.patch
784         172_cwgetbackingpicture_nullptr_check.patch:
785         Fix various segfaults in xserver by checking pointers for NULL
786         values before dereferencing them.
787       + 165_man_xorg_conf_no_device_ident.patch
788         Correct man page
789       + 168_glibc_trace_to_stderr.patch:
790         Report abort traces to stderr instead of terminal
791       + 184_virtual_devices_autodetect.patch:
792         Use vesa for qemu device, which is not supported by cirrus
793       + 188_default_primary_to_first_busid.patch:
794         Pick the first device and carry on (LP #459512)
795       + 190_cache-xkbcomp_output_for_fast_start_up.patch:
796       + 191-Xorg-add-an-extra-module-path.patch:
797         Add support for the alternatives module path.
798       + 198_nohwaccess.patch:
799         Adds a -nohwaccess argument to make X not access the hardware
800         ports directly.
801       + 200_randr-null.patch:
802         Clarify a pointer initialization.
803       + 206_intel_8xx_default_to_fbdev.patch:
804         Makes 8xx class intel GPUs default to fbdev for stability. (LP #633593)
805       + 208_switch_on_release.diff:
806         Switch keyboard layouts on key-release rather than key-press
807         (LP #36812)
808       + 209_add_legacy_bgnone_option.patch:
809         Add -nr as a synonym for -background none until all ?DM are updated for
810         the new option.
811       + 210_pixman_null_ptr_check.patch:
812         Catch NULL pointer access after pixman_image_create_bits() failure
813         (LP #705078)
814       + 213_xichangehierarchy-check-oom.patch:
815         Add NULL pointer check for out-of-memory conditions. (LP #720445)
816       + 214_glx_dri_searchdirs.patch:
817         Search in same paths as mesa for DRI drivers for AIGLX so we can handle
818         UMS fallback for radeon gracefully.
819       + 215_glx_drawable_refcounting.diff:
820         Prevents segfault on logout and server regenerate, and possibly other
821         times. (LP #711422)
822       + 500_xi2.1.patch,
823         501_xf86CoordinatesToWindow.patch,
824         502_gestures-extension.patch:
825         Add Xi 2.1 and Gesture extension support.
826   * debian/serverminver:
827     - Bump to 1.10.0-0ubuntu1~ for Xi 2.1 ABI
828   * New upstream release fixes crash in Record, trigerred by x11vnc
829     (LP: #525066)
830   * Refresh 500_xi2.1.patch for new upstream version
831   * debian/videoabiver:
832     - Bump to 10 for XRandR 1.4 revert.
834  -- Cyril Brulebois <kibi@debian.org>  Wed, 30 Mar 2011 02:22:56 +0200
837 xorg-server (2:1.9.99.903-1) experimental; urgency=low
839   * New upstream release candidate (1.10 rc3).
840   * Remove patch: 17-fix-ftbfs-on-sparc.diff (merged upstream).
841   * Remove patch: 20-update-gpu-pitch.diff (merged upstream).
842   * Refresh patch: 07-xfree86-fix-build-with-xv-disabled.diff
843   * Replace patch fixing out-of-tree-build:
844     - 16-oot-build.diff (dirty local hack).
845     + 16-construct-paths-in-doxygen.conf.diff (from upstream,
846       without the gitignore hunk to get patching working).
847   * Bump video ABI version, and serverminver accordingly.
849  -- Cyril Brulebois <kibi@debian.org>  Fri, 25 Feb 2011 15:22:39 +0100
851 xorg-server (2:1.9.99.902-3) experimental; urgency=low
853   * Merge from master up to 93a7399370.
854   * New patch: 17-fix-ftbfs-on-sparc.diff; let's try it for real before
855     asking for its being merged upstream.
856   * Refresh all patches.
858  -- Cyril Brulebois <kibi@debian.org>  Wed, 23 Feb 2011 13:36:13 +0100
860 xorg-server (2:1.9.99.902-2ubuntu2) natty; urgency=low
862   [ Timo Aaltonen ]
863   * Remove 169_mipointer_nullptr_checks.patch, fixed in another way
864     upstream since 1.6.1.901.
866   [ Chase Douglas ]
867   * Cancel touch clients if emulated button press is delivered.
868     (LP: #725191)
869   * Check slave device touch selection mask during implicit grab.
870     (LP: #725241)
871   * Cancel slave touch selections when attached to master device.
872     (LP: #723904)
873   * Check for touch selections only when there are active clients.
874     (LP: #723900)
875   * Prevent pointer motion when more than one touch on touchpad.
876     (LP: #730881)
878   [ Bryce Harrington ]
879   * Drop specification for linux-any.  Breaks pbuilder test builds.
881  -- Chase Douglas <chase.douglas@ubuntu.com>  Mon, 07 Mar 2011 14:28:02 -0500
883 xorg-server (2:1.9.99.902-2ubuntu1) natty; urgency=low
885   [ Christopher James Halse Rogers ]
886   * Merge from Debian experimental.  Remaining Ubuntu changes:
887     - rules:
888       + Disable SELinux, libaudit-dev is not in main yet. (LP #406226)
889       + Enable xcsecurity. (LP #247537)
890       + Add --with-extra-module-dir to support GL alternatives.
891       + Mention Ubuntu support in builderstring rather than package uploader's
892         email address.
893     - control:
894       + Xvfb depends on xauth, x11-xkb-utils. (LP #500102)
895       + Add breaks for incompatible drivers. (LP #614993)
896       + Drop libaudit-dev from build-deps.
897       + Build-depend on newer mesa to pick up DRI search paths variable.
898     - local/xvfb-run*: Add correct docs about error codes. (LP #328205)
899     - debian/patches:
900       + 100_rethrow_signals.patch:
901         When aborting, re-raise signals for apport
902       + 105_nvidia_fglrx_autodetect.patch:
903         Load proprietary drivers automatically when installed.
904       + 109_fix-swcursor-crash.patch:
905         Avoid dereferencing null pointer while reloading cursors during
906         resume. (LP: #371405)
907       + 111_armel-drv-fallbacks.patch:
908         Add support for armel driver fallbacks.
909       + 121_only_switch_vt_when_active.diff:
910         Add a check to prevent the X server from changing the VT when killing
911         GDM from the console.
912       + 122_xext_fix_card32_overflow_in_xauth.patch:
913         Fix server crash when “xauth generate” is called with large timeout.
914       + 157_check_null_modes.patch, 162_null_crtc_in_rotation.patch,
915         166_nullptr_xinerama_keyrepeat.patch, 167_nullptr_xisbread.patch
916         169_mipointer_nullptr_checks.patch,
917         172_cwgetbackingpicture_nullptr_check.patch:
918         Fix various segfaults in xserver by checking pointers for NULL
919         values before dereferencing them.
920       + 165_man_xorg_conf_no_device_ident.patch
921         Correct man page
922       + 168_glibc_trace_to_stderr.patch:
923         Report abort traces to stderr instead of terminal
924       + 184_virtual_devices_autodetect.patch:
925         Use vesa for qemu device, which is not supported by cirrus
926       + 188_default_primary_to_first_busid.patch:
927         Pick the first device and carry on (LP: #459512)
928       + 190_cache-xkbcomp_output_for_fast_start_up.patch:
929       + 191-Xorg-add-an-extra-module-path.patch:
930         Add support for the alternatives module path.
931       + 198_nohwaccess.patch:
932         Adds a -nohwaccess argument to make X not access the hardware
933         ports directly.
934       + 200_randr-null.patch:
935         Clarify a pointer initialization.
936       + 206_intel_8xx_default_to_fbdev.patch:
937         Makes 8xx class intel GPUs default to fbdev for stability. (LP: #633593)
938       + 208_switch_on_release.diff:
939         Switch keyboard layouts on key-release rather than key-press
940         (LP #36812)
941       + 209_add_legacy_bgnone_option.patch:
942         Add -nr as a synonym for -background none until all ?DM are updated for
943         the new option.
944       + 210_pixman_null_ptr_check.patch:
945         Catch NULL pointer access after pixman_image_create_bits() failure
946         (LP #705078)
947       + 213_xichangehierarchy-check-oom.patch:
948         Add NULL pointer check for out-of-memory conditions. (LP #720445)
949       + 214_glx_dri_searchdirs.patch:
950         Search in same paths as mesa for DRI drivers for AIGLX so we can handle
951         UMS fallback for radeon gracefully.
952   * 211_glx_fix_bindtextimageext_length_check.patch:
953   * 212_fix_request_length_check_for_createglxpbuffersgix.patch:
954     - Drop; these cherry-picks are included in 1.10RC2
955   * 214_glx_dri_searchdirs.patch:
956     - Fix dlclose/free snafu. (LP: #722563)
957     - Fix nouveau check to downgrade missing DRI error messages to info.
958       We don't support nouveau's 3D, so let's not complain too strenuously
959       when it's not installed.
960   * 215_glx_drawable_refcounting.diff:
961     - Refcount GLXDrawables to avoid use-after-free crashes.  Patch from
962       xorg-devel mailing list.  Prevents segfault on logout and server
963       regenerate, and possibly other times. (LP: #711422)
964   * debian/inputabiver,
965     debian/videoabiver,
966     debian/xserver-xorg-dev.install
967     - Temporarily re-add these to xserver-xorg-dev so we don't need to merge
968       all the driver changes from Debian en masse.  These should be dropped
969       once all drivers have been merged from Debian, and certainly in Natty+1.
970   * debian/serverminver:
971     - Include 2ubuntu1 string; Xi 2.1 bumps the minor input ABI, so drivers
972       built against it need the Xi 2.1 patched server.
974   [ Timo Aaltonen ]
975   * debian/patches/216_dix-valuator-count-of-0-is-valid.diff:
976     - For all but motion and proximity events, having no valuators is ok.
977       Regression from 1.9, keyboard events are not converted to protocol
978       events. (LP: #714696)
980   [ Chase Douglas ]
981   * Add in preliminary xi2.1 support
982     - Added 500_xi2.1.patch
983     - Moved 202_xf86CoordinationsToWindows.patch to
984       501_xf86CoordinatesToWindow.patch
985     - Moved 203_gestures-extension.patch to 502_gestures-extension.patch
986     - Bump dependency on x11proto-input for xi 2.1
988  -- Christopher James Halse Rogers <raof@ubuntu.com>  Wed, 23 Feb 2011 09:40:07 +1100
990 xorg-server (2:1.9.99.902-2) experimental; urgency=low
992   * Bump dependency on x11proto-randr-dev, needed since xorg-server.pc
993     pulls a newer randrproto version.
994   * Merge from debian-unstable (picking packaging updates from 2:1.9.4-3).
995   * Mention some basic checks to perform when updating to a new upstream
996     release, in README.source: ABI bumps and SDK_REQUIRED_MODULES updates.
997   * Accordingly:
998     - Bump the x11proto-xext-dev dependency.
999     - Don't bump the x11proto-kb-dev dependency (even etch had a
1000       sufficient version).
1002  -- Cyril Brulebois <kibi@debian.org>  Sun, 20 Feb 2011 07:02:20 +0100
1004 xorg-server (2:1.9.99.902-1) experimental; urgency=low
1006   [ Christopher James Halse Rogers ]
1007   * New upstream release (1.10 rc1)
1008   * Drop 16-xaa-fbcomposite-fix-negative-size.diff, the mod macro that this
1009     patch fixes is no longer used.
1010   * debian/control:
1011     - Bump x11proto-randr-dev and x11proto-xext-dev build-deps to 1.3.99 and
1012       7.1.99 for new XRandR and XSync extension protocols.
1014   [ Julien Cristau ]
1015   * Bump serverminver and ABI versions.
1017   [ Cyril Brulebois ]
1018   * New upstream release (1.10 rc2).
1019   * bug script: Report libGL-related diversions.
1020   * Bump serverminver again, since ABI_XINPUT_VERSION was bumped from 12.0
1021     to 12.2.
1022   * Update debian/copyright from upstream COPYING.
1023   * Add patch to work around out-of-tree issues: 16-oot-build.diff
1025  -- Cyril Brulebois <kibi@debian.org>  Sat, 19 Feb 2011 15:29:54 +0100
1027 xorg-server (2:1.9.99.901+git20110131.be3be758-0ubuntu6) natty; urgency=low
1029   * debian/patches/214_glx_dri_searchdirs.patch:
1030     - Search for DRI drivers for AIGLX in the same set of directories as mesa.
1031       Allows us to fall back to the classic radeon drivers when KMS is not
1032       available.
1033   * debian/rules:
1034     - --disable-builddocs → --disable-devel-docs to match upstream rename.
1035       Makes local builds faster and less prone to doxygen errors.
1036   * debian/control:
1037     - Bump build-depends on mesa to pick up new drisearchdirs variable in
1038       dri.pc
1040  -- Christopher James Halse Rogers <raof@ubuntu.com>  Fri, 18 Feb 2011 17:03:46 +1100
1042 xorg-server (2:1.9.99.901+git20110131.be3be758-0ubuntu5) natty; urgency=low
1044   * Add 213_xichangehierarchy-check-oom.patch: Another NULL pointer check
1045     for out-of-memory conditions, this time leading to a segfault in an
1046     unchecked calloc in XISendDeviceHierarchyEvent().
1047     (LP: #720445)
1049  -- Bryce Harrington <bryce@ubuntu.com>  Wed, 16 Feb 2011 16:46:35 -0800
1051 xorg-server (2:1.9.99.901+git20110131.be3be758-0ubuntu4) natty; urgency=low
1053   * Add 211_glx_fix_bindtextimageext_length_check.patch,
1054     212_fix_request_length_check_for_createglxpbuffersgix.patch:
1055     - Correct wrong request size match for xGLXCreateGLXPbufferSGIXReq.
1056       This can result in some invalid BadLength errors.
1057       (LP: #714280)
1059  -- Bryce Harrington <bryce@ubuntu.com>  Mon, 14 Feb 2011 12:07:45 -0800
1061 xorg-server (2:1.9.99.901+git20110131.be3be758-0ubuntu3) natty; urgency=low
1063   * Restore 208_switch_on_release.diff - the patch does not appear to be
1064     upstream actually.  Users confirm the fix regressed without it.
1065     (LP: #711842)
1066   * Add 210_pixman_null_ptr_check.patch: pixman_image_create_bits() can
1067     return NULL under a variety of circumstances, thus needs checked
1068     before dereferencing it in the pixman_image_set_has_client_clip()
1069     call.
1070     (LP: #705078, deb: 596155, fdo: 28882)
1072  -- Bryce Harrington <bryce@ubuntu.com>  Thu, 03 Feb 2011 22:42:52 -0800
1074 xorg-server (2:1.9.99.901+git20110131.be3be758-0ubuntu1) natty; urgency=low
1076   * Merge from (unreleased) debian-experimental.  Remaining Ubuntu changes:
1077     - rules:
1078       + Disable SELinux, libaudit-dev is not in main yet. (LP: #406226)
1079       + Enable xcsecurity. (LP: #247537)
1080       + Add --with-extra-module-dir to support GL alternatives.
1081     - control:
1082       + Xvfb depends on xauth, x11-xkb-utils. (LP: #500102)
1083       + Add breaks for incompatible drivers. (LP: #614993)
1084       + Drop libaudit-dev from build-deps.
1085     - local/xvfb-run*: Add correct docs about error codes. (LP #328205)
1086     - debian/patches:
1087       + 100_rethrow_signals.patch:
1088         When aborting, re-raise signals for apport
1089       + 109_fix-swcursor-crash.patch:
1090         Avoid dereferencing null pointer while reloading cursors during
1091         resume. (LP: #371405)
1092       + 111_armel-drv-fallbacks.patch:
1093         Add support for armel driver fallbacks.
1094       + 121_only_switch_vt_when_active.diff:
1095         Add a check to prevent the X server from changing the VT when killing
1096         GDM from the console.
1097       + 122_xext_fix_card32_overflow_in_xauth.patch:
1098         Fix server crash when “xauth generate” is called with large timeout.
1099       + 157_check_null_modes.patch, 162_null_crtc_in_rotation.patch,
1100         166_nullptr_xinerama_keyrepeat.patch, 167_nullptr_xisbread.patch
1101         169_mipointer_nullptr_checks.patch,
1102         172_cwgetbackingpicture_nullptr_check.patch:
1103         Fix various segfaults in xserver by checking pointers for NULL
1104         values before dereferencing them.
1105       + 165_man_xorg_conf_no_device_ident.patch
1106         Correct man page
1107       + 168_glibc_trace_to_stderr.patch:
1108         Report abort traces to stderr instead of terminal
1109       + 184_virtual_devices_autodetect.patch:
1110         Use vesa for qemu device, which is not supported by cirrus
1111       + 188_default_primary_to_first_busid.patch:
1112         Pick the first device and carry on (LP: #459512)
1113       + 190_cache-xkbcomp_output_for_fast_start_up.patch:
1114       + 191-Xorg-add-an-extra-module-path.patch:
1115         Add support for the alternatives module path.
1116       + 198_nohwaccess.patch:
1117         Adds a -nohwaccess argument to make X not access the hardware
1118         ports directly.
1119       + 200_randr-null.patch:
1120         Clarify a pointer initialization.
1121       + 206_intel_8xx_default_to_fbdev.patch:
1122         Makes 8xx class intel GPUs default to fbdev for stability. (LP: #633593)
1123   * Refresh 121_only_switch_vt_when_active.diff for new upstream.
1124   * Drop 187_edid_quirk_hp_nc8430.patch; upstream.
1125   * Drop 189_xserver_1.5.0_bg_none_root.patch; functionality now upstream.
1126   * Refresh 190_cache-xkbcomp_output_for_fast_start_up.patch for new upstream.
1127   * Drop 197_xvfb-randr.patch:
1128     - miRandR, which this used, has been removed from the server.
1129   * Drop 204_fix-neg-sync-transition.patch; upstream.
1130   * Drop 207_dga_master_device.patch; upstream.
1131   * Drop 208_switch_on_release.diff; upstream.
1132   * debian/patches/209_add_legacy_bgnone_option.patch:
1133     - Add "-nr" as a synonym for "-background none" to ease the transition from
1134       the old 189_xserver_1.5.0_bg_none_root.patch patch.  Can be dropped once
1135       all the ?DM have been updated to use the new option.
1136   * debian/control:
1137     - Add Breaks: to xserver-xorg-video-8 and current fglrx.  These proprietary
1138       drivers don't yet have appropriate dependency information, so manually
1139       handle them here to prevent broken upgrades.
1141  -- Christopher James Halse Rogers <raof@ubuntu.com>  Mon, 31 Jan 2011 19:45:19 +1100
1143 xorg-server (2:1.9.4-3) unstable; urgency=low
1145   * Maintainer script clean-up:
1146     - xserver-xorg-core.preinst.in: Remove, 1.5 is long gone.
1147     - xserver-xorg-core.postinst.in: Remove, 1.5 is long gone, and 1.7.4
1148       was between lenny and squeeze.
1149     - xserver-xorg-core.postrm.in: Rename as xserver-xorg-core.postrm,
1150       handling upgrades from 1.5 is no longer needed, only keep the logs
1151       removal and the #DEBHELPER# placeholder.
1152   * Move remaining xsfbs bits to debian/rules:
1153     - Create/clean stampdir/.
1154     - Use quilt.make, $(QUILT_STAMPFN), unpatch.
1155     - Define SOURCE_NAME and SOURCE_VERSION.
1156   * Remove debian/xsfbs accordingly.
1157   * Remove reference to xsfbs in README.source accordingly.
1158   * Add patch: 20-update-gpu-pitch.diff (from upstream bug 33929), fixing
1159     issues with the radeon driver (Closes: #613957).
1161  -- Cyril Brulebois <kibi@debian.org>  Sun, 20 Feb 2011 05:35:50 +0100
1163 xorg-server (2:1.9.4-2) unstable; urgency=low
1165   * Put an end to the dependency hell! Now that we have proper
1166     dependencies between drivers and the server, remove xserver-xorg from
1167     xserver-xorg-core's Depends (Closes: #362313). In a nutshell, one may
1168     want to choose between installing:
1169     - xserver-xorg-core: the server itself, with no strings attached.
1170     - xserver-xorg: pulls the server and drivers, contains the X wrapper
1171       and some documentation.
1172     - xorg: pulls xserver-xorg as well as various X11 clients and fonts.
1173   * bug script: Report KMS configuration files and their contents.
1174   * bug script: Keep only one lspci call (with proper filtering), which
1175     makes PCI IDs come back.
1176   * bug script: Report libGL-related diversions.
1177   * Stop providing xorg-input-abi-11.0 and xorg-video-abi-8.0 now that
1178     drivers have reached unstable.
1179   * Merge server-1.9-branch up to 0a4b0de9af.
1181  -- Cyril Brulebois <kibi@debian.org>  Wed, 16 Feb 2011 23:17:07 +0100
1183 xorg-server (2:1.9.4-1) unstable; urgency=low
1185   * The “squeeze is released, target sid!” upload.
1186   * New upstream release.
1187   * Unfuzzy all patches.
1188   * Get rid of long obsolete NEWS file.
1189   * Replace “--remaining-packages” with “-Nfoo -Nbar” in the “dh_strip -s”
1190     call, to avoid non-stripped binaries if the build is resumed.
1191   * Use “dh_prep” instead of deprecated “dh_clean -k”.
1192   * Bump debhelper build-dep accordingly.
1193   * Introduce dh_xsf_substvars, to be used in driver packages to set
1194     appropriate substitution variables for Depends and Provides, before
1195     calling dh_gencontrol. Ship it in xserver-xorg-dev.
1196   * Also ship a debhelper sequence: xsf.pm, to insert dh_xsf_substvars
1197     before dh_gencontrol. Usage: “dh $@ --with xsf” when using dh.
1198   * Get rid of inputabiver and videoabiver files, they've been deprecated
1199     for a while, and drivers should all have switched by now.
1200   * rules: Only read the first line of debian/serverminver to set the
1201     serverminver variable, used to prepare xinputdep and videodrvdep
1202     files.
1203   * rules: Keep only the major ABI version from pkg-config's output to
1204     build xorg-{input,video}-abi-$ABI. To handle minor ABI versions, we
1205     have the serverminver mechanism.
1206   * To avoid having to binNMU all drivers to update their Depends from
1207     xorg-*-abi-$MAJOR-$MINOR to xorg-*-abi-$MAJOR, add xorg-video-abi-8.0
1208     and xorg-input-abi-11.0 to the server's Provides temporarily (until
1209     the next ABI bump).
1210   * Add ${videoabi}, ${inputabi} to the udeb's Provides. There's no reason
1211     for udebs to have loose dependencies.
1212   * Accordingly, copy server's substvars as udeb's substvars once the
1213     videoabi/inputabi variables are computed.
1214   * Add an abibumpcheck target which checks for xinput and videodrv ABI
1215     updates, based on the versions stored in debian/serverminver; make
1216     clean depend on it to make sure such an update is noticed at the very
1217     beginning of the build.
1218   * Add current versions to debian/serverminver accordingly.
1219   * Remove “xserver” from Provides, it's deprecated.
1220   * Use architecture wildcards for build-deps.
1221   * Make xserver-xfbdev linux-any; add armhf and powerpcspe to the udeb
1222     (Closes: #585697, #605764).
1223   * Cherry-pick, thanks to Samuel Thibault (Closes: #590715):
1224     - xserver: enable TLS even if AIGLX is not enabled
1225   * Update Uploaders list. Thanks, David & Steve & Brice!
1226   * Bump Standards-Version to 3.9.1 (no changes needed).
1228  -- Cyril Brulebois <kibi@debian.org>  Sat, 05 Feb 2011 10:40:55 +0100
1230 xorg-server (2:1.9.3.902-1) experimental; urgency=low
1232   * New upstream release (1.9.4 rc2).
1233   * Improve bug script:
1234     - Stop reporting about roster and checksum for config file and server
1235       symlink, they are no longer used.
1236     - Replace printf with echo everywhere, it's slightly more readable and
1237       all lines are newline-terminated anyway.
1238     - Also use a “pecho” (pretty echo) function to underline some strings,
1239       making the output slightly more readable.
1240     - Fix listing xorg.conf.d's contents. Previously, that was only done
1241       if xorg.conf existed.
1242     - Check for local libraries by running ldd on the server.
1243     - Check for obsolete libraries in the same way (/usr/X11R6/lib might
1244       still exist in some cases, and be referenced in /etc/ld.so.conf, so
1245       using ldd is sufficient to find out, see #546836 for an example).
1247  -- Cyril Brulebois <kibi@debian.org>  Mon, 31 Jan 2011 14:00:41 +0100
1249 xorg-server (2:1.9.3.901-1) experimental; urgency=low
1251   * New upstream release (1.9.4 rc1).
1253  -- Cyril Brulebois <kibi@debian.org>  Sun, 09 Jan 2011 03:10:13 +0100
1255 xorg-server (2:1.9.2.902-1) experimental; urgency=low
1257   * New upstream release (1.9.3 rc2).
1258   * Drop 06_dont_trap_access_to_timer_and_keyboard.diff, merged upstream.
1260  -- Cyril Brulebois <kibi@debian.org>  Sun, 05 Dec 2010 02:16:14 +0100
1262 xorg-server (2:1.9.2-1) experimental; urgency=low
1264   * New upstream release.
1266  -- Cyril Brulebois <kibi@debian.org>  Wed, 10 Nov 2010 00:10:19 +0100
1268 xorg-server (2:1.9.0.902-1ubuntu4) natty; urgency=low
1270   * Add 208_switch_on_release.diff: Perform keyboard layout switches on
1271     key-release rather than key-press events.  This solves a very
1272     long-standing issue where e.g. <ctrl>+<shift>+<key> fails when
1273     ctrl+shift is configured for layout switching.
1274     (LP: #36812)
1275 2A
1276  -- Bryce Harrington <bryce@ubuntu.com>  Thu, 06 Jan 2011 14:35:59 -0800
1278 xorg-server (2:1.9.0.902-1ubuntu3) natty; urgency=low
1280   * Add 207_dga_master_device.patch: Cherrypick from upstream xserver git
1281     to fix crash with a bluetooth keyboard when using XBMC full screen.
1282     (LP: #597895)
1284  -- Bryce Harrington <bryce@ubuntu.com>  Thu, 06 Jan 2011 12:17:16 -0800
1286 xorg-server (2:1.9.0.902-1ubuntu2) natty; urgency=low
1288   [ Christopher James Halse Rogers ]
1289   * Cherry-pick 3effb61e from server-1.9 branch.  Fixes a typo in Xinerama
1290     support which caused Qt apps to crash X when using Xinerama multi-head
1291     (LP: #650539)
1293   [ Robert Hooker ]
1294   * Add 105_nvidia_fglrx_autodetect.patch, enables fglrx and nvidia to work
1295     without an xorg.conf.
1296   * debian/local/64-xorg-xkb.rules, control: Use keyboard-configuration
1297     information for keymaps (/etc/default/keyboard)
1299  -- Robert Hooker <sarvatt@ubuntu.com>  Wed, 05 Jan 2011 11:29:17 -0500
1301 xorg-server (2:1.9.0.902-1ubuntu1) natty; urgency=low
1303   * Merge from Debian experimental.  Remaining Ubuntu changes:
1304     - rules:
1305       + Disable SELinux, libaudit-dev is not in main yet. (LP: #406226)
1306       + Enable xcsecurity. (LP: #247537)
1307       + Add --with-extra-module-dir to support GL alternatives.
1308     - control: 
1309       + Xvfb depends on xauth, x11-xkb-utils. (LP: #500102)
1310       + Add breaks for incompatible drivers. (LP: #614993)
1311       + Drop libaudit-dev from build-deps.
1312     - rules, local/64-xorg-xkb.rules: Don't use keyboard-configuration
1313       until it's available.
1314     - local/xvfb-run*: Add correct docs about error codes. (LP #328205)
1315     - debian/patches:
1316       + 100_rethrow_signals.patch:
1317         When aborting, re-raise signals for apport
1318       + 109_fix-swcursor-crash.patch:
1319         Avoid dereferencing null pointer while reloading cursors during
1320         resume. (LP: #371405)
1321       + 111_armel-drv-fallbacks.patch:
1322         Add support for armel driver fallbacks.
1323       + 121_only_switch_vt_when_active.diff:
1324         Add a check to prevent the X server from changing the VT when killing
1325         GDM from the console.
1326       + 122_xext_fix_card32_overflow_in_xauth.patch:
1327         Fix server crash when “xauth generate” is called with large timeout.
1328       + 157_check_null_modes.patch, 162_null_crtc_in_rotation.patch,
1329         166_nullptr_xinerama_keyrepeat.patch, 167_nullptr_xisbread.patch
1330         169_mipointer_nullptr_checks.patch,
1331         172_cwgetbackingpicture_nullptr_check.patch:
1332         Fix various segfaults in xserver by checking pointers for NULL
1333         values before dereferencing them.
1334       + 165_man_xorg_conf_no_device_ident.patch
1335         Correct man page
1336       + 168_glibc_trace_to_stderr.patch:
1337         Report abort traces to stderr instead of terminal
1338       + 184_virtual_devices_autodetect.patch:
1339         Use vesa for qemu device, which is not supported by cirrus
1340       + 187_edid_quirk_hp_nc8430.patch:
1341         Quirk for another LPL monitor (LP: #380009)
1342       + 188_default_primary_to_first_busid.patch:
1343         Pick the first device and carry on (LP: #459512)
1344       + 189_xserver_1.5.0_bg_none_root.patch:
1345         Create a root window with no background.
1346       + 190_cache-xkbcomp_output_for_fast_start_up.patch:
1347       + 191-Xorg-add-an-extra-module-path.patch:
1348         Add support for the alternatives module path.
1349       + 197_xvfb-randr.patch:
1350         Adds xrandr support to xvfb. (LP: #516123)
1351       + 198_nohwaccess.patch:
1352         Adds a -nohwaccess argument to make X not access the hardware
1353         ports directly.
1354       + 200_randr-null.patch:
1355         Clarify a pointer initialization.
1356       + 203_gestures-extension.patch:
1357       + 202_xf86CoordinationsToWindows.patch:
1358         Add gesture extension support (LP: #616678)
1359       + 204_fix-neg-sync-transition.patch:
1360         Fixes gnome screensaver fade being uninterruptable. (LP: #595555)
1361       + 206_intel_8xx_default_to_fbdev.patch:
1362         Makes 8xx class intel GPUs default to fbdev for stability. (LP: #633593)
1363   * Drop 205_udev-product-ids.patch, merged upstream.
1365  -- Robert Hooker <robert.hooker@canonical.com>  Mon, 18 Oct 2010 11:19:33 -0400
1367 xorg-server (2:1.9.0.902-1) experimental; urgency=low
1369   * New upstream release (1.9.1 rc2).
1370   * Drop 20-Revert-for-bug-30267.diff, merged upstream.
1372  -- Cyril Brulebois <kibi@debian.org>  Sat, 16 Oct 2010 15:24:48 +0200
1374 xorg-server (2:1.9.0.901-1) experimental; urgency=low
1376   [ Christopher James Halse Rogers ]
1377   * New upstream release (1.9.0):
1378     - Fixes crash in DamageUnregister on session close (LP: #343694)
1379     - Fixes crash with extremely large windows exposed by xpdf (Closes: #320627)
1380   * Drop 17-fix-DRI2-segfault-when-clientGone.diff: fixed upstream in more
1381     generality.
1383   [ Cyril Brulebois ]
1384   * New upstream release (1.9.1 rc1).
1385   * Add patch: 20-Revert-for-bug-30267.diff, to fix FTBFS due to test
1386     failures, see https://bugs.freedesktop.org/show_bug.cgi?id=30267 for
1387     reference.
1388   * Bump xutils-dev build-dep for new macros.
1389   * Remove --disable-multibuffer from configure flags, that extension is
1390     gone for real now.
1392  -- Cyril Brulebois <kibi@debian.org>  Tue, 12 Oct 2010 22:13:20 +0200
1394 xorg-server (2:1.9.0-0ubuntu6) maverick; urgency=low
1396   [ Chase Douglas ] 
1397   * Fix udev USB product ID parsing (LP: #628214)
1398     - debian/patches:
1399       + 205_udev-product-ids.patch
1401   [ Christopher James Halse Rogers ]
1402   * debian/patches/206_intel_8xx_default_to_fbdev.patch:
1403     - Don't autoload the intel driver on i830, i845g and i855.  These are
1404       still too unstable with KMS/GEM.  X will autoload the fbdev driver
1405       (if using KMS) or the vesa driver instead.  (LP: #633593)
1407  -- Christopher James Halse Rogers <raof@ubuntu.com>  Mon, 13 Sep 2010 18:48:54 +1000
1409 xorg-server (2:1.9.0-0ubuntu5) maverick; urgency=low
1411   * debian/control:
1412     - fix duplicated breaks for xserver-xorg-video-v4l
1414  -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 08 Sep 2010 10:57:49 +0200
1416 xorg-server (2:1.9.0-0ubuntu4) maverick; urgency=low
1418   * debian/control:
1419     - add more "breaks" for leftover drivers that have no
1420       xserver 1.9 abi version, thanks to Jean-Baptiste Lallement
1421       (LP: #614993)
1423  -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 31 Aug 2010 10:52:29 +0200
1425 xorg-server (2:1.9.0-0ubuntu3) maverick; urgency=low
1427   * debian/control:
1428     - add additional breaks for video drivers that have no ABI for
1429       xserver 1.9 (LP: #614993)
1430     - merge the "breaks" list from the debian git tree
1432  -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 31 Aug 2010 10:04:01 +0200
1434 xorg-server (2:1.9.0-0ubuntu2) maverick; urgency=low
1436   * debian/control:
1437     - add explict breaks from xserver-xorg-core against 
1438       xserver-xorg-video-v4l (<< 1:0.2.0-4ubuntu1) to ensure that
1439       upgrades with universe disabled work (LP: #614993)
1441  -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 30 Aug 2010 15:40:07 +0200
1443 xorg-server (2:1.9.0-0ubuntu1) maverick; urgency=low
1444   
1445   * Merge from (unreleased) Debian experimental.  Remaining Ubuntu changes:
1446     - rules, control:
1447       + Disable SELinux, libaudit-dev is not in main yet (LP 406226).
1448         Drop libaudit-dev from build-deps.
1449     - rules: Enable xcsecurity (LP 247537).
1450     - local/xvfb-run*: Add correct docs about error codes (LP 328205)
1451     - rules: Add --with-extra-module-dir to support GL alternatives.
1452     - control: Xvfb depends on xauth, x11-xkb-utils. (LP 500102)
1453     - rules, local/64-xorg-xkb.rules: Don't use keyboard-configuration
1454       until it's available.
1455     - control: Update some versioned Breaks for Ubuntu versions.
1456     - debian/patches:
1457       + 100_rethrow_signals.patch:
1458         When aborting, re-raise signals for apport
1459       + 109_fix-swcursor-crash.patch:
1460         Avoid dereferencing null pointer while reloading cursors during
1461         resume. (LP 371405)
1462       + 111_armel-drv-fallbacks.patch:
1463         Add support for armel driver fallbacks.
1464       + 121_only_switch_vt_when_active.diff:
1465         Add a check to prevent the X server from changing the VT when killing
1466         GDM from the console.
1467       + 122_xext_fix_card32_overflow_in_xauth.patch:
1468         Fix server crash when “xauth generate” is called with large timeout.
1469       + 157_check_null_modes.patch, 162_null_crtc_in_rotation.patch,
1470         166_nullptr_xinerama_keyrepeat.patch, 167_nullptr_xisbread.patch
1471         169_mipointer_nullptr_checks.patch,
1472         172_cwgetbackingpicture_nullptr_check.patch:
1473         Fix various segfaults in xserver by checking pointers for NULL
1474         values before dereferencing them.
1475       + 165_man_xorg_conf_no_device_ident.patch
1476         Correct man page
1477       + 168_glibc_trace_to_stderr.patch:
1478         Report abort traces to stderr instead of terminal
1479       + 184_virtual_devices_autodetect.patch:
1480         Use vesa for qemu device, which is not supported by cirrus
1481       + 187_edid_quirk_hp_nc8430.patch:
1482         Quirk for another LPL monitor (LP 380009)
1483       + 188_default_primary_to_first_busid.patch:
1484         Pick the first device and carry on (LP 459512)
1485       + 189_xserver_1.5.0_bg_none_root.patch:
1486         Create a root window with no background.
1487       + 190_cache-xkbcomp_output_for_fast_start_up.patch:
1488         Cache keyboard settings.
1489       + 191-Xorg-add-an-extra-module-path.patch:
1490         Add support for the alternatives module path.
1491       + 197_xvfb-randr.patch:
1492         Adds xrandr support to xvfb. (LP 516123)
1493       + 198_nohwaccess.patch:
1494         Adds a -nohwaccess argument to make X not access the hardware
1495         ports directly.
1496       + 200_randr-null.patch:
1497         Clarify a pointer initialization.  
1498       + 203_gestures-extension.patch:
1499       + 202_xf86CoordinationsToWindows.patch:
1500         Add gesture extension support (LP: 616678)
1501       + debian/serverminver:
1502         Bump for gesture support
1503   * New upstream release:
1504     - Fixes crash in DamageUnregister on session close (LP: #343694)
1505     - Fixes crash with extremely large windows exposed by xpdf (Closes: #320627)
1506   * Drop 17-fix-DRI2-segfault-when-clientGone.diff: fixed upstream in more
1507     generality.
1508   * debian/patches/204_fix-neg-sync-transition.patch:
1509     - Fix edge case in SYNC extension resulting in GNOME screensaver's 
1510       fade-to-screensaver being uninteruptible.  (LP: #595555)
1512  -- Christopher James Halse Rogers <raof@ubuntu.com>  Tue, 24 Aug 2010 15:44:10 +1000
1514 xorg-server (2:1.8.99.905-1ubuntu3) maverick; urgency=low
1516   * Bump debian/serverminver for gesture support
1518  -- Chase Douglas <chase.douglas@ubuntu.com>  Fri, 20 Aug 2010 16:35:22 -0400
1520 xorg-server (2:1.8.99.905-1ubuntu2) maverick; urgency=low
1521   
1522     * Add in gesture support (LP: #616678)
1523       - add debian/patches/203_gestures-extension.patch
1524         and debian/patches/202_xf86CoordinationsToWindows.patch
1525       - debian/rules:
1526         - add configure option to enable gesture
1528  -- Chase Douglas <chase.douglas@ubuntu.com>  Mon, 09 Aug 2010 14:33:40 +0000
1530 xorg-server (2:1.8.99.905-1ubuntu1) maverick; urgency=low
1532   * Merge from (unreleased) Debian experimental.  Remaining Ubuntu changes:
1533     - rules, control:
1534       + Disable SELinux, libaudit-dev is not in main yet (LP 406226).
1535         Drop libaudit-dev from build-deps.
1536     - rules: Enable xcsecurity (LP 247537).
1537     - local/xvfb-run*: Add correct docs about error codes (LP 328205)
1538     - rules: Add --with-extra-module-dir to support GL alternatives.
1539     - control: Xvfb depends on xauth, x11-xkb-utils. (LP 500102)
1540     - rules, local/64-xorg-xkb.rules: Don't use keyboard-configuration
1541       until it's available.
1542     - control: Update some versioned Breaks for Ubuntu versions.
1543     - debian/patches:
1544       + 100_rethrow_signals.patch:
1545         When aborting, re-raise signals for apport
1546       + 109_fix-swcursor-crash.patch:
1547         Avoid dereferencing null pointer while reloading cursors during
1548         resume. (LP 371405)
1549       + 111_armel-drv-fallbacks.patch:
1550         Add support for armel driver fallbacks.
1551       + 121_only_switch_vt_when_active.diff:
1552         Add a check to prevent the X server from changing the VT when killing
1553         GDM from the console.
1554       + 122_xext_fix_card32_overflow_in_xauth.patch:
1555         Fix server crash when “xauth generate” is called with large timeout.
1556       + 157_check_null_modes.patch, 162_null_crtc_in_rotation.patch,
1557         166_nullptr_xinerama_keyrepeat.patch, 167_nullptr_xisbread.patch
1558         169_mipointer_nullptr_checks.patch,
1559         172_cwgetbackingpicture_nullptr_check.patch:
1560         Fix various segfaults in xserver by checking pointers for NULL
1561         values before dereferencing them.
1562       + 165_man_xorg_conf_no_device_ident.patch
1563         Correct man page
1564       + 168_glibc_trace_to_stderr.patch:
1565         Report abort traces to stderr instead of terminal
1566       + 184_virtual_devices_autodetect.patch:
1567         Use vesa for qemu device, which is not supported by cirrus
1568       + 187_edid_quirk_hp_nc8430.patch:
1569         Quirk for another LPL monitor (LP 380009)
1570       + 188_default_primary_to_first_busid.patch:
1571         Pick the first device and carry on (LP 459512)
1572       + 189_xserver_1.5.0_bg_none_root.patch:
1573         Create a root window with no background.
1574       + 190_cache-xkbcomp_output_for_fast_start_up.patch:
1575         Cache keyboard settings.
1576       + 191-Xorg-add-an-extra-module-path.patch:
1577         Add support for the alternatives module path.
1578       + 197_xvfb-randr.patch:
1579         Adds xrandr support to xvfb. (LP 516123)
1580       + 198_nohwaccess.patch:
1581         Adds a -nohwaccess argument to make X not access the hardware
1582         ports directly.
1583       + 200_randr-null.patch:
1584         Clarify a pointer initialization.
1585   * Update changelog entries for 1.8.1.902-1 which became 1.8.99.904-1
1586   * Drop 196_xvfbscreeninit-handling.patch: it's semantically empty, and now 
1587     doesn't apply.  Merge remaining #include change into 197_xvfb-randr.patch
1588   * New upstream version will start correctly when no outputs are connected,
1589     as long as the video driver can dynamically resize the framebuffer
1590     (true for all KMS drivers) (LP: #337889)
1591   * New upstream version fixes crash on non-admin logout with KDE (LP: #569879)
1592   * Refresh 111_armel-drv-fallbacks.patch to fix the build on armel
1594  -- Christopher James Halse Rogers <raof@ubuntu.com>  Thu, 05 Aug 2010 11:25:14 +1000
1596 xorg-server (2:1.8.99.905-1) experimental; urgency=low
1598   * Drop recommends on xbase-clients.
1599   * Add xauth to xserver-common recommends.
1600   * Bump Standards-Version to 3.9.0.
1601   * Don't install serverminver, drivers shouldn't use this anymore.
1602   * New upstream release candidate.
1604  -- Julien Cristau <jcristau@debian.org>  Sat, 17 Jul 2010 11:13:32 +0100
1606 xorg-server (2:1.8.99.904-1) experimental; urgency=low
1608   [ Julien Cristau ]
1609   * Install the upstream changelog in xserver-common, instead of duplicating
1610     its 1MB in all other packages.
1611   * Stop repacking the tarball: the non-modifiable README.DRI was removed
1612     upstream.
1613   * Bump build-deps on x11proto-core-dev, x11proto-dri2-dev, libxfont-dev.
1614   * Bump xserver-xorg-dev dependency on x11proto-core-dev and
1615     x11proto-dri2-dev, add dependency on x11proto-xinerama-dev.
1616   * Bump serverminver, videoabiver, inputabiver.
1618   [ Christopher James Halse Rogers ]
1619   * New upstream RC
1620     - A number of DRI2 fixes.
1621     - Fix for hanging OpenGL clients with multiple heads.
1622   * 17-fix-DRI2-segfault-when-clientGone.diff:
1623     - Pick up fix from https://bugs.freedesktop.org/show_bug.cgi?id=27497 to
1624       fix server crash in DRI2SwapEvent handling (LP: #595182).
1626  -- Julien Cristau <jcristau@debian.org>  Fri, 09 Jul 2010 12:45:09 +0100
1628 xorg-server (2:1.8.1.902-0ubuntu2) maverick; urgency=low
1630   * debian/rules:
1631     - Drop the upstream changelog harder.  We're scrabbling for CD space
1632       and this is an easy 1MB saving.
1634  -- Christopher James Halse Rogers <raof@ubuntu.com>  Wed, 30 Jun 2010 09:50:33 +1000
1636 xorg-server (2:1.8.1.902-0ubuntu1) maverick; urgency=low
1638   * Merge from (unreleased) Debian experimental.  Remaining changes:  
1639     - rules, control:
1640       + Disable SELinux, libaudit-dev is not in main yet (LP 406226).
1641         Drop libaudit-dev from build-deps.
1642     - rules: Enable xcsecurity (LP 247537).
1643     - local/xvfb-run*: Add correct docs about error codes (LP 328205)
1644     - rules: Add --with-extra-module-dir to support GL alternatives.
1645     - control: Xvfb depends on xauth, x11-xkb-utils. (LP 500102)
1646     - rules, local/64-xorg-xkb.rules: Don't use keyboard-configuration
1647       until it's available.
1648     - control: Update some versioned Breaks for Ubuntu versions.
1649     - debian/patches:
1650       + 100_rethrow_signals.patch:
1651         When aborting, re-raise signals for apport
1652       + 109_fix-swcursor-crash.patch:
1653         Avoid dereferencing null pointer while reloading cursors during
1654         resume. (LP 371405)
1655       + 111_armel-drv-fallbacks.patch:
1656         Add support for armel driver fallbacks.
1657       + 121_only_switch_vt_when_active.diff:
1658         Add a check to prevent the X server from changing the VT when killing
1659         GDM from the console.
1660       + 122_xext_fix_card32_overflow_in_xauth.patch:
1661         Fix server crash when “xauth generate” is called with large timeout.
1662       + 157_check_null_modes.patch, 162_null_crtc_in_rotation.patch,
1663         166_nullptr_xinerama_keyrepeat.patch, 167_nullptr_xisbread.patch
1664         169_mipointer_nullptr_checks.patch,
1665         172_cwgetbackingpicture_nullptr_check.patch:
1666         Fix various segfaults in xserver by checking pointers for NULL
1667         values before dereferencing them.
1668       + 165_man_xorg_conf_no_device_ident.patch
1669         Correct man page
1670       + 168_glibc_trace_to_stderr.patch:
1671         Report abort traces to stderr instead of terminal
1672       + 184_virtual_devices_autodetect.patch:
1673         Use vesa for qemu device, which is not supported by cirrus
1674       + 187_edid_quirk_hp_nc8430.patch:
1675         Quirk for another LPL monitor (LP 380009)
1676       + 188_default_primary_to_first_busid.patch:
1677         Pick the first device and carry on (LP 459512)
1678       + 189_xserver_1.5.0_bg_none_root.patch:
1679         Create a root window with no background.
1680       + 190_cache-xkbcomp_output_for_fast_start_up.patch:
1681         Cache keyboard settings.
1682       + 191-Xorg-add-an-extra-module-path.patch:
1683         Add support for the alternatives module path.
1684       + 196_xvfb-fbscreeninit-handling.patch, 197_xvfb-randr.patch:
1685         Adds xrandr support to xvfb. (LP 516123)
1686       + 198_nohwaccess.patch:
1687         Adds a -nohwaccess argument to make X not access the hardware
1688         ports directly.
1689       + 200_randr-null.patch:
1690         Clarify a pointer initialization.
1691   * Update changelog entries for previously unreleased Debian 1.8.1.901-1
1692   
1693  -- Christopher James Halse Rogers <raof@ubuntu.com>  Wed, 23 Jun 2010 11:19:49 +1000
1695 xorg-server (2:1.8.1.901-1ubuntu1) maverick; urgency=low
1697   [ Timo Aaltonen ]
1698   * Merged from Debian experimental, remaining changes:
1699     - rules, control:
1700       + Disable SELinux, libaudit-dev is not in main yet (LP 406226).
1701         Drop libaudit-dev from build-deps.
1702     - rules: Enable xcsecurity (LP 247537).
1703     - local/xvfb-run*: Add correct docs about error codes (LP 328205)
1704     - rules: Add --with-extra-module-dir to support GL alternatives.
1705     - control: Xvfb depends on xauth, x11-xkb-utils, recommends
1706       libgl1-mesa-dri. (LP 500102)
1707     - rules, local/64-xorg-xkb.rules: Don't use keyboard-configuration
1708       until it's available.
1709     - debian/patches:
1710       + 100_rethrow_signals.patch:
1711         When aborting, re-raise signals for apport
1712       + 109_fix-swcursor-crash.patch:
1713         Avoid dereferencing null pointer while reloading cursors during
1714         resume. (LP 371405)
1715       + 111_armel-drv-fallbacks.patch:
1716         Add support for armel driver fallbacks.
1717       + 121_only_switch_vt_when_active.diff:
1718         Add a check to prevent the X server from changing the VT when killing
1719         GDM from the console.
1720       + 122_xext_fix_card32_overflow_in_xauth.patch:
1721       + 157_check_null_modes.patch, 162_null_crtc_in_rotation.patch,
1722         166_nullptr_xinerama_keyrepeat.patch, 167_nullptr_xisbread.patch
1723         169_mipointer_nullptr_checks.patch,
1724         172_cwgetbackingpicture_nullptr_check.patch:
1725         Fix various segfaults in xserver by checking pointers for NULL
1726         values before dereferencing them.
1727       + 165_man_xorg_conf_no_device_ident.patch
1728         Correct man page
1729       + 168_glibc_trace_to_stderr.patch:
1730         Report abort traces to stderr instead of terminal
1731       + 184_virtual_devices_autodetect.patch:
1732         Use vesa for qemu device, which is not supported by cirrus
1733       + 187_edid_quirk_hp_nc8430.patch:
1734         Quirk for another LPL monitor (LP 380009)
1735       + 188_default_primary_to_first_busid.patch:
1736         Pick the first device and carry on (LP 459512)
1737       + 189_xserver_1.5.0_bg_none_root.patch:
1738         Create a root window with no background.
1739       + 190_cache-xkbcomp_output_for_fast_start_up.patch:
1740         Cache keyboard settings.
1741       + 191-Xorg-add-an-extra-module-path.patch:
1742         Add support for the alternatives module path.
1743       + 196_xvfb-fbscreeninit-handling.patch, 197_xvfb-randr.patch:
1744         Adds xrandr support to xvfb. (LP 516123)
1745       + 198_nohwaccess.patch:
1746         Adds a -nohwaccess argument to make X not access the hardware
1747         ports directly.
1748       + 200_randr-null.patch:
1749         Clarify a pointer initialization.
1750   * Dropped patches:
1751     - 106_nouveau_autodetect.patch: obsoleted by 15-nouveau.diff
1752     - 112_xaa-fbcomposite-fix-negative-size.patch: adopted by Debian
1753     - 113_quell_nouveau_aiglx.patch: obsoleted by 15-nouveau.diff
1754     - 115_xext_fix_cursor_ref_counting.patch: merged upstream
1755     - 116_fix_typos_in_swap_functions.patch: merged upstream
1756     - 118_xkb_fix_garbage_init.patch: merged upstream
1757     - 123_exa_sys_ptr_nullpointer_check.patch: merged upstream
1758     - 199_xfvb-help-typo.patch: merged upstream
1759   * debian/xserver-xorg-core.preinst.in: Drop the removal of the wrong
1760     alternative, obsolete by now.
1761   * debian/control: Build the udeb and bump the relaxed build-deps.
1762   * debian/local/xvfb-run: Don't disable composite, seems to run fine
1763     with it nowadays.
1765   [ Robert Hooker ]
1766   * Fix 190_cache-xkbcomp_output_for_fast_start_up.patch so it works.
1767   * Drop 164_trap-aspect-ratios.patch: obsolete.
1768   * debian/rules: Adjust confflag targets so xcsecurity isn't enabled for udeb
1769     with disabled xace.
1770   * Drop 184_virtual_devices_autodetect.patch: It's a noop with todays autoconfig.
1771   
1772   [ Bryce Harrington ]
1773   * debian/rules: Don't reference the package uploader for support; instead point
1774     users to the standard Ubuntu support page.
1775     (LP: #589811)
1777   [ Christopher James Halse Rogers ]
1778   * Add debian/gbp.conf pointing at ubuntu branch.
1779   * Drop 109_fix-swcursor-crash.patch; merged upstream in 3a3edb2c.
1780   * 122_xext_fix_card32_overflow_in_xauth.patch: Update to most recent patch
1781     on patchwork.  This patch actually works! (tested with 
1782     “xauth generate :0 . trusted timeout 99999999) (LP: #519049)
1783   
1784  -- Bryce Harrington <bryce@ubuntu.com>  Mon, 07 Jun 2010 14:50:49 -0700
1786 xorg-server (2:1.8.1.901-1) experimental; urgency=low
1788   [ Julien Cristau ]
1789   * New upstream release
1790   * Merge changes from 2:1.7.7-2.
1792   [ Christopher James Halse Rogers ]
1793   * 16-xaa-fbcomposite-fix-negative-size.diff:
1794     - mi hunk merged upstream.  Update to keep just the fbpict.c hunk.
1796  -- Julien Cristau <jcristau@debian.org>  Mon, 07 Jun 2010 23:22:48 +0200
1798 xorg-server (2:1.8.1-1) experimental; urgency=low
1800   * New upstream release
1801     - 02_Add-libgcrypt-and-libnettle-as-options-for-sha1.diff: partly merged
1802       upstream, rest renamed to 02_Add-libnettle-as-option-for-sha1.diff and
1803       ported to new version
1804     - 05_only_call_gamma_set_if_nonnull.diff: merged upstream
1805     - 07-xfree86-fix-build-with-xv-disabled.diff: rediffed
1806     - 08-config-xorg-conf-d.diff: merged upstream
1807     - 09-inputclass-sans-abi9.diff: likewise
1808     - 10-config-libudev-backend.diff: likewise
1809     - 11-xfree86-fix-video-fallback.diff: likewise
1810     - 12-xfree86-dont-complain-about-missing-coredevices.diff: likewise
1811     - 13-unbreak-input-abi.diff: obsolete
1812     - 14-tone-down-nidr-errors.diff: merged upstream
1813     - 15-nouveau.diff: rediffed
1814     - 17-xfree86-saner-conf-search-paths.diff: merged upstream
1815     - 18-Add-10-evdev.conf.diff: likewise
1816   * Bump xutils-dev build-dep for new macros.
1817   * Add build-dep on xfonts-utils for fontutil.pc.
1818   * Bump build-deps on mesa, glproto and dri2proto.
1819   * Drop obsolete configure options --disable-xsdl and
1820     --disable-null-root-cursor.
1821   * --enable-werror has been replaced by --enable-strict-compilation, adjust
1822     rules.
1823   * xdmx-tools.install: xdmx was renamed to dmxinfo.
1824   * Bump debian/serverminver and ABI versions.
1826  -- Julien Cristau <jcristau@debian.org>  Wed, 12 May 2010 18:01:39 +0200
1828 xorg-server (2:1.7.7-2) unstable; urgency=low
1830   * autoconfig: load the nouveau driver for nvidia hw.  Stolen from F13.
1831   * Try to catch non-event devices when running udevadm info in the bug
1832     script.
1833   * Pull from upstream server-1.7-nominations branch
1834     - dix: make DeviceEvent coordinates signed for Xinerama (closes: #581763)
1835     - xfree86: dga needs to use the master keyboard state (closes: #576393)
1836     - Fix null pointer dereference in xf86_reload_cursors (closes: #507916)
1838  -- Julien Cristau <jcristau@debian.org>  Thu, 03 Jun 2010 17:00:18 +0200
1840 xorg-server (2:1.7.7-1) unstable; urgency=low
1842   [ Timo Aaltonen ]
1843   * Update patch 17; Add missing __datadir__ to cpprules.in.
1845   [ Cyril Brulebois ]
1846   * Add listing files under /etc/X11/xorg.conf.d in bug script.
1847   * Fix typo in 10-mouse.conf: s/Mouse/Pointer/ (Closes: #579130).
1849   [ Julien Cristau ]
1850   * Drop the GLX 1.4 patches to fix server crashes with DRI2 (closes:
1851     #567677).
1852   * Change driver ABI Conflicts to Breaks.  Drop old Conflicts/Replaces on
1853     pre-modular xserver packages.
1854   * Unset PRERELEASE to avoid the prerelease warning in the log.
1855   * New upstream release:
1856     - fixes Xvfb crash with XI2 (closes: #575905)
1857     - EXA: Check sys_ptr isn't NULL before passing it to the UploadToScreen
1858       hook (closes: #576656)
1859   * 19-exa-handle-pixmap-create-destroy-in-lower-layers.diff is now upstream,
1860     remove it.
1861   * Drop mention of input_id from debian/copyright since we stopped shipping
1862     it a while back.
1864  -- Julien Cristau <jcristau@debian.org>  Tue, 04 May 2010 15:17:59 +0200
1866 xorg-server (2:1.7.6.901-3) unstable; urgency=low
1868   [ Julien Cristau ]
1869   * On !linux, install mouse and kbd catchall snippets in the xorg.conf.d
1870     directory.  Fixes FTBFS on those archs.
1872   [ Cyril Brulebois ]
1873   * Cherry-pick “exa: handle pixmap create/destroy in lower layers” which
1874     fixes server crashes when pixmaps are created in the course of
1875     software fallbacks (Closes: #576816). Many thanks to Arthur Marsh for
1876     the tests!
1878  -- Cyril Brulebois <kibi@debian.org>  Mon, 19 Apr 2010 15:26:15 +0200
1880 xorg-server (2:1.7.6.901-2) unstable; urgency=low
1882   * Fix dependency generation: Replace PKG_CONFIG_DIR with PKG_CONFIG_PATH
1883     (/usr/share/xserver-xorg/{videodrv,xinput}dep may lack a version
1884     otherwise).
1886  -- Cyril Brulebois <kibi@debian.org>  Sat, 17 Apr 2010 18:38:17 +0200
1888 xorg-server (2:1.7.6.901-1) unstable; urgency=low
1890   * New upstream release candidate.
1891     - Fix crash when all glyphs of a given depth are freed, but not all
1892       glyphsets (closes: #568533)
1894   [ Cyril Brulebois ]
1895   * Steal patch 112_xaa-fbcomposite-fix-negative-size.patch from ubuntu,
1896     and rename it 16-xaa-fbcomposite-fix-negative-size.diff as it's now
1897     applied in Debian as well. It fixes arithmetic bugs in mod(); thanks to
1898     Bryce Harrington.
1899   * Merge 'xsfbs/debian-unstable' to fix target dependencies, which fixes
1900     useless rebuilds.
1901   * Add support for “noudeb” in DEB_BUILD_OPTIONS to disable building the
1902     udeb flavour (even on architectures where udebs are supposed to be
1903     built) to speed up debug builds. When this is used, the udeb is still
1904     built, but rather empty…
1905   * Modify bug script to include kernel version (from /proc/version) since
1906     the uname in Xorg.*.log might not give enough details (like the Debian
1907     revision).
1909   [ Julien Cristau ]
1910   * Remove from debian/rules an obsolete reference to
1911     /usr/share/debhelper/dh_make/debianm/rules.
1912   * Make xserver-xorg-core provide ABI-versioned virtual packages for drivers
1913     to depend on.  This is a first step in making our ABI handling saner (see
1914     #573371).
1915   * xvfb-run: don't rely on /tmp/X$i-lock to bump $SERVERNUM in auto-servernum
1916     mode (closes: #577195).  Thanks, Jozef Kutej!
1917   * Bump serverminver for new handling of input config.
1918   * Add Breaks on input drivers installing files in /usr/lib/X11/xorg.conf.d
1919     since we're changing the path.
1920   * Stop looking for x11_driver property in udev, since we're migrating the
1921     drivers over to xorg.conf.d anyway.
1922   * Install 10-evdev.conf in /usr/share/X11/xorg.conf.d (from upstream, patch
1923     18-Add-10-evdev.conf.diff).
1925   [ Timo Aaltonen ]
1926   * Add 17-xfree86-saner-conf-search-paths.diff. Allows using another
1927     xorg.conf.d directory for local changes.
1929  -- Cyril Brulebois <kibi@debian.org>  Sat, 17 Apr 2010 16:55:39 +0200
1931 xorg-server (2:1.7.6-2ubuntu8) lucid-updates; urgency=low
1933   [Bryce Harrington]
1934   * Add 123_exa_sys_ptr_nullpointer_check.patch: Patch from upstream to
1935     verify a pointer is not NULL before dereferencing it.  Fixes X
1936     segfault in miCopyRegion which occurs while using firefox (e.g. typing
1937     into fields in AOL).  Issue found by Jerry Lamos.
1938     (LP: #539772)
1939   * Add 19-exa-handle-pixmap-create-destroy-in-lower-layers.diff: Patch
1940     from Debian to fix X segfault on mouse click in xfig, when pixmaps
1941     are created in the course of software fallbacks.
1942     (LP: #553647)
1944   [Martin Pitt]
1945   * debian/local/64-xorg-xkb.rules: Ignore XKBMODEL=="SKIP" and
1946     XKBVARIANT=="U.S. English", which happen to get into
1947     /etc/default/console-setup in some cases like the VMWare automatic
1948     installer.
1949     (LP: #548891)
1951  -- Bryce Harrington <bryce@ubuntu.com>  Wed, 28 Apr 2010 13:10:44 -0700
1953 xorg-server (2:1.7.6-2ubuntu7) lucid; urgency=low
1955   * Drop 117_fix_crash_with_createglyphset.patch
1956     - Dupe of patch 110
1957   * Drop 03_fedora_glx_versioning.diff, 04_fedora_glx14-swrast.diff
1958     - These patches were brought in by Debian to provide glx 1.4 support
1959       which Fedora backported from xserver 1.8, however testing in
1960       Ubuntu showed they caused a crash when closing Clutter apps (#550218),
1961       and graphics corruption when opening windows.  Dropping these patches
1962       returns us to GLX 1.2, which has been found to be stable; Debian has
1963       also dropped these two patches.
1964       (Fixes #565903).
1965   * Drop 114_dri2_make_sure_x_drawable_exists.patch
1966     - This was an early attempt by upstream which fixed the aforementioned
1967       Clutter crash, but which introduced a memory leak.
1968       (Fixes #565981)
1970  -- Bryce Harrington <bryce@ubuntu.com>  Thu, 22 Apr 2010 17:24:38 -0700
1972 xorg-server (2:1.7.6-2ubuntu6) lucid; urgency=low
1974   * Add 122_xext_fix_card32_overflow_in_xauth.patch:  Prevent overflow
1975     of a CARD32 variable millis by doing bounds checking.  This is a
1976     patch currently in discussion at fdo #27134, so this patch can be
1977     dropped in favor of whatever upstream decides to include.
1978     (LP: #519049)
1980  -- Bryce Harrington <bryce@ubuntu.com>  Thu, 15 Apr 2010 14:10:53 -0700
1982 xorg-server (2:1.7.6-2ubuntu5) lucid; urgency=low
1984   * Update patches in previous upload to fix FTBS issue.
1986  -- Bryce Harrington <bryce@ubuntu.com>  Thu, 15 Apr 2010 11:03:01 -0700
1988 xorg-server (2:1.7.6-2ubuntu4) lucid; urgency=low
1990   * Add several cherrypicks of fixes from upstream git tree which fix various
1991     issues and that look safe with low or no risk of regression.
1992     + 115_xext_fix_cursor_ref_counting.patch: Xext: Fix cursor reference
1993       counting hazard.
1994     + 116_fix_typos_in_swap_functions.patch: Fixes typos in several of the
1995       glxcmdsswap routines.
1996     + 117_fix_crash_with_createglyphset.patch:  Fixes crash introduced in
1997       FindGlyphsByHash() if one client disconnects while a second is in
1998       the middle of doing certain Glyph operations.
1999     + 118_xkb_fix_garbage_init.patch: Fixes typo that can cause garbage
2000       bits to get appended on the xkbControlsNotify changedControls mask
2001       because it was uninitialized on the stack.
2003  -- Bryce Harrington <bryce@ubuntu.com>  Wed, 14 Apr 2010 18:49:56 -0700
2005 xorg-server (2:1.7.6-2ubuntu3) lucid; urgency=low
2007   * add support for omapfb to 111_armel-drv-fallbacks.patch
2009  -- Alexander Sack <asac@ubuntu.com>  Mon, 12 Apr 2010 14:43:42 +0200
2011 xorg-server (2:1.7.6-2ubuntu2) lucid; urgency=low
2013   [Bryce Harrington]
2014   * Add 113_quell_nouveau_aiglx.patch: Don't emit error message about
2015     AIGLX on nouveau.  3D is not supported yet on -nouveau so this error
2016     message serves only to confuse bug reporters.
2017     (LP: #529590)
2019   [Robert Sarvatt]
2020   * Add 114_dri2_make_sure_x_drawable_exists.patch: Makes sure
2021     a corresponding X drawable exists before trying to use it, fixing
2022     xserver segfaults under DRI2 when closing down GLX apps.
2023     (LP: #550218)
2025  -- Bryce Harrington <bryce@ubuntu.com>  Wed, 31 Mar 2010 16:37:45 -0700
2027 xorg-server (2:1.7.6-2ubuntu1) lucid; urgency=low
2029   [ Timo Aaltonen ]
2030   * Merge from Debian unstable. (LP: #546933)
2032   [ Michael Casadevall ]
2033   * Updated 111_armel-drv-fallbacks.patch to also add support for finding
2034     dovefb devices in addition to imx51 ones. (LP: #550701)
2036  -- Timo Aaltonen <tjaalton@ubuntu.com>  Tue, 30 Mar 2010 22:01:12 +0300
2038 xorg-server (2:1.7.6-2) unstable; urgency=low
2040   [ Timo Aaltonen ]
2041   * Add 08-config-xorg-conf-d.diff, 09-inputclass-sans-abi9.diff,
2042     10-config-libudev-backend.diff. Backport xorg.conf.d, inputclass
2043     and libudev support from xserver 1.8. Replaces the patches we had
2044     before. This allows us to migrate from a temporary udev based
2045     input device configuration straight to the long term solution
2046     introduced in 1.8.
2047   * Add 11-xfree86-fix-video-fallback.diff from SUSE. Allows the video
2048     fallback method to work when there's an xorg.conf around.
2049   * Add 12-xfree86-dont-complain-about-missing-coredevices.diff.
2050     No reason to complain about these, unless AEI is off.
2051   * Add 13-unbreak-input-abi.diff. Keep the old NewInputDeviceRequest(),
2052     rename the new as NIDR18() and call it from NIDR(). This way we
2053     don't break the input ABI.
2054   * Add 14-tone-down-nidr-errors.diff. Use X_INFO instead of X_ERROR.
2056   [ Julien Cristau ]
2057   * 15-keep-udev-x11-driver.diff: keep looking for the x11_driver udev
2058     property as a transitional measure.  This should allow the new server to
2059     work while drivers aren't transitioned to xorg.conf.d yet.
2061  -- Timo Aaltonen <tjaalton@ubuntu.com>  Tue, 30 Mar 2010 21:32:52 +0300
2063 xorg-server (2:1.7.6-1ubuntu3) lucid; urgency=low
2065   * Extend 112_xaa-fbcomposite-fix-negative-size.patch to also correct a
2066     mod() definition in the mi code which suffers the same flaw.
2068  -- Bryce Harrington <bryce@ubuntu.com>  Mon, 29 Mar 2010 14:15:07 -0700
2070 xorg-server (2:1.7.6-1ubuntu2) lucid; urgency=low
2072   * Add 112_xaa-fbcomposite-fix-negative-size.patch:  Prevent 3rd-party
2073     controllable Xorg crash/exploit when XAA and compositing is in use.
2074     Be more careful in sign-changes with mod().
2075     (LP: #551193)
2077  -- Bryce Harrington <bryce@ubuntu.com>  Mon, 29 Mar 2010 13:37:06 -0700
2079 xorg-server (2:1.7.6-1ubuntu1) lucid; urgency=low
2081   [Timo Aaltonen]
2082   * Merge from Debian unstable.
2083   * Drop patch 107, included in Debian.
2084   * Drop patch 108, included upstream.
2085   * control: Drop the udeb, we don't need it for lucid.
2086   * control: Relax/drop some build-deps caused by the udeb.
2088   [Bryce Harrington]
2089   * Add 110_findglyphbyhash-fix.patch from upstream to fix a sporadic
2090     crash in FindGlyphByHash.
2091     (LP: #401045)
2092   * Renumber patch 201_armel-drv-fallbacks.patch to 111
2094  -- Bryce Harrington <bryce@ubuntu.com>  Wed, 24 Mar 2010 12:04:20 -0700
2096 xorg-server (2:1.7.6-1) unstable; urgency=low
2098   [ Brice Goglin ]
2099   * Add 06_dont_trap_access_to_timer_and_keyboard.diff,
2100     thanks Samuel Thibault.
2102   [ Timo Aaltonen ]
2103   * New upstream release, closes: #574354.
2105   [ Julien Cristau ]
2106   * Don't build xserver-xorg-core-udeb on sparc.  The linker fails because
2107     relocations have to be truncated when building statically against
2108     libnettle.
2110  -- Cyril Brulebois <kibi@debian.org>  Tue, 23 Mar 2010 16:59:08 +0100
2112 xorg-server (2:1.7.5.902-1) unstable; urgency=low
2114   [ Julien Cristau ]
2115   * config/udev: fix adding unnamed devices.
2116   * Build two flavours, one for the main package and one for the udeb.
2117   * Add patch to fix Xorg build with XV disabled.
2119   [ Timo Aaltonen ]
2120   * Add 16-config-dont-filter-input-subsys.diff so for instance serial
2121     wacom devices are initialized by the udev backend (LP: #522318,
2122     closes: #568236).
2124   [ Brice Goglin ]
2125   * New upstream release.
2126     + Allow for missing or disabled compat_output, closes: #572268, #554450.
2127     + Reenable RECORD extension, closes: #570680.
2128     + dix: try to ring the bell even if the current device doesn't have one,
2129       closes: #564200.
2130   * Refresh patches.
2131   * Fix typo in xvfb-run.1, thanks Joey Hess, closes: #527490.
2132   * Add 06_dont_trap_access_to_timer_and_keyboard.diff,
2133     thanks Samuel Thibault.
2135   [ Cyril Brulebois ]
2136   * Add udeb needed for the graphical installer: xserver-xorg-core-udeb.
2137   * Version/Bump some B-D to make sure xserver-xorg-core-udeb gets its
2138     dependencies on the (recently-added) udebs rather than on the
2139     libraries:
2140      - libpciaccess-dev
2141      - libudev-dev
2142      - libxau-dev
2143      - libxfont-dev
2144   * Replace 02_Add-libgcrypt-as-an-option-for-sha1.diff with
2145     02_Add-libgcrypt-and-libnettle-as-options-for-sha1.diff so that it's
2146     also possible to link against libnettle. Link (unconditionally)
2147     statically against libnettle.a to avoid an extra udeb for a few bytes.
2148   * Add nettle-dev to Build-Depends; and pass --with-sha1=libnettle for
2149     the udeb build (and --with-sha1=libgcrypt for the main build).
2150   * Add myself to Uploaders.
2151   * Tweak builderstring to use the name of the person responsible for the
2152     upload instead of an host-specific one (Closes: #574017).
2154  -- Cyril Brulebois <kibi@debian.org>  Mon, 15 Mar 2010 22:19:01 +0100
2156 xorg-server (2:1.7.5-1ubuntu4) lucid; urgency=low
2158   * 201_armel-drv-fallbacks.patch: use imx driver if available on
2159     armel imx51 systems; the current test checks for mxc_gpu
2160     devices listed in /sys/devices/platform and ensures that the
2161     imx_drv module can be loaded; if both succeed, imx driver is
2162     used instead of fbdev; note: the mxc_gpu device test should be
2163     replaced with parsing output of /proc/fb once the mxc driver
2164     provides reasonable content there.
2166  -- Alexander Sack <asac@ubuntu.com>  Wed, 24 Mar 2010 13:03:41 +0100
2168 xorg-server (2:1.7.5-1ubuntu3) lucid; urgency=low
2170   * Add 109_fix-swcursor-crash.patch: Avoid dereferencing null pointer
2171     while reloading cursors during resume.
2172     (LP: #371405)
2174  -- Bryce Harrington <bryce@ubuntu.com>  Thu, 11 Mar 2010 17:16:12 -0800
2176 xorg-server (2:1.7.5-1ubuntu2) lucid; urgency=low
2178   [ Bryce Harrington ]
2179   [Timo Aaltonen]
2180   * Add 107_dont_filter_input_subsys.diff so for instance serial wacom
2181     devices are initialized by the udev backend (LP: #522318)
2183   [Bryce Harrington]
2184   * Add 108_reenable_record_ext.patch: Upstream patch to make the
2185     record callback work with the new internal core/Xi events mechanism
2186     instead of xEvents. With this fix, the record extension can be
2187     re-enabled.
2188     (LP: #315456)
2190  -- Timo Aaltonen <tjaalton@ubuntu.com>  Tue, 02 Mar 2010 17:09:33 +0200
2192 xorg-server (2:1.7.5-1ubuntu1) lucid; urgency=low
2194   [ Bryce Harrington ]
2195   [Robert Hooker]
2196   * Add 106_nouveau_autodetect.patch: makes nouveau the default driver
2197     for supported cards when not explicitly named in xorg.conf.
2199   [Timo Aaltonen]
2200   * Merge from Debian unstable.
2201   * Drop patch 101, included in Debian.
2203   [Robert Collins]
2204   * Add 199_xfvb-help-typo.patch to fix typo in help for xvfb (fdo #32990)
2205   * Add 200_randr-null.patch to clarify a pointer initialization (fdo #26389)
2207  -- Timo Aaltonen <tjaalton@ubuntu.com>  Fri, 19 Feb 2010 13:24:15 +0200
2209 xorg-server (2:1.7.5-1) unstable; urgency=low
2211   [ Julien Cristau ]
2212   * Remove myself from Uploaders
2214   [ Brice Goglin ]
2215   * New upstream release.
2216     + Restore lastDeviceEventTime update in dixSaveScreens,
2217       closes: #563816.
2218     + Don't double-swap the RandR PropertyNotify event,
2219       closes: #569036.
2220     + Xi: reset the sli pointers after copying device classes,
2221       closes: #566147.
2222   * Bump Standards-Version to 3.8.4.
2224  -- Brice Goglin <bgoglin@debian.org>  Tue, 16 Feb 2010 08:00:27 +0100
2226 xorg-server (2:1.7.4-2) unstable; urgency=low
2228   [ Julien Cristau ]
2229   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
2230     good reason.  Thanks, Colin Watson!
2232   [ Brice Goglin ]
2233   * Add 05_only_call_gamma_set_if_nonnull.diff to unbreak the nv driver,
2234     closes: #564203.
2236  -- Brice Goglin <bgoglin@debian.org>  Wed, 20 Jan 2010 23:51:26 +0100
2238 xorg-server (2:1.7.4-1) unstable; urgency=low
2240   [ Timo Aaltonen ]
2241   * New upstream release.
2243   [ Julien Cristau ]
2244   * Don't call config_init() until after InitInput() has initialized the event
2245     queue, so that devices don't get enabled too early (closes: #564256,
2246     #564324).
2248  -- Julien Cristau <jcristau@debian.org>  Tue, 12 Jan 2010 10:49:22 +0000
2250 xorg-server (2:1.7.3.902-1ubuntu12) lucid; urgency=low
2252   * Add 198_nohwaccess.patch: Needed for rootless X.  Adds a -nohwaccess
2253     argument to make X not access the hardware ports directly.
2255  -- Bryce Harrington <bryce@ubuntu.com>  Fri, 05 Feb 2010 22:17:20 -0800
2257 xorg-server (2:1.7.3.902-1ubuntu11) lucid; urgency=low
2259   * Add 196_xvfb-fbscreeninit-handling.patch and 197_xvfb-randr.patch:
2260     Adds xrandr support to xvfb.  Thanks lifeless!
2261     (LP: #516123)
2263  -- Bryce Harrington <bryce@ubuntu.com>  Thu, 04 Feb 2010 10:56:12 -0800
2265 xorg-server (2:1.7.3.902-1ubuntu10) lucid; urgency=low
2267   * 100_rethrow_signals.patch: Fix SigAbortServer to cleanly exit(1) on a
2268     non-signal crash, as the original upstream code does. Not exiting leads to
2269     continuing back into the code which threw the error, which eventually
2270     leads to writing into the already closed log file and other operations
2271     which cause segfaults.
2272   * Re-enable 100_rethrow_signals.patch.  Hello apport.
2274  -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 03 Feb 2010 17:29:53 -0800
2276 xorg-server (2:1.7.3.902-1ubuntu9) lucid; urgency=low
2278   * Fully disable 100_rethrow_signals.patch as it seems to still cause
2279     crashes.  Goodbye apport.
2280     (LP: #506510)
2282  -- Bryce Harrington <bryce@ubuntu.com>  Mon, 18 Jan 2010 23:31:08 -0800
2284 xorg-server (2:1.7.3.902-1ubuntu8) lucid; urgency=low
2286   * Drop 160_log_timestamping.patch.  The bootup time objectives have been
2287     met so this patch is no longer required.
2289  -- Bryce Harrington <bryce@ubuntu.com>  Sat, 16 Jan 2010 02:28:30 -0800
2291 xorg-server (2:1.7.3.902-1ubuntu7) lucid; urgency=low
2293   * Update 100_rethrow_signals.patch: Don't log more error messages after
2294     the log has been closed, else it causes a SIGSEGV (signal 11) crash
2295     under several different conditions, including on even ordinary error
2296     exits.
2297     (LP: #506510, #507345, #506977, #504497, #507083)
2299  -- Bryce Harrington <bryce@ubuntu.com>  Fri, 15 Jan 2010 15:22:34 -0800
2301 xorg-server (2:1.7.3.902-1ubuntu6) lucid; urgency=low
2303   * debian/xserver-xorg-core.preinst.in:
2304     - Correct the name of the alternative that we need to remove.
2305       Thanks to Steve Langasek for spotting the error.
2307  -- Alberto Milone <alberto.milone@canonical.com>  Thu, 14 Jan 2010 12:50:19 +0100
2309 xorg-server (2:1.7.3.902-1ubuntu5) lucid; urgency=low
2311   * debian/xserver-xorg-core.preinst.in:
2312     - Make sure that the alternative which was previously provided by
2313       xserver-xorg-core is removed.
2315  -- Alberto Milone <alberto.milone@canonical.com>  Tue, 12 Jan 2010 11:37:49 +0100
2317 xorg-server (2:1.7.3.902-1ubuntu4) lucid; urgency=low
2319   * debian/patches/191-Xorg-add-an-extra-module-path.patch:
2320     - Patch from Mandriva to allow the use of an extra-modules-dir so that
2321       the modules installed in this dir will override the ones in the
2322       default directory.
2323   * debian/rules:
2324     - Remove alternatives stuff introduced in a previous upload.
2325     - Configure with --with-extra-module-dir="/usr/lib/xorg/extra-modules".
2326     - Do not install libglx.so and libdri.so in a different place any more.
2327     - Do not install ld.so.conf file any more. Mesa will deal with this.
2328   * debian/xserver-xorg-core.links:
2329     - Do not create link to /usr/lib/xvmcconfig-standard/XvMCConfig.
2330     - Remove links file.
2331   * debian/xserver-xorg-core.postinst.in:
2332     - Do not install an alternative any more. Mesa will deal with this.
2333   * debian/xserver-xorg-core.prerm.in:
2334     - Remove file.
2336  -- Alberto Milone <alberto.milone@canonical.com>  Mon, 11 Jan 2010 14:48:35 +0100
2338 xorg-server (2:1.7.3.902-1ubuntu3) lucid; urgency=low
2340   [ Julien Cristau ]
2341   * Don't call config_init() until after InitInput() has initialized the event
2342     queue, so that devices don't get enabled too early (closes: #564256,
2343     #564324). (LP: #504254)
2345  -- Timo Aaltonen <tjaalton@ubuntu.com>  Sat, 09 Jan 2010 19:34:30 +0200
2347 xorg-server (2:1.7.3.902-1ubuntu2) lucid; urgency=low
2349   * debian/rules:
2350     - Make sure that /usr/lib/standard-x11/ld.so.conf points to
2351       the libraries provided by mesa.
2353  -- Alberto Milone <alberto.milone@canonical.com>  Fri, 08 Jan 2010 18:55:52 +0100
2355 xorg-server (2:1.7.3.902-1ubuntu1) lucid; urgency=low
2357   [ Timo Aaltonen ]
2358   * Merge from Debian unstable.
2360   [ Michael Vogt ]
2361   * Add 101_nv-crash-fix.diff: Do not crash if gamma_set is NULL.
2362     (LP: #494627)
2364   [ Alberto Milone ]
2365   * Install libglx.so and libdri.so in /usr/lib/standard-x11 as X
2366     seems to prefer the file in /usr/lib/xorg/modules/extensions/standard/
2367     over links in /usr/lib/xorg/modules/extensions/.
2369  -- Timo Aaltonen <tjaalton@ubuntu.com>  Fri, 08 Jan 2010 14:21:15 +0200
2371 xorg-server (2:1.7.3.902-1) unstable; urgency=low
2373   [ Timo Aaltonen ]
2374   * Run udevadm trigger on postinst, and depend on udev [linux-any].
2376   [ Julien Cristau ]
2377   * Add xserver-common dependency on x11-xkb-utils for xkbcomp.
2378   * Remove our copy of input_id, add Depends on new enough udev instead.
2379   * New upstream release.
2380   * Make xserver-common recommend xfonts-base, some clients don't work without
2381     those.
2382   * Upload to unstable.
2384  -- Julien Cristau <jcristau@debian.org>  Wed, 06 Jan 2010 17:44:59 +0000
2386 xorg-server (2:1.7.3.901-1ubuntu5) lucid; urgency=low
2388   * Use alternatives to make it easier to switch between X11 and 3rd
2389     party modules.
2390   * Add link to /usr/lib/xvmcconfig-standard/XvMCConfig and use it
2391     for alternatives.
2393  -- Alberto Milone <alberto.milone@canonical.com>  Mon, 04 Jan 2010 12:08:17 +0100
2395 xorg-server (2:1.7.3.901-1ubuntu4) lucid; urgency=low
2397   * xvfb: Depend again on xauth. Depend on x11-xkb-utils. LP: #500102.
2399  -- Matthias Klose <doko@ubuntu.com>  Thu, 24 Dec 2009 12:20:02 +0100
2401 xorg-server (2:1.7.3.901-1ubuntu3) lucid; urgency=low
2403   * Update 100_rethrow_signals.patch to work with xserver 1.7
2405  -- Bryce Harrington <bryce@ubuntu.com>  Fri, 18 Dec 2009 18:55:56 -0800
2407 xorg-server (2:1.7.3.901-1ubuntu2) lucid; urgency=low
2409   [ Alberto Milone ]
2410   * debian/patches/190_cache-xkbcomp_output_for_fast_start_up.patch:
2411     Make the patch build again with xserver 1.7.
2413   [ Timo Aaltonen ]
2414   * Enable patch 190 now that it works.
2416  -- Timo Aaltonen <tjaalton@ubuntu.com>  Tue, 15 Dec 2009 14:49:39 +0200
2418 xorg-server (2:1.7.3.901-1ubuntu1) lucid; urgency=low
2420   * Merge from Debian experimental.
2422  -- Timo Aaltonen <tjaalton@ubuntu.com>  Mon, 14 Dec 2009 11:34:33 +0200
2424 xorg-server (2:1.7.3.901-1) experimental; urgency=low
2426   [ Julien Cristau ]
2427   * Enable GLX 1.4 on DRI2 and swrast (from upstream, via F12).
2428   * xserver-xorg-dev: add Depends on x11proto-kb-dev and libxkbfile-dev for
2429     xkbsrv.h (closes: #559676).  Thanks, Ron!
2430   * Update input_id to the version in udev 149.
2431   * Update xserver-xorg-core bug script to run udevadm info instead of lshal.
2433   [ Brice Goglin ]
2434   * New upstream release.
2435     + Refresh patches.
2437  -- Brice Goglin <bgoglin@debian.org>  Sat, 12 Dec 2009 17:46:45 +0100
2439 xorg-server (2:1.7.2-2ubuntu2) lucid; urgency=low
2441   * local/64-xorg-xkb.rules: Use "program" instead of "file" when
2442     grepping the XKB settings from console-setup.
2444  -- Timo Aaltonen <tjaalton@ubuntu.com>  Tue, 08 Dec 2009 13:17:04 +0200
2446 xorg-server (2:1.7.2-2ubuntu1) lucid; urgency=low
2448   * Merge from Debian experimental. Remaining Ubuntu changes:
2449     - debian/rules, debian/control:
2450       + Disable SELinux, libaudit-dev is not in main yet (LP 406226).
2451         Drop libaudit-dev from build-deps.
2452     - debian/rules: Enable xcsecurity (LP 247537).
2453     - local/xvfb-run*: Add correct docs about error codes (LP 328205)
2454     - local/xvfb-run: Use "-extension Composite" to fix xvfb-run crashing.
2455     - debian/patches:
2456       + 121_only_switch_vt_when_active.diff:
2457         Add a check to prevent the X server from changing the VT when killing
2458         GDM from the console.
2459       + 135_rethrow_signals.patch:
2460         When aborting, re-raise signals for apport
2461       + 157_check_null_modes.patch, 162_null_crtc_in_rotation.patch,
2462         166_nullptr_xinerama_keyrepeat.patch, 167_nullptr_xisbread.patch
2463         169_mipointer_nullptr_checks.patch,
2464         172_cwgetbackingpicture_nullptr_check.patch:
2465         Fix various segfaults in xserver by checking pointers for NULL
2466         values before dereferencing them.
2467       + 164_trap-aspect-ratios.patch:
2468         Correct monitor EDIDs that have misreported aspect ratios.
2469       + 165_man_xorg_conf_no_device_ident.patch
2470         Correct man page
2471       + 168_glibc_trace_to_stderr.patch:
2472         Report abort traces to stderr instead of terminal
2473       + 184_virtual_devices_autodetect.patch:
2474         Use vesa for qemu device, which is not supported by cirrus
2475       + 187_edid_quirk_hp_nc8430.patch:
2476         Quirk for another LPL monitor (LP: #380009)
2477       + 188_default_primary_to_first_busid.patch:
2478         Pick the first device and carry on (LP 459512)
2479       + 189_xserver_1.5.0_bg_none_root.patch:
2480         Create a root window with no background.
2481       + 190_cache-xkbcomp_output_for_fast_start_up.patch:
2482         Cache keyboard settings.
2483   * debian/control: Drop obsolete Conflicts/Breaks against -psb,
2484     -synaptics and -evdev.
2485   * debian/local/xserver-xephyr.1: Delete, upstream has Xephyr.1 now.
2486   * Dropped patches:
2487     - 101_fedora_xserver-1.3.0-document-fontpath-correctly.patch:
2488       Upstream dropped it.
2489     - 102_ubuntu_sharevts_load_cpu.patch: Upstream.
2490     - 103_psb_auto.patch: Fallback to vesa done differently upstream.
2491     - 110_fedora_no_move_damage.patch: Upstream dropped it.
2492     - 140_quell_acpi_errmsgs.patch: Superseded.
2493     - 153_make_dmx_compile.patch: Xdmx is fixed upstream.
2494     - 156_exevents_copykeyclass_nullptrcheck.patch: No longer needed.
2495       Appropriate checks are done on the pointers prior to CopyKeyClass
2496       being called now.
2497     - 158_raise_maxclients.patch: Breaks binary drivers.  We've had this
2498       reverted for some time now, may as well just get rid of it entirely.
2499     - 174_set_bg_pixmap_of_cow_to_none.patch: Upstream
2500     - 177_animated_cursor_change_master.patch: Different fix upstream.
2501     - 180_fedora_no_synaptics_mouse_synthesis.patch: Superseded.
2502     - 181_fedora_log_proc_cmdline.patch: Upstream.
2503     - 185_dix_badwindow.patch: Upstream.
2504     - 186_autoconfig_geode.patch: Upstream.
2505   * 189_xserver_1.5.0_bg_none_root.patch: Fetched a new version.
2506   * 135_rethrow_signals.patch, 168_glibc_trace_to_stderr.patch:
2507     Disabled until fixed to work with the current version.
2508   * 160_log_timestamping.patch: Updated and re-enabled for boot speed
2509     testing in Lucid.  This patch should be disabled by beta2.
2510   * 169_mipointer_nullptr_checks.patch: Updated.  MIPOINTER() still
2511     can return NULL under some circumstances, and its return values
2512     are still being dereferenced without checking for NULL.
2513   * 188_default_primary_to_first_busid.patch: Updated.  Still looks to be
2514     relevant for certain multi-card systems.
2515   * 190_cache-xkbcomp_output_for_fast_start_up.patch: Updated.
2516   * control, local/64-xorg-xkb.rules: Don't depend on keyboard-configuration
2517     until we have it.
2518   * rules, local/64-xorg-xkb.rules: Use input_id from udev.
2520  -- Timo Aaltonen <tjaalton@ubuntu.com>  Mon, 07 Dec 2009 15:30:18 +0200
2522 xorg-server (2:1.7.2-2) experimental; urgency=low
2524   [ Julien Cristau ]
2525   * debian/rules: upstream build system got fixed, no need to remove
2526     configure-generated files.
2527   * Steal input_id helper from udev, install it in /lib/xorg.  Thanks, Martin
2528     Pitt!
2530   [ Brice Goglin ]
2531   * Cherry pick upstream commit to fix the ABI.
2533  -- Brice Goglin <bgoglin@debian.org>  Mon, 30 Nov 2009 20:10:27 +0100
2535 xorg-server (2:1.7.2-1) experimental; urgency=low
2537   * New upstream release
2538     + Xorg sets umask to 022 (closes: #555308)
2539   * Delete 09_debian_xserver_rtff.diff.  Was disabled since 1.3.99, and is not
2540     necessary since the fall back to builtin fonts was added.
2541   * Change the server's dependency on xserver-common to >= ${source:Version},
2542     to allow installation of different versions of the various servers.
2543   * Add build-dep on libglib2.0-dev, xkb-data and x11-xkb-utils for unit
2544     tests, and run the tests unless nocheck is in DEB_BUILD_OPTIONS.
2545   * Cherry-pick upstream commit to turn ModeDebug on during server startup,
2546     replacing our Turn-on-ModeDebug-by-default.patch.
2547   * Number our patches to make it easier to keep track of things.  Requested
2548     by the Ubuntu folks.
2549   * xvfb-run: retry a few times if Xvfb can't be started when using
2550     --auto-servernum, to make concurrent invocations work (closes: #521075).
2551     Thanks, Kees Cook!
2552   * Use libudev instead of libhal for input hotplug on linux.
2553   * Add udev rule to get keymap from /etc/default/keyboard.
2555  -- Julien Cristau <jcristau@debian.org>  Sat, 28 Nov 2009 16:48:43 +0100
2557 xorg-server (2:1.7.0-1) experimental; urgency=low
2559   * Add missing Conflicts on xserver-xorg-video-5 and xserver-xorg-input-4.
2560   * Add xkb-data to xserver-common's Depends.  XKB is mandatory in 1.7.
2561   * Make all servers depend on xserver-common (= ${source:Version}).
2562   * New upstream release
2563     + fixes Xvfb crashes (closes: #529927)
2564     + fixes DGA init crash (closes: #548716)
2566  -- Julien Cristau <jcristau@debian.org>  Sun, 04 Oct 2009 15:57:01 +0200
2568 xorg-server (2:1.6.99.903-1) experimental; urgency=low
2570   * New upstream snapshot.
2571     + doesn't fill log file with errors when acpid isn't running
2572       (closes: #487904, #500583)
2573     + adds autoconfig for geode variants (closes: #544988)
2574     + fixes idle time computation (closes: #542064)
2575     + Xnest uses the host's mouse acceleration and speed (closes: #325181)
2576     + Xephyr now has a manpage (closes: #427121)
2577     + Xdmx works again (closes: #541254)
2578   * Update build deps
2579   * Update patch stack:
2580     - 20_hurd-i386.diff applied upstream
2581     - fedora-bad-fbdev-thats-mine.patch applied upstream
2582     - fedora-pci-primary.diff superseded upstream
2583     - fedora-vboxvideo.diff applied upstream
2584     - kfreebsd-ftbfs.diff applied upstream
2585     - Add-libgcrypt-as-an-option-for-sha1.diff refreshed
2586     - Turn-on-ModeDebug-by-default.patch refreshed
2587   * Cleanup some libtool cruft in debian/rules clean.
2588   * Bump serverminver, videoabiver and inputabiver.
2589   * Bump debhelper compat level to 5:
2590     - handle dh_strip behaviour change
2591     - fix xserver-xorg-core.install
2592   * Bump Standards-Version to 3.8.3.
2594  -- Julien Cristau <jcristau@debian.org>  Tue, 29 Sep 2009 17:51:05 +0200
2596 xorg-server (2:1.6.4-2ubuntu6) lucid; urgency=low
2598   * 189_xserver_1.5.0_bg_none_root.patch: Moblin patch to allow X to
2599     create a root window with no background by passing the -nr
2600     argument.  This will make X no longer clear the framebuffer when it
2601     starts, thus eliminating a flicker between bootsplash and gdm.  -nr
2602     is ignored if this feature is not supported by the driver.  This patch
2603     is not upstream yet.
2604     TESTERS:  Watch for screen corruption issues during X or app start.
2605   * 190_cache-xkbcomp_output_for_fast_start_up.patch: Causes the X
2606     Keyboard Compiler (xkbcomp) to create a cache file of the keyboard
2607     settings.  This will make the 2nd and later boots slightly faster.
2608     TESTERS:  Watch for issues relating to keyboard customizations not
2609     taking effect properly following boot.
2611  -- Bryce Harrington <bryce@ubuntu.com>  Mon, 23 Nov 2009 13:59:44 -0800
2613 xorg-server (2:1.6.4-2ubuntu5) lucid; urgency=low
2615   * Rework xvfb-run patch to wait for server to come up before checking
2616     status (LP: #481591, Debian bug 521075).
2618  -- Kees Cook <kees@ubuntu.com>  Fri, 13 Nov 2009 16:15:36 -0800
2620 xorg-server (2:1.6.4-2ubuntu4) karmic; urgency=low
2622   * Add 188_default_primary_to_first_busid.patch: X can abort if multiple
2623     video devices are present, and none are marked as primary.  This makes
2624     X just pick the first one it sees and carry on.
2625     (LP: #459512)
2627  -- Bryce Harrington <bryce@ubuntu.com>  Mon, 26 Oct 2009 10:05:44 -0700
2629 xorg-server (2:1.6.4-2ubuntu3) karmic; urgency=low
2631   * local/xvfb-run: Fix race condition in xvfb-run that can cause
2632     concurrent invocations to fail.
2633     (LP: #348052)
2635  -- Bryce Harrington <bryce@ubuntu.com>  Wed, 14 Oct 2009 15:21:51 -0700
2637 xorg-server (2:1.6.4-2ubuntu2) karmic; urgency=low
2639   * Add 187_edid_quirk_hp_nc8430.patch: Quirk for another LPL monitor, to
2640     fix huge font sizes due to invalid EDID from the hardware.
2641     (LP: #380009)
2643  -- Bryce Harrington <bryce@ubuntu.com>  Tue, 13 Oct 2009 02:25:46 -0700
2645 xorg-server (2:1.6.4-2ubuntu1) karmic; urgency=low
2647   * Merge from Debian unstable.  (LP: #447010)
2648     Remaining Ubuntu changes:
2649     - debian/control:
2650       + set Conflicts: xkb-data (<< 0.9), since xkb-path is
2651         different from previous releases
2652       + do not Conflict with xserver-xorg-video
2653       + xvfb Depends on xauth, xfonts-base
2654       + Set Maintainer to Ubuntu Core Developers
2655     - debian/rules:
2656       + build using -fno-stack-protector
2657       + --with-os-vendor=Ubuntu
2658     - debian/xserver-xorg-core.install:
2659       + Add ioport, pcitweak, scanpci scripts & man pages
2660     - debian/patches:
2661       + 101_fedora_xserver-1.3.0-document-fontpath-correctly.patch:
2662         Specify correct paths to fonts
2663       + 102_ubuntu_sharevts_load_cpu.patch:
2664         close console fd only when ShareVTs
2665       + 103_psb_auto.patch:
2666         Autodetect poulsbo devices (but use -vesa since -psb is broken)
2667       + 110_fedora_no_move_damage.patch:
2668         further aiglx support
2669       + 121_only_switch_vt_when_active.diff:
2670         Add a check to prevent the X server from changing the VT when killing
2671         GDM from the console.
2672       + 135_rethrow_signals.patch:
2673         When aborting, re-raise signals for apport
2674       + 140_quell_acpi_errmsgs.patch:
2675         Avoid generating extraneous warnings when acpi is missing
2676       + 153_make_dmx_compile.patch:
2677         Change xcalloc -> calloc, so that dmx compiles.
2678       + 156_exevents_copykeyclass_nullptrcheck.patch,
2679         157_check_null_modes.patch, 162_null_crtc_in_rotation.patch,
2680         166_nullptr_xinerama_keyrepeat.patch, 167_nullptr_xisbread.patch
2681         169_mipointer_nullptr_checks.patch,
2682         172_cwgetbackingpicture_nullptr_check.patch:
2683         Fix various segfaults in xserver by checking pointers for NULL
2684         values before dereferencing them.
2685       + 164_trap-aspect-ratios.patch:
2686         Correct monitor EDIDs that have misreported aspect ratios.
2687       + 165_man_xorg_conf_no_device_ident.patch
2688         Correct man page
2689       + 168_glibc_trace_to_stderr.patch:
2690         Report abort traces to stderr instead of terminal
2691       + 174_set_bg_pixmap_of_cow_to_none.patch:
2692         Set background pixmap of composite overlay window to no background
2693       + 177_animated_cursor_change_master.patch:
2694         Don't create animated cursors for slave devices
2695       + 180_fedora_no_synaptics_mouse_synthesis.patch:
2696         Don't synthesize a mouse section if a synaptics device is found
2697       + 181_fedora_log_proc_cmdline.patch:
2698         Dump /proc/cmdline in the log file too
2699       + 184_virtual_devices_autodetect.patch:
2700         Use vesa for qemu device, which is not supported by cirrus
2701       + 185_dix_badwindow.patch:
2702         Don't return BadMatch from GetProperty if window isn't actually a window
2703       + 186_autoconfig_geode.patch
2704         Perform autodetection correctly for various geode devices
2705   * Update 184_virtual_devices_autodetect.patch to only include inserting
2706     cirrus, since vbox is covered by the new fedora patch.
2707   * Drop patches already included upstream:
2708     - 187_lastdeviceeventtime-no-reset.patch
2709     - 178_glx_flush_cache.patch
2710     - 179_glx_cleanup_drawables.patch
2711     - 183_dont_reset_event_time.patch
2712     - 182_negative_sync_transitions.patch
2713   * Ubuntu bugs fixed as of this release:
2714     - Generate key up event only when key is released.  (Fixed previously)
2715       (LP: #403339)
2716     - Fix XDPMS change event idle handling
2717       (LP: #114336, #152999)
2718     - Don't shutdown the libhal ctx if it failed to initialize.  Fixes
2719       crash if HAL or dbus is not running or is interrupted.
2720       (LP: #114336)
2721     - Fix crash if SendCoreEvents is off.  Don't send events through
2722       master in this case.
2723       (LP: #368135)
2724     - Fix SWCursor check in xf86CursorSetCursor to prevent cursor image
2725       showing up on every screen with Xinerama.
2726       (LP: #357901)
2728  -- Bryce Harrington <bryce@ubuntu.com>  Fri, 09 Oct 2009 12:01:52 -0700
2730 xorg-server (2:1.6.4-2) unstable; urgency=low
2732   * Add fix-dga-removal.patch, closes: #548724.
2734  -- Brice Goglin <bgoglin@debian.org>  Wed, 30 Sep 2009 22:40:29 +0200
2736 xorg-server (2:1.6.4-1) unstable; urgency=low
2738   * New upstream release.
2739   * Update 20_hurd-i386.diff, thanks Samuel Thibault, closes: #548606.
2740   * Drop render-return-the-supported-version.patch, applied upstream.
2742  -- Brice Goglin <bgoglin@debian.org>  Mon, 28 Sep 2009 07:23:07 +0200
2744 xorg-server (2:1.6.3.901-1) unstable; urgency=low
2746   [ Julien Cristau ]
2747   * Add patch stolen from Fedora to add the vboxvideo driver to the
2748     autodetection routine (closes: #540884).
2749   * Add built-ins to the default font path so that non-Xorg servers can use
2750     them (closes: #542707).  Thanks, Josselin Mouette!
2751   * Add avr32 to the libselinux-dev/libaudit-dev build-deps (closes: #543540).
2752     Thanks, Bradley Smith!
2753   * Add patch to return the actually supported version in RenderQueryVersion
2754     rather than whatever renderproto version the server built against.
2755   * New upstream release.
2756     + idle counter computation fixes (closes: #542064)
2757   * Cherry-pick three more patches nominated on
2758     http://www.x.org/wiki/Server16Branch:
2759     - Don't reset the lastDeviceEventTime when doing DPMS actions
2760     - dri2: Don't crash if pPriv is NULL
2761     - EXA: Only take special code path for 1x1 fill for pixmaps
2763   [ David Nusinow ]
2764   * Update xsfbs to 5693792171d885769e58dcccc053c08b11acd12a
2766  -- Julien Cristau <jcristau@debian.org>  Mon, 14 Sep 2009 15:33:46 +0200
2768 xorg-server (2:1.6.3-1ubuntu7) karmic; urgency=low
2770   * Add 187_lastdeviceeventtime-no-reset.patch: Avoids resetting IDLETIME on
2771     DPMS events.  Cherrypick from upstream.
2772     (LP: #397839)
2774  -- Loïc Minier <loic.minier@ubuntu.com>  Mon, 28 Sep 2009 10:54:08 +0200
2776 xorg-server (2:1.6.3-1ubuntu6) karmic; urgency=low
2778   * Add 186_autoconfig_geode.patch:  Add autoconfiguration support for
2779     older geode cards.  Cherrypick from upstream.
2780     (LP: #423866)
2782  -- Bryce Harrington <bryce@ubuntu.com>  Tue, 08 Sep 2009 15:43:28 -0700
2784 xorg-server (2:1.6.3-1ubuntu5) karmic; urgency=low
2786   * Add 185_dix_badwindow.patch: dixLookupWindow may return BadMatch if
2787     the window in question isn't actually a window. In this case,
2788     GetProperty needs to return BadWindow - not BadMatch.  Fixes unexpected
2789     crash in some GNOME applications not expecting to get BadMatch returned
2790     from this function call.
2791     (LP: #321041)
2793  -- Bryce Harrington <bryce@ubuntu.com>  Thu, 03 Sep 2009 18:27:04 -0700
2795 xorg-server (2:1.6.3-1ubuntu4) karmic; urgency=low
2797   * Add 184_virtual_devices_autodetect.patch: Automatic driver detection
2798     for vbox and kvm for non-cirrus devices.
2799     (LP: #338219, #348497)
2801  -- Bryce Harrington <bryce@ubuntu.com>  Mon, 24 Aug 2009 14:58:22 -0700
2803 xorg-server (2:1.6.3-1ubuntu3) karmic; urgency=low
2805   * Add 183_dont_reset_event_time.patch:  Upstream cherrypick.
2806     Fix another random display blanking issue.  When we turn off DPMS with
2807     DPMSModeOff and do dixSaveScreens, don't reset the event time else
2808     session clients using IDLETIME will be reset.
2809     See http://blogs.gnome.org/hughsie/2009/08/17/
2811  -- Bryce Harrington <bryce@ubuntu.com>  Wed, 19 Aug 2009 10:21:45 -0700
2813 xorg-server (2:1.6.3-1ubuntu2) karmic; urgency=low
2815   * Add 182_negative_sync_transitions.patch:  Upstream cherrypick.
2816     Fix random blanking display when system is not idle, caused by
2817     mishandling of negative transition triggers in XSync.
2818     (LP: #397839)
2820  -- Bryce Harrington <bryce@ubuntu.com>  Fri, 14 Aug 2009 11:21:09 -0700
2822 xorg-server (2:1.6.3-1ubuntu1) karmic; urgency=low
2824   * Merge from Debian unstable.
2825   * control: Drop libaudit-dev from build-deps, since SELinux-support
2826     is still disabled anyway.
2827   * Drop 182_fedora_quirk_pea.patch, included in 1.6.3.
2829  -- Timo Aaltonen <tjaalton@ubuntu.com>  Wed, 05 Aug 2009 14:11:01 +0300
2831 xorg-server (2:1.6.3-1) unstable; urgency=low
2833   * New upstream release.
2835  -- Brice Goglin <bgoglin@debian.org>  Sat, 01 Aug 2009 08:55:40 +0200
2837 xorg-server (2:1.6.2.901-1ubuntu3) karmic; urgency=low
2839   * Add 182_fedora_quirk_pea.patch:  Quirk for Peacock Ergovision 19
2840     to use first detailed mode.
2841   * Add 181_fedora_log_proc_cmdline.patch: Log the /proc/cmdline into
2842     Xorg.0.log
2843   * Add 180_fedora_no_synaptics_mouse_synthesis.patch: Don't synthesise a
2844     mouse section if synaptics devices are found.
2845     (LP: #406291, #405281, #396908)
2846   * Actually enable patches 178 and 179
2848  -- Bryce Harrington <bryce@ubuntu.com>  Tue, 04 Aug 2009 02:37:12 -0700
2850 xorg-server (2:1.6.2.901-1ubuntu2) karmic; urgency=low
2852   * Add 178_glx_flush_cache.patch and 179_glx_cleanup_drawables.patch:
2853     - Cleanup destroyed windows and drawables, to prevent crash during
2854       compiz startup.
2855       (LP: #408293)
2857  -- Bryce Harrington <bryce@ubuntu.com>  Mon, 03 Aug 2009 07:55:12 -0700
2859 xorg-server (2:1.6.2.901-1ubuntu1) karmic; urgency=low
2861   [ Timo Aaltonen ]
2862   * Merge from Debian unstable. (LP: #403316)
2863   * Drop 170_primary_pci_video_device.patch, included in Debian
2865  -- Timo Aaltonen <tjaalton@ubuntu.com>  Tue, 28 Jul 2009 15:34:16 +0300
2867 xorg-server (2:1.6.2.901-1) unstable; urgency=low
2869   * New upstream release candidate.
2870   * Bump mesa Build-Depends to >= 7.5 to fix DRI2 madness again,
2871     closes: #538637.
2873  -- Brice Goglin <bgoglin@debian.org>  Mon, 27 Jul 2009 00:17:42 +0200
2875 xorg-server (2:1.6.2-1) unstable; urgency=low
2877   [ Brice Goglin ]
2878   * New upstream release.
2879     + Fixes dri2 madness introduced in previous upload
2880       (closes: #534522, #536019, #534766, #534771, #534890).
2881     + Fixes xkb bogus length in write keyboard desc, closes: #529625.
2882     + Fixes SWCursor being multiply rendered, closes: #526260.
2883     + Drop Change-default-for-ExaOptimizeMigration-to-false.diff,
2884       applied upstream.
2885     + Pull upstream server-1.6-branch up to commit 606f6dba.
2886   * Bump serverminver to 2:1.6.2 for the dri2 upstream changes in the
2887     previous upload.
2889   [ Julien Cristau ]
2890   * Bump xserver-xorg-dev's dependency on dri2proto to >= 2.1 for the same
2891     reason.
2892   * Don't set PCI_TXT_IDS_DIR, we don't use that anymore.
2893   * xserver-xorg-core.bug.script: add a newline between X log and lshal
2894     output.
2896  -- Brice Goglin <bgoglin@debian.org>  Mon, 13 Jul 2009 23:35:13 +0200
2898 xorg-server (2:1.6.1.901-3) unstable; urgency=low
2900   [ Julien Cristau ]
2901   * xvfb-run: don't pass the magic cookie to xauth on the command line
2902     (CVE-2009-1573; closes: #526678).  Thanks, Loïc Minier!
2903   * xvfb-run: use mktemp to create the temporary directory.
2904   * Change default for ExaOptimizeMigration to false.  This option still
2905     causes visual corruption in some cases.  Thanks, Michel Dänzer!
2906   * Only include hal info for keyboards, mice, touchpads and tablets in the
2907     bug script.
2908   * In the bug script, grep dmesg for agp in addition to drm.
2909   * Add patch stolen from Fedora to disable the fbdev driver when it's loaded
2910     together with a PCI or SBUS driver, instead of calling FatalError (closes:
2911     #508476).
2912   * Add patch stolen from Fedora to try and detect the primary PCI device by
2913     mapping the legacy VGA bios and comparing the vendor and device ids.
2914     Previously if there was more than one VGA device and the config didn't
2915     specify BusIDs, the server would just fail to start, so this hack should
2916     improve things.
2917   * Update configure options:
2918     + use --enable-xvfb instead of --enable-vfb
2919     + drop --disable-builtin-fonts, --enable-xtrap, --disable-kdrive-vesa,
2920       --disable-lbx, --disable-xprint, --disable-xorgconfig, --disable-xorgcfg
2921       which don't exist anymore
2922     + use --disable-config-hal and --disable-dri on hurd-i386
2923     + reorder options to match configure.ac, and use explicit
2924       --enable/--disable instead of using the defaults / autodetection
2925   * Don't recommend xfonts-base.  libXfont provides builtin versions of the
2926     fixed and cursor fonts, which are the only required ones.  Keep xfonts-*
2927     packages in Suggests for xserver-xorg-core.
2928   * Bump Standards-Version to 3.8.2 now that we have README.source.
2929   * Drop Build-Conflicts on xlibs-static-dev; it's only in oldstable at this
2930     point.
2931   * Pull from upstream server-1.6-branch as of June 23rd (commit dbac41b).
2932   * Bump build-dep on dri2proto to 2.1 for new protocol.
2933   * Bump build-dep on libselinux1-dev to 2.0.80 for avc_netlink_acquire_fd.
2935   [ David Nusinow ]
2936   * Add README.source
2938  -- Julien Cristau <jcristau@debian.org>  Tue, 23 Jun 2009 19:52:10 +0200
2940 xorg-server (2:1.6.1.901-2ubuntu2) karmic; urgency=low
2942   * Add xserver-1.5.0-bad-fbdev-thats-mine.patch - If no xorg.conf is
2943     specified, framebuffer device can erroneously grab the PCI.  Make
2944     it fail instead in this case.
2945     (LP: #383407)
2947  -- Bryce Harrington <bryce@ubuntu.com>  Wed, 24 Jun 2009 15:24:44 -0700
2949 xorg-server (2:1.6.1.901-2ubuntu1) karmic; urgency=low
2951   * Merge from Debian unstable.
2952   * Dropped patches:
2953     - obsolete:
2954       100_xserver_exa_force_greedy.patch
2955       107_fedora_dont_backfill_bg_none.patch
2956     - upstream:
2957       163_thinko_in_xf86targetpreferred.patch
2958       171_xkb_geometry_copying.patch
2959       173_edid_quirk_philips_lcd.patch
2960       175_set_pointer_screen_in_xtestfakeinput.patch
2961       176_quell_warning_exacopydirty.patch
2962     - included by Debian: 999_default_modedebug_on.patch
2963   * Disable 143_default_to_vesa.patch for now, breaks autoconfiguration
2964     when the pci-ids directory exists but has no match. (LP: #379504)
2965   * Disable SELinux support for now, because libaudit-dev needs to be
2966     moved to main first.
2968  -- Timo Aaltonen <tjaalton@ubuntu.com>  Sun, 24 May 2009 00:32:37 +0300
2970 xorg-server (2:1.6.1.901-2) unstable; urgency=low
2972   * Merge from upstream server-1.6-branch (commit a9f85dce).
2973   * Fix FTBFS on kfreebsd (closes: #525475).  Thanks, Petr Salinger!
2975  -- Julien Cristau <jcristau@debian.org>  Thu, 14 May 2009 17:37:40 +0200
2977 xorg-server (2:1.6.1.901-1) experimental; urgency=low
2979   * New upstream development release
2980     + fixes crash in CheckMotion with xinerama (closes: #524853)
2981     + Refresh 20_hurd-i386.diff
2983   [ Brice Goglin ]
2984   * Add 20_hurd-i386.diff to fix FTBFS on hurd-i386,
2985     thanks Samuel Thibault! (closes: #523970)
2987   [ David Nusinow ]
2988   * Have the reportbug script append lshal and drm info.
2989     The drm info comes from grepping dmesg output.
2991   [ Julien Cristau ]
2992   * Properly initialize libgcrypt in the libgcrypt patch (closes: #524822).
2993     Thanks, Sven Joachim!
2995  -- David Nusinow <dnusinow@debian.org>  Mon, 11 May 2009 21:50:37 -0400
2997 xorg-server (2:1.6.1-1) unstable; urgency=low
2999   [ Julien Cristau ]
3000   * Disable dri2 on hurd-i386.  Thanks, Samuel Thibault!
3002   [ Brice Goglin ]
3003   * New upstream release.
3005  -- Brice Goglin <bgoglin@debian.org>  Wed, 15 Apr 2009 13:30:51 +0200
3007 xorg-server (2:1.6.0-1) unstable; urgency=low
3009   [ David Nusinow ]
3010   * Add 0001-xorg.conf-5-refer-to-mousedrv-4-.-Debian-394058.patch to
3011     refer to correct (semi-obsolete) mouse driver manpage.
3012     closes: #394058
3014   [ Julien Cristau ]
3015   * New upstream release.
3016   * 0001-mi-force-the-paired-kbd-device-before-CopyKeyClass.patch: remove,
3017     included upstream.
3018   * Turn on ModeDebug by default.
3019   * Use libgcrypt for SHA1 instead of OpenSSL's libcrypto.
3020   * Build the xselinux extension on Linux architectures.
3021   * Remove build-dependencies on x11proto-evie-dev, x11proto-trap-dev,
3022     x11proto-xf86misc-dev; the corresponding extensions are removed.
3023   * Remove build-dependencies on x11proto-print-dev, libfreetype6-dev and
3024     xfonts-utils since we don't build Xprt anymore.
3025   * Fix lintian warnings about xserver-xorg-core.NEWS formatting.
3026   * Move -dbg package to new section debug, add ${misc:Depends} where missing.
3027   * Remove unused 06_use_proc_instead_of_sysfs_for_pci_domains.diff, obsoleted
3028     by pci-rework.
3029   * Merge changelog entries 2:1.4.2-9 to 2:1.4.2-11.
3030   * Upload to unstable.
3032  -- Julien Cristau <jcristau@debian.org>  Thu, 09 Apr 2009 00:36:40 +0100
3034 xorg-server (2:1.6.0-0ubuntu15) karmic; urgency=low
3036   * Re-enable 999_default_modedebug_on.patch to provide debug info in
3037     Xorg.0.log for development series.
3039  -- Bryce Harrington <bryce@ubuntu.com>  Sun, 10 May 2009 22:35:02 -0700
3041 xorg-server (2:1.6.0-0ubuntu14) jaunty; urgency=low
3043   * Add 177_animated_cursor_change_master.patch: Fixes crash when using
3044     animated cursors.
3045     (LP: #358009)
3047  -- Bryce Harrington <bryce@ubuntu.com>  Wed, 08 Apr 2009 18:52:56 -0700
3049 xorg-server (2:1.6.0-0ubuntu13) jaunty; urgency=low
3051   * Add 176_quell_warning_exacopydirty.patch: Quells innocuous but scary
3052     sounding "exaCopyDirty: Pending damage region empty!" warning, as it
3053     can lead to false-positives with bug reporters.
3055  -- Bryce Harrington <bryce@ubuntu.com>  Wed, 08 Apr 2009 14:49:36 -0700
3057 xorg-server (2:1.6.0-0ubuntu12) jaunty; urgency=low
3059   * local/xvfb-run: Revert change from 2:1.6.0-0ubuntu9; prevents running
3060     multiple times.
3061     (LP: #357338.  Reopen 348052 rejecting patch)
3063  -- Bryce Harrington <bryce@ubuntu.com>  Tue, 07 Apr 2009 15:21:32 -0700
3065 xorg-server (2:1.6.0-0ubuntu11) jaunty; urgency=low
3067   * Add 175_set_pointer_screen_in_xtestfakeinput.patch: Fixes issue when
3068     using Vino, mouse cursor can get stuck in the upper left corner of the
3069     screen.  The POINTER_SCREEN flag must be set explicitly for XTest core events to avoid
3070     out-of-range events when the lastSlave was an SD with an explicit axis range.
3071     Device events sent through XTest don't need this flag, they are expected to be
3072     in the valuator range of the device anyway.
3073     (LP: #337926)
3075  -- Bryce Harrington <bryce@ubuntu.com>  Mon, 06 Apr 2009 17:22:35 -0700
3077 xorg-server (2:1.6.0-0ubuntu10) jaunty; urgency=low
3079   * debian/patches/174_set_bg_pixmap_of_cow_to_none.patch:
3080     - Set bg pixmap of composite overlay window to None.
3081       Thanks to Havoc Pennington for the patch.
3082       (LP: #356254).
3084  -- Alberto Milone <alberto.milone@canonical.com>  Mon, 06 Apr 2009 15:06:14 +0200
3086 xorg-server (2:1.6.0-0ubuntu9) jaunty; urgency=low
3088   * local/xvfb-run: Fixes race condition with concurrent invocations
3089     (LP: #348052)
3090   * local/xvfb-run, xvfb-run.1: Add correct docs about error codes
3091     (LP: #328205)
3092   * local/xserver-xephyr.1, rules, xserver-xephyr.install: Add man page
3093     for xephyr
3094     (LP: #134906)
3096  -- Bryce Harrington <bryce@ubuntu.com>  Wed, 01 Apr 2009 20:37:22 -0700
3098 xorg-server (2:1.6.0-0ubuntu8) jaunty; urgency=low
3100   * Add 173_edid_quirk_philips_lcd.patch :
3101     Quirk for wrongly reported screen dimensions.
3102     Fixes "huge fonts" issues.
3103     (LP: #353074)
3105  -- Tormod Volden <debian.tormod@gmail.com>  Wed, 01 Apr 2009 19:47:13 +0200
3107 xorg-server (2:1.6.0-0ubuntu7) jaunty; urgency=low
3109   * Add 172_cwgetbackingpicture_nullptr_check.patch:
3110     - cwGetBackingPicture can segfault when minimizing/maximizing firefox with
3111       a flash video playing.  This appears to be a race condition in which the
3112       backing picture's data is not always fully defined.
3113       (LP: #319402)
3115  -- Bryce Harrington <bryce@ubuntu.com>  Mon, 30 Mar 2009 22:20:17 -0700
3117 xorg-server (2:1.6.0-0ubuntu6) jaunty; urgency=low
3119   * Add 171_xkb_geometry_copying.patch:
3120     - Fixes crash when plugging/unplugging USB devices due to incorrect
3121       copying of XKB geometry base_color and label_color.  Patch
3122       cherrypicked from upstream.
3123       (LP: #333222, #321946)
3125  -- Bryce Harrington <bryce@ubuntu.com>  Fri, 27 Mar 2009 19:58:33 -0700
3127 xorg-server (2:1.6.0-0ubuntu5) jaunty; urgency=low
3129   [Tormod Volden]
3130   * Disable 160_log_timestamping.patch before the beta, this was only used
3131     for testing, and the patch also has a serious stack corruption bug.
3132     (LP: #328035)
3134   [Bryce Harrington]
3135   * Disable 999_default_modedebug_on.patch before the beta, this was used
3136     only for testing.
3137   * Add 169_mipointer_nullptr_checks.patch:
3138     - MIPOINTER() can return NULL in some circumstances, so always check
3139       its return value before dereferencing.
3140     - Fixes crash with keyrepeat on non-primary screen on -nvidia when
3141       using Xinerama (and probably other serious mipointer-related crashes)
3142       (LP: #324465)
3143   * Add 170_primary_pci_video_device.patch:
3144     - Patch from redhat
3145     - Fixes failure when multiple video cards are present.  Xserver currently
3146       exits with an error "(EE) No device detected" in such cases.
3147       (LP: #267241)
3149  -- Bryce Harrington <bryce@ubuntu.com>  Tue, 24 Mar 2009 09:57:17 -0700
3151 xorg-server (2:1.6.0-0ubuntu4) jaunty; urgency=low
3153   * Add 168_glibc_trace_to_stderr.patch:
3154     - Catch glibc internal abort traces on stderr instead of to the
3155       controlling terminal (LP: #345748).
3157  -- Kees Cook <kees@ubuntu.com>  Thu, 19 Mar 2009 22:39:33 -0700
3159 xorg-server (2:1.6.0-0ubuntu3) jaunty; urgency=low
3161   * Add 165_man_xorg_conf_no_device_ident.patch:
3162     - Device identifier no longer necessary in Screen section of
3163       xorg.conf.  Update man page accordingly.
3164       (LP: #261577)
3165   * Add 166_nullptr_xinerama_keyrepeat.patch:
3166     - Avoids null pointer dereference when holding down keys on
3167       non-primary screen when using TwinView / Xinerama on -nvidia.
3168       (LP: #324465)
3169   * Add 167_nullptr_xisbread.patch:
3170     - Avoids null pointer dereference in XisbRead to prevent a (difficult
3171       to reproduce) crash during or after a resume from RAM.
3172       (LP: #324368)
3174  -- Bryce Harrington <bryce@ubuntu.com>  Thu, 19 Mar 2009 00:17:40 -0700
3176 xorg-server (2:1.6.0-0ubuntu2) jaunty; urgency=low
3178   * Add 163_thinko_in_xf86targetpreferred.patch:
3179     - For monitors that do not define a "preferred" mode, if the monitor
3180       is not connected to the first output, X wouldn't pick up the mode
3181       correctly, resulting in a "No modes" error in Xorg.0.log and dropping
3182       user to failsafe-X mode.
3183       (LP: #335214)
3184   * Add 164_trap-aspect-ratios.patch:
3185     - Some monitors fib in the EDID they provide, giving their physical
3186       dimensions in the global block, and their aspect ratio(!) in
3187       the detailed timings.  This totally messes up DPI calculations
3188       resulting in huge fonts.
3189       (LP: #320930)
3191  -- Bryce Harrington <bryce@ubuntu.com>  Wed, 18 Mar 2009 20:47:12 -0700
3193 xorg-server (2:1.6.0-0ubuntu1) jaunty; urgency=low
3195   [ Bryce Harrington ]
3196   * New upstream release
3197     - Fixes segfault during X startup for drivers with RANDR < 1.2
3198       (LP: #319210)
3199     - Fixes EDID for monitors that incorrectly report aspect ratio instead
3200       of resolution (LP: #311485)
3201     - Fixes issue where X stops responding to mouse clicks after some time
3202       if using Xinerama. (LP: #296167)
3203   * Add 162_null_crtc_in_rotation.patch: Fixes crash when two displays on
3204     separate cards are attached.  X doesn't work with multiple cards yet,
3205     but crashing is not an appropriate way to handle such a situation.
3206     (LP: #139990)
3208   [ Timo Aaltonen ]
3209   * 159_xinerama_focus.patch,
3210     161_force_paired_kbd_device.patch:
3211     - Dropped, applied upstream
3213  -- Bryce Harrington <bryce@ubuntu.com>  Fri, 06 Mar 2009 14:44:31 -0800
3215 xorg-server (2:1.5.99.902-1) experimental; urgency=low
3217   * New upstream release candidate.
3218   * xserver-xorg-core.install: there are no more font modules.
3219   * 0001-mi-force-the-paired-kbd-device-before-CopyKeyClass.patch: new patch,
3220     fixes a crash with some multimedia keyboards (closes: #513384).
3222  -- Julien Cristau <jcristau@debian.org>  Sat, 31 Jan 2009 19:32:31 +0100
3224 xorg-server (2:1.5.99.902-0ubuntu7) jaunty; urgency=low
3226   * Add 161_force_paired_kbd_device.patch: Fixes issue where a multimedia
3227     keyboard (or keyboard-like device) sends its multimedia key events
3228     through the mouse device file.  In this case, pair the device with the
3229     master before processing the events.  Patch cherrypicked from upstream.
3230     (LP: #318261)
3232  -- Bryce Harrington <bryce@ubuntu.com>  Tue, 17 Feb 2009 17:20:51 -0800
3234 xorg-server (2:1.5.99.902-0ubuntu6) jaunty; urgency=low
3236   * Add 999_default_modedebug_on.patch.  Defaults ModeDebug to on.
3237     Upstream requests that users include this option when forwarding bugs
3238     upstream, thus it should be carried at least during development and
3239     reverted by -beta.  Performance won't be impacted, and boot time will
3240     be slowed only a negligible amount, as it merely adds a few additional
3241     prints.
3243  -- Bryce Harrington <bryce@ubuntu.com>  Tue, 10 Feb 2009 14:06:38 -0800
3245 xorg-server (2:1.5.99.902-0ubuntu5) jaunty; urgency=low
3247   * Revert 158_raise_maxclients.patch.  Breaks -nvidia.  Binary drivers FTL.
3248     (LP: #326344)
3250  -- Bryce Harrington <bryce@ubuntu.com>  Mon, 09 Feb 2009 13:51:04 -0800
3252 xorg-server (2:1.5.99.902-0ubuntu4) jaunty; urgency=low
3254   * 160_log_timestamping.patch: Only add timestamp on tagged messages
3255     (LP: #285787)
3257  -- Tormod Volden <debian.tormod@gmail.com>  Fri, 06 Feb 2009 23:33:11 +0100
3259 xorg-server (2:1.5.99.902-0ubuntu3) jaunty; urgency=low
3261   * Add 160_log_timestamping.patch: Show timestamps in Xorg.*.log
3262     files.
3263     (LP: #285787)
3265  -- Bryce Harrington <bryce@ubuntu.com>  Fri, 06 Feb 2009 06:28:48 -0800
3267 xorg-server (2:1.5.99.902-0ubuntu2) jaunty; urgency=low
3269   [Bryce Harrington]
3270   * Add 157_check_null_modes.patch: Catch null pointer dereference in
3271     video mode selection, which can cause xserver crash when using SDL
3272     applications with qemu/kvm.
3273     (LP: #300310)
3274   * Add 158_raise_maxclients.patch to raise max number of clients from 256
3275     to 512.  Trade-off is that this reduces client resources available to
3276     1,048,576 total resources (which should still be ample).
3277     (LP: #260138)
3279   [Steven Harms]
3280   * 159_xinerama_focus.patch: Resolves xinerama focus issues
3281     with multiple screens
3282     (LP: #41301)
3284  -- Bryce Harrington <bryce@ubuntu.com>  Wed, 04 Feb 2009 22:33:28 -0800
3286 xorg-server (2:1.5.99.902-0ubuntu1) jaunty; urgency=low
3288   * New upstream release candidate.
3290  -- Timo Aaltonen <tjaalton@ubuntu.com>  Sat, 31 Jan 2009 11:03:52 +0200
3292 xorg-server (2:1.5.99.901-2) experimental; urgency=low
3294   [ Julien Cristau ]
3295   * Bump libdrm-dev build-dep to help out sbuild.
3297   [ Timo Aaltonen ]
3298   * debian/rules: Disable builtin fonts (LP: #308649, closes: #512706)
3300  -- Julien Cristau <jcristau@debian.org>  Fri, 23 Jan 2009 21:16:14 +0100
3302 xorg-server (2:1.5.99.901-1ubuntu1) jaunty; urgency=low
3304   * Merge with Debian experimental.
3305   * debian/rules: Include xorg-server.conf for dbus support.
3307  -- Timo Aaltonen <tjaalton@ubuntu.com>  Fri, 23 Jan 2009 13:53:33 +0200
3309 xorg-server (2:1.5.99.901-1) experimental; urgency=low
3311   * New upstream release candidate.
3312     + adds autodetection of sbus devices (closes: #483942).
3313       Thanks, Bernhard R. Link!
3314     + RandR version 1.3 adds panning (closes: #509699).
3315     + fixes a crash with XAA and fb24_32ReformatTile (closes: #443480).
3316     + correctly sets RAW mode on the console when xorg.conf is absent
3317       (closes: #505746).
3319   [ Timo Aaltonen ]
3320   * debian/control:
3321     - Add x11proto-dri2-dev to build-depends.
3322     - Bump the x11proto-randr-dev build-dep version to 1.2.99.3. 
3323     - Bump the libpixman-1-dev build-dep version to 0.13.2.
3324     - Bump the xtrans-dev build-dep version to 1.2.2.
3325     - Bump the x11proto-xext-dev build-dep version to 7.0.3.
3326     - Bump the x11proto-input-dev build-dep version to 1.5.
3327     - Bump the libgl1-mesa-dev and mesa-common-dev build-dep to
3328       7.2+git20081209.a0d5c3cf.
3329     - Bump the x11proto-core build-dep to 7.0.13.
3330     - Add a build-dep on libxinerama-dev.
3331     - Conflict xserver-xorg-video-4, xserver-xorg-input-2.1.
3332   * debian/rules:
3333     - Enable dri2 again.
3334   * debian/patches:
3335     02_Disable-DRI-in-Xephyr.patch
3336     03_glx-init-infinite-loop.diff
3337     - Dropped, implemented upstream.
3338     13_debian_add_xkbpath_env_variable.diff
3339     - Disabled for now, needs to be reimplemented or dropped.
3340   * debian/{input,video}abiver: Bump the input (4) and videoabiver (5).
3341   * debian/serverminver: Bump to 2:1.5.99.901.
3343   [ Julien Cristau ]
3344   * Ditch the GLX Public License and the CID Font Code Public License from
3345     debian/copyright.  The CID code has been removed a while ago, and all code
3346     under the GLXPL has been relicensed to the SGI Free Software License B 2.0.
3347     This finally closes: #211765.
3349   [ Yves-Alexis Perez ]
3350   * debian/control: update deps for xserver-xorg-dev:
3351     - libpixman-1-dev (>= 0.13.2-1)
3352     - x11proto-core-dev (>= 7.0.14)
3353     - x11proto-input-dev (>= 1.5.0)
3354     - x11proto-xext-dev (>= 7.0.4)
3355     - x11proto-randr-dev (>= 1.2.99.3)
3356     - add x11proto-dri2-dev
3358  -- Julien Cristau <jcristau@debian.org>  Wed, 21 Jan 2009 20:59:34 +0100
3360 xorg-server (2:1.5.99.901-0ubuntu1) jaunty; urgency=low
3362   [ Timo Aaltonen ]
3363   * debian/rules: Enable dbus-support.
3364   * Merge current server-1.6-branch.
3365   * Disable patch 107 for now, to see what kind of a performance hit
3366     it'll be. The problem it causes is random garbage on windows
3367     while apps are being loaded.
3368     (LP: #254468)
3369   * Remove patches 150, 151, 152, 154, applied upstream.
3371   [ Bryce Harrington ]
3372   * 156_exevents_copykeyclass_nullptrcheck.patch: Add several NULL pointer
3373     checks in CopyKeyClass to prevent SEGFAULT seen when pressing button
3374     on an ATI USB remote control.
3375     (LP: #311254)
3377  -- Timo Aaltonen <tjaalton@ubuntu.com>  Sat, 17 Jan 2009 16:17:58 +0200
3379 xorg-server (2:1.5.99.3-0ubuntu3) jaunty; urgency=low
3381   [Timo Aaltonen]
3382   * debian/rules: Disable builtin fonts (LP: #308649)
3384   [Bryce Harrington]
3385   * 135_rethrow_signals.patch:  Update for 1.6 and re-enable.
3386     (LP: #226668)
3388  -- Bryce Harrington <bryce@ubuntu.com>  Tue, 16 Dec 2008 19:04:14 -0800
3390 xorg-server (2:1.5.99.3-0ubuntu2) jaunty; urgency=low
3392   * Merge server-1.6-branch (LP: #308225).
3394  -- Timo Aaltonen <tjaalton@ubuntu.com>  Tue, 16 Dec 2008 10:00:58 +0200
3396 xorg-server (2:1.5.99.3-0ubuntu1) jaunty; urgency=low
3398   * Merge from debian experimental git branch.
3399   * Dropped patches:
3400     - 103_inputproto_1.4.3_is_fine.patch: obsolete
3401     - 137_add_device_property_support.patch: upstream
3402     - 138_look_at_all_bytes_of_dev_enabled.diff: upstream
3403     - 141_improved_driver_selection.patch: upstream
3404     - 150_no_visibility_notify_on_unredirect.patch: upstream
3405   * 110_fedora_no_move_damage.patch modified to use new function names.
3406   * Renumbered 142_psb_auto.patch to 103.
3407   * Add a couple of patches from the proposed queue:
3408     - 150_dont-update-vcp-valuators.patch
3409       The VCP doesn't need to update the valuators anyway since it cannot
3410       send XI events. Just skip that bit.
3411     - 151_allow-null-as-rulesfile.patch
3412       If no rules file is given, simply re-use the previous one. If no
3413       RF is given the first time this function is called, use the
3414       built-in default.
3415     - 152_let-the-ddx-decide-on-the-xkbrulesdefaults.patch
3416       Rather than assuming rules in the CoreKeyboardProc, init the default
3417       rules in InitCoreDevices, then re-use them later.
3418   * Add 153_make_dmx_compile.patch
3419     - Change xcalloc -> calloc, so that dmx compiles. Not tested if it
3420       also works.
3421   * Drop patch 136, since SwitchCoreKeyboard is gone, and patches 151/152
3422     basically reimplement the functionality.
3423   * Add 154_force-copykeyclass-for-key-events.patch, to fix fdo
3424     bug 19048. Without this the server default layout would always be
3425     used.
3427   [ Bryce Harrington ]
3428   * Patch 135 updated so that apport actually works now, but leave it
3429     disabled until the code is updated for 1.6.
3431  -- Timo Aaltonen <tjaalton@ubuntu.com>  Mon, 15 Dec 2008 11:34:53 +0200
3434 xorg-server (2:1.5.3-1ubuntu1) jaunty; urgency=low
3436   * Merge from debian-experimental, remaining changes:
3437    + debian/control:
3438     - x11proto-input-dev, libxi-dev build-deps bumped because of
3439       input properties.
3440     - Conflict with xserver-xorg-video-psb << 0.15.0-0ubuntu1~804um5
3441       as these versions didn't have an ABI provide.
3442     - Breaks old synaptics, evdev which didn't have properties.
3443    + debian/patches:
3444     - 100_xserver_exa_force_greedy.patch
3445       Provide a mechanism for drivers to force greedy mode on.
3446     - 101_fedora_xserver-1.3.0-document-fontpath-correctly.patch
3447       Fixes document fontpaths shown in the man page.
3448     - 102_ubuntu_sharevts_load_cpu.patch
3449       Close console fd only when using --sharevts.
3450     - 103_inputproto_1.4.3_is_fine.patch:
3451       Don't require inputproto 1.4.4 in configure.ac.
3452     - 107_fedora_dont_backfill_bg_none.patch
3453       Disable backfilling of windows created with bg=none, which
3454       would otherwise force a framebuffer readback.
3455     - 110_fedora_no_move_damage.patch
3456       Disable damage notifications on move for manually redirected windows.
3457     - 121_only_switch_vt_when_active.diff
3458       Add a check to prevent the X server from changing the VT when
3459       killing GDM from the console.
3460     - 135_rethrow_signals.patch
3461       Currently Xorg "eats" its crash signals, issuing an error message
3462       that it caught the signal and then aborts.  This patch raises the
3463       signal it caught, so that subsequent crash handlers (i.e. apport)
3464       can also catch and act on it.
3465     - 136_fedora_force_switchcorekeyboard_for_evdev.patch
3466       Allow clients to set the layout.
3467     - 137_add_device_property_support.patch
3468       Add support for input-device properties (XI 1.5).
3469     - 138_look_at_all_bytes_of_dev_enabled.diff:  dev->enabled has type
3470       Bool, which is typedef'd to int, but is used in comparisons with
3471       CARD8 data, which gives incorrect logic on big endian systems,
3472       causing failure to initialize keyboard and mouse.
3473     - 140_quell_acpid_errmsgs.patch: Don't fill the server log with errors
3474       from not being able to connect to acpid.
3475     - 141_improved_driver_selection.patch
3476       Allow returning multiple drivers to try for a given PCI id.
3477       Also includes support for fallback drivers, but only when
3478       not using an xorg.conf.
3479     - 142_psb_auto.patch
3480       Autoload vesa for the psb hardware, psb being broken currently.
3481     - 143_default_to_vesa.patch:  If no matching driver is found in the
3482       .ids files, set "vesa" as a fallback default, otherwise a driver
3483       may be selected regardless of whether it actually provides support
3484       for the chipset by videoPtrToDriverList() based on its vendor id.
3485     - 150_no_visibility_notify_on_unredirect.patch
3486       Do not sent VisibilityNotify events when MapUnmapEvents
3487       are disabled
3488    + debian/local/xvfb-run: disable the Composite-extension for xvfb.
3489    + debian/serverminver: Bump the serverminver because of the newer
3490      properties API.
3491    + debian/rules:
3492      Add --enable-xcsecurity --enable-appgroup. The SECURITY module was
3493      disabled by default as part of the SELinux merge. However, we need
3494      the security module for xauth on Kubuntu, else ubiquity fails.
3495      (LP 247537)
3496   * Changes done:
3497     - debian/control: xfvb doesn't need to Depend on xauth, xfonts-base
3498       anymore, Recommends are pulled in by default now.
3500  -- Timo Aaltonen <tepsipakki@ubuntu.com>  Wed, 26 Nov 2008 13:42:11 +0200
3502 xorg-server (2:1.5.3-1) experimental; urgency=low
3504   [ Loic Minier ]
3505   * Shut up rmdir error when trying to remove dirs; this might confuse
3506     debconf.
3508   [ Julien Cristau ]
3509   * New upstream release.
3510   * Fix infinite loop on server reset when swrast_dri.so is missing.  Only
3511     push swrast on the glx provider stack on first generation, so we don't
3512     turn the stack into a circular list (closes: #500287).
3513   * Enable the record extension (closes: #504303).
3514   * Merge changes from 2:1.4.2-8.
3516  -- Julien Cristau <jcristau@debian.org>  Tue, 11 Nov 2008 23:17:14 +0100
3518 xorg-server (2:1.5.2-2ubuntu3) intrepid; urgency=low
3520   * 138_look_at_all_bytes_of_dev_enabled.diff:  dev->enabled has type
3521     Bool, which is typedef'd to int, but is used in comparisons with
3522     CARD8 data, which gives incorrect logic on big endian systems,
3523     causing failure to initialize keyboard and mouse.
3524     (LP: #281610)
3526  -- Bryce Harrington <bryce@ubuntu.com>  Thu, 23 Oct 2008 07:31:47 -0700
3528 xorg-server (2:1.5.2-2ubuntu2) intrepid; urgency=low
3530    * 143_default_to_vesa.patch:  If no matching driver is found in the
3531      .ids files, set "vesa" as a fallback default, otherwise a driver
3532      may be selected regardless of whether it actually provides support
3533      for the chipset by videoPtrToDriverList() based on its vendor id.
3534      (LP: #261977)
3536  -- Bryce Harrington <bryce@ubuntu.com>  Thu, 23 Oct 2008 06:21:18 -0700
3538 xorg-server (2:1.5.2-2ubuntu1) intrepid; urgency=low
3540   * debian/patches/150_no_visibility_notify_on_unredirect.patch
3541     - do not sent VisibilityNotify events when MapUnmapEvents
3542       are disabled (LP: #278112)
3544  -- Michael Vogt <michael.vogt@ubuntu.com>  Sat, 18 Oct 2008 00:05:30 +0200
3546 xorg-server (2:1.5.2-1ubuntu4) intrepid; urgency=low
3548   * Update patch 142_psb_auto to only try vesa, not even psb, as this requires
3549     the psb driver to be loadable, and it's not available anymore (and broken
3550     anyway).
3552  -- Loic Minier <lool@dooz.org>  Wed, 15 Oct 2008 18:14:28 +0200
3554 xorg-server (2:1.5.2-1ubuntu3) intrepid; urgency=low
3556   * Shut up rmdir error when trying to remove dirs; this might confuse
3557     debconf.
3559  -- Loic Minier <lool@dooz.org>  Wed, 15 Oct 2008 17:57:13 +0200
3561 xorg-server (2:1.5.2-1ubuntu2) intrepid; urgency=low
3563   * Update patch 142_psb_auto to also try psb and vesa for 0x8109.
3564   * Apply and drop patch 123_no_composite_for_xvfb_run which was changing
3565     files below debian/ (xvfb-run, to disable the Composite extension by
3566     default).
3568  -- Loic Minier <lool@dooz.org>  Wed, 15 Oct 2008 15:27:23 +0200
3570 xorg-server (2:1.5.2-1ubuntu1) intrepid; urgency=low
3572   * Merge from debian-experimental.
3573   * Update patch 142_psb_auto to try vesa if psb fails; thanks Oliver Grawert.
3574   * Refresh patch 100_xserver_exa_force_greedy to apply cleanly.
3575   * Let xserver-xorg-core conflict with xserver-xorg-video-psb
3576     << 0.15.0-0ubuntu1~804um5 as these versions didn't have an ABI provide.
3578  -- Loic Minier <lool@dooz.org>  Tue, 14 Oct 2008 23:03:06 +0200
3580 xorg-server (2:1.5.2-1) experimental; urgency=low
3582   * New upstream bugfix release.
3583   * debian/rules: define PCI_TXT_IDS_DIR to unbreak the pci id matching using
3584     plain text files provided by drivers.
3585   * Don't pass --with-serverconfig-path to configure, we only used to override
3586     it for Xprint.
3587   * Re-introduce the xserver-common package, containing
3588     /usr/lib/xorg/protocol.txt and the Xserver(1) manpage for now.
3589   * debian/rules: Use filter instead of findstring for noopt in
3590     DEB_BUILD_OPTIONS.
3591   * Remove obsolete conffile /etc/X11/xserver/SecurityPolicy on upgrades.
3592   * Merge changes from 2:1.4.2-7.
3594  -- Julien Cristau <jcristau@debian.org>  Sat, 11 Oct 2008 20:20:28 +0200
3596 xorg-server (2:1.5.1-1ubuntu3) intrepid; urgency=low
3598   * Pull upstream changes from server-1.5-branch including b595b65e:
3599     - Fix GKVE with key_code > 255 (LP: #274203)
3600     - DGA: Fix ProcXF86DGASetViewPort for missing support in driver.
3601       Fixes a segfault when trying to activate a DGA mode without
3602       checking whether DGA modesetting is at all possible.
3603     - Check nextEnabledOutput()'s return in bestModeForAspect()
3604       In case no enabled outputs, we will reference wrong index of
3605       output array.
3606     - int10: Fix a nasty memory leak.
3607     - int10: Don't warn when scanning for devices we don't have.
3608       Some BIOSes (hi XGI!) will attempt to enumerate the PCI bus by
3609       asking for the config space of every possible device number.
3610       This despite perfectly functional BIOS methods to enumerate the
3611       bus exactly.
3612     - int10: Remove useless check.
3613       If you have more than one PCI device with the same d/b/d/f, you're
3614       already in trouble.
3615     - http://bugs.freedesktop.org/show_bug.cgi?id=14373
3616       xkb: squash canonical types into explicit ones on core reconstruction.
3617       xkb: fix core keyboard map generation.
3618     - xkb: fix use of uninitialized variable.
3619     - Remove usage of mfbChangeWindowAttributes missed in e4d11e58c...
3620     - Only build dri2 when DRI2 is enabled.
3621   * Merge patches 138 and 139 into 137, and update the properties API to
3622     match the current version in master (final API for XI 1.5).
3623     (LP: #274728)
3624   * Bump the build-dep on x11proto-input-dev and libxi-dev.
3625   * Bump the serverminver because of newer properties API.
3626   * Add Breaks against current synaptics and evdev, since they use the old
3627     API and need to be updated with the server.
3629  -- Timo Aaltonen <tepsipakki@ubuntu.com>  Fri, 10 Oct 2008 11:16:56 +0300
3631 xorg-server (2:1.5.1-1ubuntu2) intrepid; urgency=low
3633   * Merge with Debian experimental:
3634     - debian/rules: define PCI_TXT_IDS_DIR to unbreak the pci id matching
3635       using plain text files provided by drivers. (LP: #261977)
3637  -- Timo Aaltonen <tepsipakki@ubuntu.com>  Fri, 26 Sep 2008 12:05:12 +0300
3639 xorg-server (2:1.5.1-1ubuntu1) intrepid; urgency=low
3641   * Merge with Debian experimental. (LP: #269388)
3643  -- Timo Aaltonen <tepsipakki@ubuntu.com>  Wed, 24 Sep 2008 19:33:34 +0300
3645 xorg-server (2:1.5.1-1) experimental; urgency=low
3647   * New upstream bugfix release.
3648   * 02_Disable-DRI-in-Xephyr.patch: don't use DRI in Xephyr, as it doesn't
3649     work correctly.
3650   * Merge changelog from 2:1.4.2-6 (all changes are upstream now).
3652  -- Julien Cristau <jcristau@debian.org>  Wed, 24 Sep 2008 17:49:18 +0200
3654 xorg-server (2:1.5.0-1ubuntu1) intrepid; urgency=low
3656   * Merge with Debian experimental.
3657   * 141_improved_driver_selection.patch
3658     - Allow returning multiple drivers to try for a given PCI id.
3659       Also includes support for fallback drivers, but only when
3660       not using an xorg.conf.
3661   * 142_psb_auto.patch
3662     - Renamed, refreshed.
3664  -- Timo Aaltonen <tepsipakki@ubuntu.com>  Tue, 09 Sep 2008 11:44:13 +0300
3666 xorg-server (2:1.5.0-1) experimental; urgency=low
3668   * New upstream release.
3669   * Kill patch 50_Make-RandRQueryVersion-return-1.1-for-swapped-client.patch,
3670     1.2 requests are properly swapped now.
3671   * Bump videoabiver to 4 to match ABI_VIDEODRV_VERSION.  Yes, that means
3672     rebuilding video drivers; sorry about that.
3674  -- Julien Cristau <jcristau@debian.org>  Thu, 04 Sep 2008 02:05:47 +0200
3676 xorg-server (2:1.4.99.906-2ubuntu5) intrepid; urgency=low
3678   * Bump the serverminver because of input properties.
3680  -- Timo Aaltonen <tepsipakki@ubuntu.com>  Wed, 03 Sep 2008 16:03:28 +0300
3682 xorg-server (2:1.4.99.906-2ubuntu4) intrepid; urgency=low
3684   [ Bryce Harrington ]
3685   * 140_quell_acpid_errmsgs.patch: Don't fill the server log with errors
3686     from not being able to connect to acpid. (LP: #247195)
3688  -- Timo Aaltonen <tepsipakki@ubuntu.com>  Wed, 03 Sep 2008 10:48:24 +0300
3690 xorg-server (2:1.4.99.906-2ubuntu3) intrepid; urgency=low
3692   [ Bryce Harrington ]
3693   * 135_rethrow_signals.patch:  Update to make it catch and throw a
3694     wider variety of signals, and do a clean shutdown of the X server
3695     (code borrowed from FatalError()).
3697  -- Bryce Harrington <bryce@ubuntu.com>  Mon, 01 Sep 2008 13:19:46 -0700
3699 xorg-server (2:1.4.99.906-2ubuntu2) intrepid; urgency=low
3701   * 103_inputproto_1.4.3_is_fine.patch:
3702     - Don't require inputproto 1.4.4 in configure.ac..
3704  -- Timo Aaltonen <tepsipakki@ubuntu.com>  Thu, 28 Aug 2008 13:24:05 +0300
3706 xorg-server (2:1.4.99.906-2ubuntu1) intrepid; urgency=low
3708   * Merge with Debian experimental.
3709   * Dropped patches, upstream:
3710     130_fedora_fix_procxkbsetxyz_to_work_on_all.patch
3711     131_remove_open-coded_strcasestr.patch
3712     132_add_parsing_for_xkb.options.patch
3713     133_support_strlist_for_xkboptions.patch
3714     134_protect_against_out_of_bounds.patch
3715   * control: Fix build-dep on inputproto to >= 1.4.3-2ubuntu2 for
3716     DeviceControlChanged.
3718  -- Timo Aaltonen <tepsipakki@ubuntu.com>  Thu, 28 Aug 2008 12:39:33 +0300
3720 xorg-server (2:1.4.99.906-2) experimental; urgency=low
3722   * Pull from server-1.5-branch as of Aug 27th
3723     + input devices from xorg.conf aren't ignored if there is no ServerLayout
3724       option (closes: #492140)
3725   * Bump build-dep on inputproto to >= 1.4.4 for DeviceControlChanged.
3726   * Merge in changes from 2:1.4.2-3 to 2:1.4.2-5.
3728  -- Julien Cristau <jcristau@debian.org>  Thu, 28 Aug 2008 00:33:02 +0200
3730 xorg-server (2:1.4.99.906-1ubuntu4) intrepid; urgency=low
3732   * 137_add_device_property_support.patch,
3733     138_xi_expose_enable_disabledevice.patch,
3734     139_xi_protect_against_null_handlers.patch:
3735     - Add support for input-device properties.
3736   * debian/control: Bump the build-depends on x11proto-input-dev
3737     and libxi-dev.
3739  -- Timo Aaltonen <tepsipakki@ubuntu.com>  Fri, 22 Aug 2008 09:00:14 +0300
3741 xorg-server (2:1.4.99.906-1ubuntu3) intrepid; urgency=low
3743   * 130_fedora_fix_procxkbsetxyz_to_work_on_all.patch
3744     136_fedora_force_switchcorekeyboard_for_evdev.patch
3745     - Allow clients to set the layout.
3746   * Drop 130_fedora_call_switchcorekeyboard.patch, obsoleted.
3748  -- Timo Aaltonen <tepsipakki@ubuntu.com>  Wed, 06 Aug 2008 13:30:28 +0300
3750 xorg-server (2:1.4.99.906-1ubuntu2) intrepid; urgency=low
3752   * Add 135_rethrow_signals.patch
3753     - Currently Xorg "eats" its crash signals, issuing an error message
3754       that it caught the signal and then aborts.  This patch raises the
3755       signal it caught, so that subsequent crash handlers (i.e. apport)
3756       can also catch and act on it.
3758  -- Bryce Harrington <bryce@ubuntu.com>  Tue, 05 Aug 2008 16:20:46 -0700
3760 xorg-server (2:1.4.99.906-1ubuntu1) intrepid; urgency=low
3762   * Merge with debian experimental, 1.5RC6 (LP: #247120, #253021)
3763   * Drop 120_fedora_xserver-xaa-evict-pixmaps.patch, because offscreen
3764     pixmaps are already disabled by default.
3765   * Drop 124_fix_randr_no_crtc.patch, fixed upstream.
3766   * Add 130_fedora_call_switchcorekeyboard.patch, a hack to fix fd.o bug
3767     #16364. Breaks if the first hotplugged keyboard is not the wanted
3768     keyboard.
3769   * Patches from upstream master:
3770     131_remove_open-coded_strcasestr.patch
3771     - pre-requisite for the rest
3772     132_add_parsing_for_xkb.options.patch
3773     - parsing xkb.options didn't work (fd.o #16874)
3774     133_support_strlist_for_xkboptions.patch
3775     - allow using a list for xkb.options like before.
3776     134_protect_against_out_of_bounds.patch
3777     - protect against potential out-of-bounds indexing.
3779  -- Timo Aaltonen <tepsipakki@ubuntu.com>  Tue, 05 Aug 2008 01:49:42 +0300
3781 xorg-server (2:1.4.99.906-1) experimental; urgency=low
3783   * debian/rules: drop useless handling of nostrip in DEB_BUILD_OPTIONS (this
3784     is taken care of by dh_strip); make the rules files and xsfbs.mk
3785     parallel-safe, and enable parallel=n using example code from Debian
3786     Policy.
3787   * debian/rules: put the source package name and version in builderstring
3788     instead of osvendor, add builder email as well; don't explicitly set
3789     osname, configure sets it to $(uname -srm) by default.
3790   * New upstream release candidate.
3791     - fixes 64-bit Xephyr (closes: #491569)
3792     - work around the DIX losing physical monitor dimensions for randr 1.1
3793       drivers, in particular nvidia (closes: #488987)
3794     - make sure RANDR reports refresh as 0 if pixel clock is 0 (closes:
3795       #490258)
3796     - doesn't try to load dri2 when it's not built (closes: #491651)
3797   * Switch to running autoreconf at build time, and build-depend on automake,
3798     libtool and xutils-dev.
3799   * Reformat the SGI Free Software License B, to shut up over 1000 lintian
3800     warnings.
3802  -- Julien Cristau <jcristau@debian.org>  Sun, 27 Jul 2008 18:30:45 +0200
3804 xorg-server (2:1.4.99.905-0ubuntu5) intrepid; urgency=low
3806   * debian/rules:
3807     Added --enable-record.  By default, xorg-server does not build the
3808     RECORD extension.  Added the record module (for Xnee and other purposes).
3810  -- Chris Nasho <chris.nasho@sympatico.ca>  Thu, 31 Jul 2008 17:26:00 -0400
3812 xorg-server (2:1.4.99.905-0ubuntu4) intrepid; urgency=low
3814   * debian/rules:
3815     Add --enable-xcsecurity --enable-appgroup.  The SECURITY module was
3816     disabled by default in commit 86b2e59bfb79bd042a13c35fbb4ccecec576f629,
3817     as part of the SELinux merge.  However, we need the security module
3818     for xauth on Kubuntu, else ubiquity fails.  (Ref. LP 247537)
3820  -- Bryce Harrington <bryce@ubuntu.com>  Wed, 16 Jul 2008 06:01:45 -0700
3822 xorg-server (2:1.4.99.905-0ubuntu3) intrepid; urgency=low
3824    * patches/124_fix_randr_no_crtc.patch:
3825      + In certain circumstances, xrandr multiscreen initialization fails
3826        to associate crtcs with monitors, resulting in startup failures
3827        in some GDK-based applications when using -vesa.  This occurs
3828        because mode-Clock, mode->HTotal, and mode->VTotal are all 0.
3829        (LP: #246585)
3831  -- Bryce Harrington <bryce@ubuntu.com>  Tue, 15 Jul 2008 07:01:13 -0700
3833 xorg-server (2:1.4.99.905-0ubuntu2) intrepid; urgency=low
3835   * Merge with debian git, new changes:
3836     - Build with --enable-glx-tls, we build mesa with TLS support
3837       (otherwise swrast_dri.so might fail to load due to unresolved
3838       symbols).
3839     - Make the servers recommend libgl1-mesa-dri (>= 7.1~rc1).  Without
3840       this package, the GLX extension fails to initialise (and takes the
3841       server down) due to missing swrast_dri.so.
3843  -- Timo Aaltonen <tepsipakki@ubuntu.com>  Mon, 07 Jul 2008 11:44:39 +0300
3845 xorg-server (2:1.4.99.905-0ubuntu1) intrepid; urgency=low
3847   * Merge with Debian experimental, remaining changes:
3848   * debian/control:
3849     - Change maintainer address.
3850     - xvfb Depends on xauth, xfonts-base.
3851   * debian/patches:
3852     - 100_xserver_exa_force_greedy.patch
3853       Provide a mechanism for drivers to force greedy mode on.
3854     - 101_fedora_xserver-1.3.0-document-fontpath-correctly.patch
3855       Fixes document fontpaths shown in the man page.
3856     - 102_ubuntu_sharevts_load_cpu.patch
3857       Close console fd only when using --sharevts.
3858     - 104_psb_auto.patch
3859       Add automatic detection of Poulsbo hardware when running without a
3860       Device definition.
3861     - 107_fedora_dont_backfill_bg_none.patch
3862       Disable backfilling of windows created with bg=none, which
3863       would otherwise force a framebuffer readback.
3864     - 110_fedora_no_move_damage.patch
3865       Disable damage notifications on move for manually redirected windows.
3866     - 120_fedora_xserver-xaa-evict-pixmaps.patch
3867       A hack to evict XAA pixmaps and disable the pixmap cache when the first
3868       texture is bound.
3869     - 121_only_switch_vt_when_active.diff
3870       Add a check to prevent the X server from changing the VT when
3871       killing GDM from the console.
3872     - 123_no_composite_for_xvfb_run.patch
3873       Use "-extension Composite" to fix xvfb-run crashing.
3874   * Cleaned up patches:
3875     - upstream, either directly or otherwise implemented:
3876       103_fedora_openchrome.patch, 105_reduce_wakeups_from_smart_scheduler.diff
3877       108_fedora_honor_displaysize.patch, 109_glx_fail_if_no_texture_bound.diff
3878       144_fedora_xserver-1.3.0-xnest-exposures.patch,
3879       146_X86EMU-added-blacklist-for-I-O-port-in-0-0xFF-range.patch,
3880       147_X86EMU-pass-the-correct-bus-dev-fn-tag-to-pci-emula.patch,
3881       148_dix_touchscreen_fixes.diff,
3882       149_add_quirks_for_physical_screen_size_issues.patch,
3883       150_edid_quirk_lp154w01.patch, 151_x86emu_handle_cpuid.patch,
3884       153_exa_skip_empty_glyphs.diff, 154_fix_rotation_for_multimon.diff,
3885       155_exa_fix_off-by-one.diff, 156_resize_composite_overlay.diff,
3886       157_fix_exa_pixmap_width.diff, 158_xkb_wrapping.diff,
3887       159_xkb_default_to_null.diff, 160_default_to_intel.diff,
3888       161_fix_big_endian_cursor.diff, 162_cve-2007-6429.diff,
3889       163_fix_untrusted_access.diff, 164_fix_context_sharing.diff,
3890       165_fedora_xserver-1.5.0-xaa-option-inversion.patch,
3891       166_fix_lpl_monitors.diff, 167_xf86AutoConfig_geode_addition.diff,
3892       168_closedir.patch,
3893       170_xorg-xserver-1.4-cve-2008-1377.diff,
3894       171_xorg-xserver-1.4-cve-2008-1379.diff,
3895       172_xorg-xserver-1.4-cve-2008-2360.diff,
3896       173_xorg-xserver-1.4-cve-2008-2361.diff,
3897       174_xorg-xserver-1.4-cve-2008-2362.diff
3898     - obsolete:
3899       101_fedora-apm-typedefs.patch
3900       104_fedora_init_origins_fix.patch
3901       142_fedora_xserver-1.3.0-no-pseudocolor-composite.patch
3902       169_xf86AutoConfig_choose_default_driver_if_no_pci.patch
3903     - unnecessary:
3904       106_ubuntu_fpic_libxf86config.patch (the lib is not shipped)
3906  -- Timo Aaltonen <tepsipakki@ubuntu.com>  Fri, 04 Jul 2008 13:39:34 +0300
3908 xorg-server (2:1.4.99.905-1) experimental; urgency=low
3910   [ Julien Cristau ]
3911   * New upstream release candidate
3912     - fixes FTBFS on alpha (closes: #472205); won't work, though, because
3913       of #485528
3914     - fixes FTBFS on GNU/kFreeBSD (closes: #482550)
3915   * 001_ubuntu_add_extra_modelines_from_xorg.patch: remove, replace with
3916     001_fedora_extramodes.patch stolen from fedora 9 cvs, rev 1.8.
3917   * xvfb: recommend xauth instead of xbase-clients.
3918   * xserver-xfbdev: recommend xfonts-base.
3919   * debian/rules: drop our special handling for stripping modules, which I
3920     think dates back to the days of the custom module loader.
3921   * debian/rules: drop some remaining xprintisms.
3922   * bump serverminver to 2:1.4.99.905.
3923   * Stop build-depending on mesa-swx11-source (mesa 7.1 will build the
3924     software driver itself), and don't pass --with-mesa-source to configure.
3925   * Build with --enable-glx-tls, we build mesa with TLS support (otherwise
3926     swrast_dri.so might fail to load due to unresolved symbols).
3927   * Make the servers recommend libgl1-mesa-dri (>= 7.1~rc1).  Without this
3928     package, the GLX extension fails to initialise (and takes the server down)
3929     due to missing swrast_dri.so.
3931   [ Timo Aaltonen ]
3932   * Re-enable dri & glx.
3933   * Add a build-dep on mesa-common-dev (>= 7.1~rc1) and bump the desired
3934     version of libgl1-mesa-dev respectively.
3935   * Bump the libdrm-dev build-dep version to 2.3.1.
3937  -- Julien Cristau <jcristau@debian.org>  Sun, 13 Jul 2008 23:33:05 +0200
3939 xorg-server (2:1.4.99.902-1) experimental; urgency=low
3941   * Add postrm script for xserver-xorg-core, to remove
3942     /var/log/Xorg.*.log{,.old} on purge (closes: #343384).
3943   * Use dh_* -s instead of -a in binary-arch, to fix FTBFS on s390 (which
3944     doesn't build xserver-xfbdev).
3945   * New upstream release candidate.
3946     + refresh 13_debian_add_xkbpath_env_variable.diff
3947     + doesn't crash when there is no pci device (closes: #472823)
3948     + includes a quirk for LPL monitors with broken EDID (closes: #473260)
3949     + XKB is now enabled in Xnest (closes: #164379)
3950   * Stop building Xprt, and drop related patches; it will be provided as a
3951     separate package.
3953  -- Julien Cristau <jcristau@debian.org>  Fri, 23 May 2008 00:58:45 +0200
3955 xorg-server (2:1.4.99.901-2) experimental; urgency=low
3957   * xserver-xorg-dev needs to depend on libpciaccess-dev.
3958   * Pull from upstream server-1.5-branch as of March 21st (commit 98249dfa).
3959     + fixes build on ia64 (closes: #471663)
3960   * Add missing conflicts on xserver-xorg-input-2.
3962  -- Julien Cristau <jcristau@debian.org>  Fri, 21 Mar 2008 22:40:36 +0100
3964 xorg-server (2:1.4.99.901-1) experimental; urgency=low
3966   [ Julien Cristau ]
3967   * New upstream release candidate
3968   * Update patches:
3969     + 001_ubuntu_add_extra_modelines_from_xorg.patch: remove useless
3970       whitespace changes
3971     + 02_libvgahw_gcc4_volatile_fix.diff: delete, the gcc bug this was working
3972       around is fixed for a long time
3973     + 03_auto_load_driver.diff, 04_auto_load_driver_no_conf.diff,
3974       05_kill_type1.diff, 07_autoconfig_screen_with_device_section.diff,
3975       08_better_dpms_logging.diff, 10_dont_look_in_home_for_config.diff,
3976       11_dont_crash_on_bad_dri_mode.diff, 14_default_screen_section.diff,
3977       21_glx_align_fixes.patch, 40_default_dpi_96.patch,
3978       41_vbe_filter_less.diff,
3979       42_dont_break_grab_and_focus_for_window_when_redirecting.diff,
3980       43_allow_override_BIOS_EDID_preferred_mode.diff,
3981       44_preferredmode_infinite_loop.diff,
3982       45_only_XF86_APM_CAPABILITY_CHANGED_for_video_change_acpi_events.diff,
3983       46_reduce_wakeups_from_smart_scheduler.patch,
3984       47_fbdevhw_magic_numbers.diff, 51_xkb-and-loathing.diff,
3985       93_xprint_fonts_fix: remove, applied upstream
3986     + 06_use_proc_instead_of_sysfs_for_pci_domains.diff: disable for now,
3987       shouldn't be needed with pciaccess
3988     + 13_debian_add_xkbpath_env_variable.diff: refresh
3989     + 94_xprint_XSERVER_LIBS: disable, should be fixed upstream
3990   * Disable glx, dri and dri2 for now.
3991   * Re-enable dmx, build the xdmx and xdmx-tools packages.
3992   * Add build-deps on libpciaccess-dev and libssl-dev for Xorg, bump build-dep
3993     on libpixman-1-dev to >= 0.9.5.
3994   * Add build-dep on libxv-dev for Xephyr.
3995   * Drop XS- prefix from Vcs-* debian/control fields.
3996   * Bump videoabiver to 2.9, inputabiver to 2.1, serverminver to 2:1.4.99.901.
3997   * Drop obsolete --with-rgb-path configure option.
3998   * /etc/X11/xserver/SecurityPolicy is gone, don't install it.
3999   * Don't build-dep on "foo (>= bar-1)", to fix lintian warnings.
4001   [ Drew Parsons ]
4002   * Remove 94_xprint_XSERVER_LIBS (not needed in xserver 1.5).
4004   [ Brice Goglin ]
4005   * Build the Xfbdev server for real now, in new package xserver-xfbdev,
4006     closes: #439764.
4008  -- Julien Cristau <jcristau@debian.org>  Fri, 14 Mar 2008 13:46:48 +0100
4010 xorg-server (2:1.4.2-11) unstable; urgency=low
4012   * Bump x11proto-input-dev build-dep to >= 1.5.0 to fix keyboard layout
4013     breakage with new libxi built against the same. Closes: #515976
4015  -- David Nusinow <dnusinow@debian.org>  Thu, 19 Feb 2009 21:52:24 -0500
4017 xorg-server (2:1.4.2-10) unstable; urgency=medium
4019   * Cherry-pick from upstream: GLcore: make googleearth not crash the server
4020     on sw-rendering (closes: #495483).
4022  -- Julien Cristau <jcristau@debian.org>  Fri, 09 Jan 2009 02:26:06 +0100
4024 xorg-server (2:1.4.2-9) unstable; urgency=low
4026   * Cherry-pick patches from upstream to make xf86ScaleAxis() work correctly.
4027   * Steal patch from Fedora: more sanity checks to stop vmmouse from
4028     segfaulting the server (closes: #503459).
4030  -- Julien Cristau <jcristau@debian.org>  Thu, 13 Nov 2008 23:32:47 +0100
4032 xorg-server (2:1.4.2-8) unstable; urgency=low
4034   * Add patch from Petr Salinger to fix PCI domain support on kfreebsd
4035     (closes: #499501).
4036   * xfree86: xf86SetDepthBpp needs to respect the driver's depth24flags.
4037     Instead of forcing a 32bpp framebuffer, we pick a value that the driver
4038     actually supports (closes: #504819, #486925); cherry-picked from upstream
4039     git.
4041  -- Julien Cristau <jcristau@debian.org>  Tue, 11 Nov 2008 20:46:52 +0100
4043 xorg-server (2:1.4.2-7) unstable; urgency=low
4045   * Update debian/copyright to the SGI Free Software License B, version 2.0.
4046     It now mirrors the free X11 license used by X.Org.
4047     http://www.sgi.com/company_info/newsroom/press_releases/2008/september/opengl.html
4048   * Not closing bug#211765 for now, because GL/glx/glxext.c and
4049     hw/dmx/glxProxy/glxext.c are covered by the GLX Public License, which is
4050     still not free.  SGI has since released their code under FreeB, but that
4051     doesn't necessarily apply to contributions from other people.  Hopefully
4052     this can be cleared up soon, though.
4053   * xvfb-run: append to $ERRORFILE instead of truncating it, so the error
4054     output from Xvfb is not deleted when we run 'xauth remove'.
4056  -- Julien Cristau <jcristau@debian.org>  Tue, 30 Sep 2008 00:39:58 +0200
4058 xorg-server (2:1.4.2-6) unstable; urgency=low
4060   * Xevie: always set rep.length to 0 (closes: #497337).  Thanks, Thorvald
4061     Natvig!
4062   * Xevie: swap replies if necessary, to not confuse clients with a different
4063     endianness.
4064   * Cherry-picked from upstream git:
4065     XF86VidMode: Correct a NULL pointer dereference (closes: #498289)
4067  -- Julien Cristau <jcristau@debian.org>  Mon, 15 Sep 2008 01:21:13 +0200
4069 xorg-server (2:1.4.2-5) unstable; urgency=low
4071   * Don't pretend we support randr 1.2 when queried by swapped clients.  The
4072     dispatch code for RandR 1.2 requests would return BadImplementation anyway
4073     (closes: #495833).
4074   * Cherry-picked from upstream:
4075     + exa: fix assert logic thinko.
4077  -- Julien Cristau <jcristau@debian.org>  Tue, 26 Aug 2008 19:27:34 +0200
4079 xorg-server (2:1.4.2-4) unstable; urgency=low
4081   * Re-enable patch 47_fbdevhw_magic_numbers.diff, fixes xen framebuffer
4082     (closes: #493901).  Thanks, Olivier Tétard!  If someone knows why I
4083     disabled it a year ago, I'd love to know.
4085  -- Julien Cristau <jcristau@debian.org>  Fri, 15 Aug 2008 19:15:54 +0200
4087 xorg-server (2:1.4.2-3) unstable; urgency=low
4089   * Add Romanian debconf translation (closes: #489069).  Thanks, Eddy
4090     Petrișor!
4091   * Update Dutch debconf translation (closes: #491663).  Thanks, Thijs
4092     Kinkhorst!
4093   * Pull from server-1.4-branch:
4094     - Xi: ChangeDeviceControl presence events should set the appropriate
4095       devchange
4096     - Fix potential crasher in xf86CrtcRotate()
4097   * Cherry-picked from 1.5:
4098     - Work around the DIX losing mmWidth/mmHeight for RandR 1.1 DDXen
4099       (closes: #491526).
4101  -- Julien Cristau <jcristau@debian.org>  Sat, 02 Aug 2008 23:22:32 +0200
4103 xorg-server (2:1.4.2-2) unstable; urgency=low
4105   [ Julien Cristau ]
4106   * GLX: zero the buffer used in __glXDisp_GetVisualConfigs (backport from
4107     upstream).
4109   [ Brice Goglin ]
4110   * Cherry-pick various patches from upstream:
4111     - Fix incorrect test regarding keyboard map.
4112     - xfree86: append, not prepend, new input devices to xf86InputDevs.
4114  -- Julien Cristau <jcristau@debian.org>  Fri, 18 Jul 2008 10:53:26 +0200
4116 xorg-server (2:1.4.2-1) unstable; urgency=low
4118   [ Julien Cristau ]
4119   * New upstream release.
4120   * Security fixes from the previous upload are included upstream.
4121   * Cherry-pick patches from upstream git to make the LeftOf and Above options
4122     in xorg.conf actually work (closes: #466526).
4123   * 48_xaa_nooffscreenpixmaps.diff: disable XAA offscreen pixmaps by default;
4124     they can be enabled with Option "XaaOffscreenPixmaps" (closes: #478277,
4125     #433331).
4126   * Cherry-pick various patches from upstream for Xorg's modes code:
4127     - add quirks for monitors with broken EDID (closes: #473260)
4128     - fix max clock computation
4129     - inherit the preferred mode from the global configuration (so if you have
4130       Modes "800x600" in the Display subsection the server will honor it
4131       instead of ignoring it)
4132   * Backport patch from upstream git to fix emulation of int1A PCI BIOS
4133     services (closes: #404885).  Thanks, Robert de Bath!
4135   [ Brice Goglin ]
4136   * Update patches to not require -p0, closes: #485185.
4138  -- Julien Cristau <jcristau@debian.org>  Thu, 26 Jun 2008 01:57:18 +0200
4140 xorg-server (2:1.4.1~git20080517-2) unstable; urgency=high
4142   * High urgency upload for security fixes.
4143   * New patch from upstream to fix multiple security issues reported by
4144     iDefense:
4145     CVE-2008-2360 - RENDER Extension heap buffer overflow
4146     CVE-2008-2361 - RENDER Extension crash
4147     CVE-2008-2362 - RENDER Extension memory corruption
4148     CVE-2008-1379 - MIT-SHM arbitrary memory read
4149     CVE-2008-1377 - RECORD and Security extensions memory corruption
4151  -- Julien Cristau <jcristau@debian.org>  Mon, 09 Jun 2008 14:59:04 +0200
4153 xorg-server (2:1.4.1~git20080517-1) unstable; urgency=low
4155   [ Julien Cristau ]
4156   * Pass -DPRE_RELEASE=0 in CPPFLAGS, so we don't print the pre-release
4157     warning in the Xorg log.
4158   * Pull from upstream server-1.4-branch
4159     + drop patch 40_default_dpi_96.patch applied upstream
4160     + refresh patches 03_auto_load_driver.diff and
4161       04_auto_load_driver_no_conf.diff
4162   * Don't build-depend on packages with a -1 debian revision.
4163   * Drop the XS- prefix from Vcs-* control fields.
4164   * Add x11-common to the Depends field of xnest, xvfb and xserver-xephyr (its
4165     init script sets up the /tmp/.X11-unix directory).
4166   * Re-enable the dmx DDX, and build the xdmx and xdmx-tools packages (the
4167     build is now fixed upstream); closes: #449254.
4169   [ Drew Parsons ]
4170   * Patch 95_xprint_disable_dbus disables dbus in Xprint by providing
4171     dummy config functions. Taken from upstream commit
4172     2a3d1421e0cc18822ae8f478fcc272e16a9e9340, with removal of
4173     CONFIG_LIB from configure.ac shifted to 94_xprint_XSERVER_LIBS.
4174     Closes: #472180.
4175   * Enable the xprint DDX, and build the xprint and xprint-common packages.
4177  -- Julien Cristau <jcristau@debian.org>  Sun, 18 May 2008 13:36:11 +0200
4179 xorg-server (2:1.4.1~git20080507-1) unstable; urgency=low
4181   * Pull from upstream server-1.4-branch, highlights:
4182     - the server should now scale input events correctly
4183     - xkb keymap failures now give an explanation instead of just a 'failed to
4184       load' message
4185   * Drop patch 51_xkb-and-loathing.diff, applied upstream
4186   * Refresh patches 13_debian_add_xkbpath_env_variable.diff,
4187     21_glx_align_fixes.patch, 46_reduce_wakeups_from_smart_scheduler.patch and
4188     94_xprint_XSERVER_LIBS.
4189   * chmod +x configure in debian/rules clean so we can build a git snapshot
4190     where configure is not in the tarball.
4191   * Cherry-pick fix from upstream's master branch to re-arm the DPMS timer
4192     when re-enabling DPMS (closes: #397197).
4194  -- Julien Cristau <jcristau@debian.org>  Thu, 08 May 2008 15:34:38 +0200
4196 xorg-server (2:1.4.1~git20080131-4) unstable; urgency=low
4198   * fix AlwaysCore handling: enabling AlwaysCore in xorg.conf 1) is the
4199     default, and 2) shouldn't prevent the device from sending core events
4200     (closes: #461760).
4202  -- Julien Cristau <jcristau@debian.org>  Tue, 29 Apr 2008 20:14:22 +0200
4204 xorg-server (2:1.4.1~git20080131-3) unstable; urgency=low
4206   * XKB: Fix processInputProc wrapping (cherry-picked from upstream).
4207     Thanks to Thomas Jaeger.  This should fix the bug with some keys getting
4208     stuck (closes: #473165).
4209   * xkb: when copying the keymap, make sure the structs default to 0/NULL
4210     (cherry-picked from upstream).  Fixes a crash and closes: #461783.
4211   * __glXDRIbindTexImage: Fail if no texture bound to pixmap's texture target
4212     (cherry-picked from upstream).
4213   * EXA: Fix off-by-one in polyline drawing (cherry-picked from upstream).
4214   * EXA: Skip empty glyphs (cherry-picked from upstream).
4215   * Fix overly-restrictive integer overflow check in EXA pixmap creation
4216     (cherry-picked from upstream).  Fixes BadAlloc errors returned by
4217     XCreatePixmap for pixmaps of width 8192 or greater (closes: #471782).
4219   Following patches by Bart Trojanowski, stolen from the ubuntu package:
4220   * 15_X86EMU-added-blacklist-for-I-O-port-in-0-0xFF-range.patch
4221     - Restrict access to I/O ports in range 0-0xFF from x86emu.
4222   * 16_X86EMU-pass-the-correct-bus-dev-fn-tag-to-pci-emula.patch
4223     - Fix improper emulation of PCI access General Software BIOS.
4224   * Add 17_x86emu_handle_cpuid.patch to fix X86EMU CPUID handling.
4225     (closes: #451089).
4227  -- Julien Cristau <jcristau@debian.org>  Wed, 02 Apr 2008 00:20:15 +0200
4229 xorg-server (2:1.4.1~git20080131-2) unstable; urgency=low
4231   [ Brice Goglin ]
4232   * Add 46_reduce_wakeups_from_smart_scheduler.patch to reduce
4233     power consumption, closes: #462700.
4235   [ Drew Parsons ]
4236   * Restore Xprint, cherry-picking commits
4237     f7f79724fdea0cc6fda0e90e56431df937d49335 and
4238     d67e210f3458b62d7d4a6032aabfda0004d661c1 from master (xserver 1.5).
4239     Include patch 94_xprint_XSERVER_LIBS to give new meaning of
4240     XSERVER_LIBS as expected in configure.ac from master (see commit
4241     a02db0d500cac20d0f0f107d27c064a175018421). Delete
4242     94_xprint_XSERVER_LIBS when we upgrade to xserver 1.5.
4244   [ Julien Cristau ]
4245   * Re-enable patch 51_xkb-and-loathing.diff: ignore SIGALRM around calls to
4246     Popen()/Pclose() to fix a hang when opening menus in OpenOffice.org
4247     (once again closes: #433131)
4248   * Refresh all patches to make patch-audit happy.
4249   * Pull from upstream server-1.4-branch as of March 14th.
4250   * 42_dont_break_grab_and_focus_for_window_when_redirecting.diff removed,
4251     applied upstream.
4252   * Don't build xprint just yet, because it needs NEW processing.
4254   [ David Nusinow ]
4255   * Add 11_dont_crash_on_bad_dri_mode. See bugzilla #13860
4257  -- Julien Cristau <jcristau@debian.org>  Fri, 14 Mar 2008 15:18:16 +0100
4259 xorg-server (2:1.4.1~git20080131-1ubuntu12) intrepid; urgency=low
4261    * Fix multiple security issues:
4262      + CVE-2008-2360 - RENDER Extension heap buffer overflow
4263      + CVE-2008-2361 - RENDER Extension crash
4264      + CVE-2008-2362 - RENDER Extension memory corruption
4265      + CVE-2008-1379 - MIT-SHM arbitrary memory read
4266      + CVE-2008-1377 - RECORD and Security extensions memory corruption
4268  -- Bryce Harrington <bryce@ubuntu.com>  Wed, 11 Jun 2008 10:54:15 -0700
4270 xorg-server (2:1.4.1~git20080131-1ubuntu11) intrepid; urgency=low
4272   * 169_xf86AutoConfig_choose_default_driver_if_no_pci.patch
4273     - Choose the default driver for the platform instead of the generic
4274       default (vesa) if there is no PCI info.  Without this, on platforms
4275       like PS3 where fbdev should be used rather than vesa, the system
4276       will fail to start up.  (LP: #219424)
4278  -- Bryce Harrington <bryce@ubuntu.com>  Tue, 13 May 2008 13:09:17 -0700
4280 xorg-server (2:1.4.1~git20080131-1ubuntu10) intrepid; urgency=low
4282   [Timo Aaltonen]
4283   * 166_fix_lpl_monitors.diff:
4284     - fix LPL monitors properly (LP: #204065)
4286   [Martin-Eric Racine]
4287   * 167_xf86AutoConfig_geode_addition.diff:
4288     - Autodetect geode video devices (LP: #219630)
4290   [Bryce Harrington]
4291   * 166_fix_lpl_monitors.diff:
4292     - Modified to apply to Ubuntu
4293   * 168_closedir.patch:
4294     - Fix crash on PS3 due to closing a dir that wasn't successfully opened
4295       (LP: #217647)
4297  -- Bryce Harrington <bryce@ubuntu.com>  Tue, 13 May 2008 00:03:40 -0700
4299 xorg-server (2:1.4.1~git20080131-1ubuntu9) hardy; urgency=low
4301   * debian/patches/series,
4302     debian/patches/165_fedora_xserver-1.5.0-xaa-option-inversion.patch:
4303     - Turn on patch included in previous commit - obviously accidentially
4304       forgotten.
4305     - Now that its really enabled, make it apply to 1.4.1 code base
4306       accordingly. (LP: #182038)
4308  -- Alexander Sack <asac@ubuntu.com>  Tue, 15 Apr 2008 18:23:51 +0200
4310 xorg-server (2:1.4.1~git20080131-1ubuntu8) hardy; urgency=low
4312   * debian/patches/165_fedora_xserver-1.5.0-xaa-option-inversion.patch:
4313     - Turn XAA Offscreen Pixmaps off by default, and use
4314       XaaOffscreenPixmaps "true" to turn them on.  This setting was an
4315       early pre-EXA HW optimization attempt that didn't pan out; upstream is
4316       deprecating XAA in favor of EXA generally, and for situations where
4317       XAA is still in use recommends NOT using this optimization hack, since
4318       they found it often just made performance worse, and sometimes created
4319       visualization bugs.  People wishing to gain added performance should be
4320       experimenting with EXA anyway, not this setting.  (closes LP: #182038)
4322  -- Bryce Harrington <bryce@ubuntu.com>  Mon, 21 Apr 2008 12:30:53 -0700
4324 xorg-server (2:1.4.1~git20080131-1ubuntu7) hardy; urgency=low
4326   * 159_xkb_default_to_null.diff:
4327     When copying the keymap, make sure the structs default to 0/NULL.
4328     (LP: #184651)
4329   * 160_default_to_intel.diff:
4330     Default to using intel instead of i810. (LP: #158709)
4331   * 161_fix_big_endian_cursor.diff:
4332     Fix RandR 1.2 driver interface conversion of two colour cursors to
4333     ARGB. (LP: #141118)
4334   * Fixes from the upstream 1.4-branch:
4335     - 162_cve-2007-6429.diff:
4336       CVE-2007-6429: Always test for size+offset wrapping.
4337     - 163_fix_untrusted_access.diff:
4338       Security: Fix for fdo bug #14480: untrusted access broken in 7.3.
4339     - 164_fix_context_sharing.diff:
4340       Fix context sharing between direct/indirect contexts
4342  -- Timo Aaltonen <tepsipakki@ubuntu.com>  Wed, 09 Apr 2008 11:06:04 +0300
4344 xorg-server (2:1.4.1~git20080131-1ubuntu6) hardy; urgency=low
4346   * 157_fix_exa_pixmap_width.diff:
4347     A patch from upstream to allow wider pixmaps with EXA (LP: #205599)
4348   * 158_xkb_wrapping.diff:
4349     A patch reviewed by upstream that prevents keys from getting stuck under
4350     certain situations. (LP: #194214)
4351   * 51_xkb-and-loathing.diff:
4352     Re-enable. Ignore SIGALRM around calls to Popen()/Pclose() to fix a hang
4353     when opening menus in OpenOffice.org. (LP: #204137)
4355  -- Timo Aaltonen <tepsipakki@ubuntu.com>  Sun, 30 Mar 2008 19:18:32 +0300
4357 xorg-server (2:1.4.1~git20080131-1ubuntu5) hardy; urgency=low
4359   * Add some patches from upstream 1.4-branch or proposed set:
4360     - 109_glx_fail_if_no_texture_bound.diff
4361       + __glXDRIbindTexImage: Fail if no texture bound to pixmap's texture
4362         target.
4363     - 153_exa_skip_empty_glyphs.diff
4364       + Fix a crasher when EXA and RenderAccel is in use.
4365     - 154_fix_rotation_for_multimon.diff
4366       + Fix rotation for multi-monitor situation.
4367     - 155_exa_fix_off-by-one.diff
4368       + Fix off-by-one in polyline drawing.
4369     - 156_resize_composite_overlay.diff
4370       + Resize composite overlay window when the root window changes.
4371         (LP: #199700)
4373  -- Timo Aaltonen <tepsipakki@ubuntu.com>  Thu, 13 Mar 2008 18:21:41 +0200
4375 xorg-server (2:1.4.1~git20080131-1ubuntu4) hardy; urgency=low
4377   * Add 152_xserver_exa_force_greedy.patch to provide a mechanism for
4378     drivers to force greedy mode on.  (LP: #177492, others)
4380  -- Bryce Harrington <bryce@ubuntu.com>  Tue, 19 Feb 2008 13:38:16 -0800
4382 xorg-server (2:1.4.1~git20080131-1ubuntu3) hardy; urgency=low
4384   [ Bryce Harrington ]
4385   * Add 150_edid_quirk_lp154w01.patch to fix font size on LGPhilipsLCD
4386     LP154W01-TLAE (LP: #127827)
4387   * Add 149_add_quirks_for_physical_screen_size_issues.patch to help
4388     address various common EDID issues (like monitors that report in
4389     centimeters instead of millimeters, etc.)  (LP: #151311)
4391   [ Timo Aaltonen ]
4392   * Add 151_x86emu_handle_cpuid.patch to fix X86EMU CPUID handling.
4393     (LP: #180742)
4395  -- Timo Aaltonen <tepsipakki@ubuntu.com>  Tue, 19 Feb 2008 17:48:05 +0200
4397 xorg-server (2:1.4.1~git20080131-1ubuntu2) hardy; urgency=low
4399     * Add patch 148_dix_touchscreen_fixes.diff from Matthew Garrett to fix
4400       touchscreen issues with DIX.
4401       http://lists.freedesktop.org/archives/xorg-commit/2008-February/014648.html
4403  -- Steve Kowalik <stevenk@ubuntu.com>  Fri, 08 Feb 2008 10:30:04 +1100
4405 xorg-server (2:1.4.1~git20080131-1ubuntu1) hardy; urgency=low
4407   [ Timo Aaltonen ]
4408   * Merge with Debian unstable, remaining changes:
4409   * debian/control:
4410     - Change maintainer address.
4411     - set Conflicts: xkb-data (<< 0.9), since xkb-path is
4412       different compared to Dapper.
4413     - xvfb Depends on xauth, xfonts-base.
4414   * debian/patches:
4415     - 101_fedora-apm-typedefs.patch:
4416       Temporary hack from Fedora for broken kernels that don't publish the
4417       /dev/apm_bios types.
4418     - 102_ubuntu_sharevts_load_cpu.patch:
4419       Close console fd only when using --sharevts.
4420     - 103_fedora_openchrome.patch:
4421       Patch from Fedora to use openchrome instead of via.
4422     - 104_fedora_init_origins_fix.patch
4423       Multihead initialization.
4424     - 105_reduce_wakeups_from_smart_scheduler.diff:
4425       Patch from upstream to reduce wakeups and improve battery life.
4426     - 106_ubuntu_fpic_libxf86config.patch
4427       Add -fPIC to makefiles for xfree86/parser.
4428     - 107_fedora_dont_backfill_bg_none.patch
4429       Disable backfilling of windows created with bg=none, which
4430       otherwise would force a framebuffer readback.
4431     - 110_fedora_no_move_damage.patch
4432       Disable damage notifications on move for manually redirected windows.
4433     - 120_fedora_xserver-xaa-evict-pixmaps.patch:
4434       New version of the hack to copy textures from video memory. Shouldn't
4435       break EXA anymore.
4436     - 121_only_switch_vt_when_active.diff
4437       Add a check to prevent the X server from changing the VT when
4438       killing GDM from the console.
4439     - 123_no_composite_for_xvfb_run.patch
4440       Use "-extension Composite" to fix xvfb-run crashing.
4441     - 133_psb_auto.patch
4442       Add automatic detection of Poulsbo hardware when running
4443       without a Device definition.
4444     - 139_fedora_xserver-1.3.0-document-fontpath-correctly.patch
4445       Fixes document fontpaths shown in the man page.
4446     - 142_fedora_xserver-1.3.0-no-pseudocolor-composite.patch
4447       Composite on 8bpp pseudocolor root windows appears to fail, so just
4448       disable it on anything pseudocolor for safety.
4449     - 144_fedora_xserver-1.3.0-xnest-exposures.patch:
4450       Only collect xnest exposures for xexposes with non-zero height and width.
4451   * 108_fedora_honor_displaysize.patch:
4452     - Patch from upstream/Fedora to honor the DisplaySize-setting.
4453       (LP: #135738, b.fd.o #9758)
4454   * Drop patch 100_avoid_acpi_insanity.diff, superseded by patch 45.
4456   [ Bart Trojanowski, Martin-Eric Racine ]
4457   * 146_X86EMU-added-blacklist-for-I-O-port-in-0-0xFF-range.patch
4458     - Restrict access to I/O ports in range 0-0xFF from x86emu.
4459     (LP: #140051)
4460   * 147_X86EMU-pass-the-correct-bus-dev-fn-tag-to-pci-emula.patch
4461     - Fix improper emulation of PCI access General Software BIOS.
4462     (LP: #140051)
4464  -- Timo Aaltonen <tepsipakki@ubuntu.com>  Tue, 05 Feb 2008 18:57:14 +0200
4466 xorg-server (2:1.4.1~git20080131-1) unstable; urgency=low
4468   [ Brice Goglin ]
4469   * Add 45_only_XF86_APM_CAPABILITY_CHANGED_for_video_change_acpi_events.diff
4470     to prevent XF86_APM_CAPABILITY_CHANGED from being issued for all ACPI
4471     events, thanks Sjoerd Simons, closes: #461463.
4473   [ David Nusinow ]
4474   * Update Japanese translation from Hideki Yamane. closes: #462761
4475   * New upstream pull
4476     + Fixes crashes due to absent LED's being referenced
4478  -- David Nusinow <dnusinow@debian.org>  Thu, 31 Jan 2008 21:43:12 -0500
4480 xorg-server (2:1.4.1~git20080118-1ubuntu2) hardy; urgency=low
4482   * Remove the DPI patch for real this time, conflicts with the upstream
4483     commit that was pulled.
4484   * 105_reduce_wakeups_from_smart_scheduler.diff:
4485     Patch from upstream to reduce wakeups and improve battery life.
4487  -- Timo Aaltonen <tepsipakki@ubuntu.com>  Sat, 19 Jan 2008 20:26:41 +0200
4489 xorg-server (2:1.4.1~git20080118-1ubuntu1) hardy; urgency=low
4491   * Merge with Debian unstable, remaining changes:
4492   * debian/control:
4493     - Change maintainer address.
4494     - set Conflicts: xkb-data (<< 0.9), since xkb-path is
4495       different compared to Dapper.
4496     - xvfb Depends on xauth, xfonts-base.
4497   * debian/patches:
4498     - 100_avoid_acpi_insanity.diff
4499       Don't send a configuration change event just because somebody's pressed
4500       a brightness key.
4501     - 101_fedora-apm-typedefs.patch:
4502       Temporary hack from Fedora for broken kernels that don't publish the
4503       /dev/apm_bios types.
4504     - 102_ubuntu_sharevts_load_cpu.patch:
4505       Close console fd only when using --sharevts.
4506     - 103_fedora_openchrome.patch:
4507       Patch from Fedora to use openchrome instead of via.
4508     - 104_fedora_init_origins_fix.patch
4509       Multihead initialization.
4510     - 106_ubuntu_fpic_libxf86config.patch
4511       Add -fPIC to makefiles for xfree86/parser.
4512     - 107_fedora_dont_backfill_bg_none.patch
4513       Disable backfilling of windows created with bg=none, which
4514       otherwise would force a framebuffer readback.
4515     - 110_fedora_no_move_damage.patch
4516       Disable damage notifications on move for manually redirected windows.
4517     - 120_fedora_xserver-xaa-evict-pixmaps.patch:
4518       New version of the hack to copy textures from video memory. Shouldn't
4519       break EXA anymore.
4520     - 121_only_switch_vt_when_active.diff
4521       Add a check to prevent the X server from changing the VT when
4522       killing GDM from the console.
4523     - 123_no_composite_for_xvfb_run.patch
4524       Use "-extension Composite" to fix xvfb-run crashing.
4525     - 133_psb_auto.patch
4526       Add automatic detection of Poulsbo hardware when running
4527       without a Device definition.
4528     - 139_fedora_xserver-1.3.0-document-fontpath-correctly.patch
4529       Fixes document fontpaths shown in the man page.
4530     - 142_fedora_xserver-1.3.0-no-pseudocolor-composite.patch
4531       Composite on 8bpp pseudocolor root windows appears to fail, so just
4532       disable it on anything pseudocolor for safety.
4533     - 144_fedora_xserver-1.3.0-xnest-exposures.patch:
4534       Only collect xnest exposures for xexposes with non-zero height and width.
4536  -- Timo Aaltonen <tepsipakki@ubuntu.com>  Sat, 19 Jan 2008 02:40:00 +0200
4538 xorg-server (2:1.4.1~git20080118-1) unstable; urgency=low
4540   [ Brice Goglin ]
4541   * Add 42_dont_break_grab_and_focus_for_window_when_redirecting.diff
4542     to prevent password authentication bypass, closes: #449108.
4544   [ Julien Cristau ]
4545   * New upstream snapshot
4546     + includes the security fixes from the previous version
4547     + fixes regression introduced by the fix for CVE-2007-6429 in the MIT-SHM
4548       extension (closes: #461410)
4550  -- Brice Goglin <bgoglin@debian.org>  Fri, 18 Jan 2008 22:20:32 +0100
4552 xorg-server (2:1.4.1~git20080105-2) unstable; urgency=low
4554   [ David Nusinow ]
4555   * Improve dpms logging patch to correctly label message type
4557   [ Brice Goglin ]
4558   * Grab upstream commit db9ae863536fff80b5463d99e71dc47ae587980d
4559     to set DEFAULT_DPI to 96 instead of 75.
4561   [ Julien Cristau ]
4562   * Fix multiple security issues
4563     + CVE-2007-6427: XInput Extension Memory Corruption
4564     + CVE-2007-6428: TOG-CUP Extension Memory Corruption
4565     + CVE-2007-6429: EVI Extension Integer Overflow,
4566                      MIT-SHM Extension Integer Overflow
4567     + CVE-2007-5760: XFree86-Misc Extension Invalid Array Index
4568     + CVE-2007-5958: file existence disclosure
4569     + CVE-2008-0006: PCF font parser buffer overflow
4570   * Bump Standards-Version to 3.7.3 (no changes).
4572  -- Julien Cristau <jcristau@debian.org>  Thu, 17 Jan 2008 15:10:03 +0100
4574 xorg-server (2:1.4.1~git20080105-1ubuntu1) hardy; urgency=low
4576   * Merge with Debian unstable, remaining changes:
4577   * debian/control:
4578     - Change maintainer address.
4579     - set Conflicts: xkb-data (<< 0.9), since xkb-path is
4580       different compared to Dapper.
4581     - xvfb Depends on xauth, xfonts-base.
4582   * debian/patches:
4583     - 100_avoid_acpi_insanity.diff
4584       Don't send a configuration change event just because somebody's pressed
4585       a brightness key.
4586     - 101_fedora-apm-typedefs.patch:
4587       Temporary hack from Fedora for broken kernels that don't publish the
4588       /dev/apm_bios types.
4589     - 102_ubuntu_sharevts_load_cpu.patch:
4590       Close console fd only when using --sharevts.
4591     - 104_fedora_init_origins_fix.patch
4592       Multihead initialization.
4593     - 106_ubuntu_fpic_libxf86config.patch
4594       Add -fPIC to makefiles for xfree86/parser.
4595     - 107_fedora_dont_backfill_bg_none.patch
4596       Disable backfilling of windows created with bg=none, which
4597       otherwise would force a framebuffer readback.
4598     - 110_fedora_no_move_damage.patch
4599       Disable damage notifications on move for manually redirected windows.
4600     - 120_fedora_xserver-xaa-evict-pixmaps.patch:
4601       New version of the hack to copy textures from video memory. Shouldn't
4602       break EXA anymore.
4603     - 121_only_switch_vt_when_active.diff
4604       Add a check to prevent the X server from changing the VT when
4605       killing GDM from the console.
4606     - 123_no_composite_for_xvfb_run.patch
4607       Use "-extension Composite" to fix xvfb-run crashing.
4608     - 133_psb_auto.patch
4609       Add automatic detection of Poulsbo hardware when running
4610       without a Device definition.
4611     - 138_fedora_xserver-1.3.0-default-dpi.patch
4612       Changes default dpi to 96.
4613     - 139_fedora_xserver-1.3.0-document-fontpath-correctly.patch
4614       Fixes document fontpaths shown in the man page.
4615     - 142_fedora_xserver-1.3.0-no-pseudocolor-composite.patch
4616       Composite on 8bpp pseudocolor root windows appears to fail, so just
4617       disable it on anything pseudocolor for safety.
4618     - 144_fedora_xserver-1.3.0-xnest-exposures.patch:
4619       Only collect xnest exposures for xexposes with non-zero height and width.
4620   * debian/patches/103_fedora_openchrome.patch:
4621     - Patch from Fedora to use openchrome instead of via.
4623  -- Timo Aaltonen <tepsipakki@ubuntu.com>  Tue, 08 Jan 2008 18:05:21 +0200
4625 xorg-server (2:1.4.1~git20080105-1) unstable; urgency=low
4627   * Don't reference non-existent bug-reporting.txt file in xvfb-run.1
4628   * New upstream git pull, again from the server-1.4-branch
4629     + Drop 08_xkb_infinite_loop.diff, it's upstream now
4630   * Improve logging when DPMS is enabled implicitly
4631     + Adds 08_better_dpms_logging.diff
4633  -- David Nusinow <dnusinow@debian.org>  Sun, 06 Jan 2008 16:56:38 -0500
4635 xorg-server (2:1.4.1~git20071212-1ubuntu2) hardy; urgency=low
4637   * debian/patches/101_fedora-apm-typedefs.patch:
4638     - Temporary hack from Fedora for broken kernels that don't publish the
4639       /dev/apm_bios types.
4641  -- Timo Aaltonen <tepsipakki@ubuntu.com>  Mon, 17 Dec 2007 11:54:46 +0200
4643 xorg-server (2:1.4.1~git20071212-1ubuntu1) hardy; urgency=low
4645   * Merge with Debian unstable, remaining changes:
4646   * debian/control:
4647     - Change maintainer address.
4648     - set Conflicts: xkb-data (<< 0.9), since xkb-path is
4649       different compared to Dapper.
4650     - xvfb Depends on xauth, xfonts-base.
4651   * debian/patches:
4652     - 100_avoid_acpi_insanity.diff
4653       Don't send a configuration change event just because somebody's pressed
4654       a brightness key.
4655     - 102_ubuntu_sharevts_load_cpu.patch:
4656       Close console fd only when using --sharevts.
4657     - 104_fedora_init_origins_fix.patch
4658       Multihead initialization.
4659     - 106_ubuntu_fpic_libxf86config.patch
4660       Add -fPIC to makefiles for xfree86/parser.
4661     - 107_fedora_dont_backfill_bg_none.patch
4662       Disable backfilling of windows created with bg=none, which
4663       otherwise would force a framebuffer readback.
4664     - 110_fedora_no_move_damage.patch
4665       Disable damage notifications on move for manually redirected windows.
4666     - 120_fedora_xserver-xaa-evict-pixmaps.patch:
4667       New version of the hack to copy textures from video memory. Shouldn't
4668       break EXA anymore.
4669     - 121_only_switch_vt_when_active.diff
4670       Add a check to prevent the X server from changing the VT when
4671       killing GDM from the console.
4672     - 123_no_composite_for_xvfb_run.patch
4673       Use "-extension Composite" to fix xvfb-run crashing.
4674     - 133_psb_auto.patch
4675       Add automatic detection of Poulsbo hardware when running
4676       without a Device definition.
4677     - 138_fedora_xserver-1.3.0-default-dpi.patch
4678       Changes default dpi to 96.
4679     - 139_fedora_xserver-1.3.0-document-fontpath-correctly.patch
4680       Fixes document fontpaths shown in the man page.
4681     - 142_fedora_xserver-1.3.0-no-pseudocolor-composite.patch
4682       Composite on 8bpp pseudocolor root windows appears to fail, so just
4683       disable it on anything pseudocolor for safety.
4684     - 144_fedora_xserver-1.3.0-xnest-exposures.patch:
4685       Only collect xnest exposures for xexposes with non-zero height and width.
4687  -- Timo Aaltonen <tepsipakki@ubuntu.com>  Thu, 13 Dec 2007 13:43:35 +0200
4689 xorg-server (2:1.4.1~git20071212-2) unstable; urgency=low
4691   * Add patch 08_xkb_infinite_loop.diff from upstream bug#13511: papers over
4692     an infinite loop in event processing (closes: #451989).
4694  -- Julien Cristau <jcristau@debian.org>  Sat, 22 Dec 2007 00:02:01 +0100
4696 xorg-server (2:1.4.1~git20071212-1) unstable; urgency=low
4698   [ Julien Cristau ]
4699   * debian/rules: Use lsb_release -i -s to get the vendor name, instead of
4700     hardcoding "Debian".
4701   * debian/control: build-dep on lsb-release.
4702   * Cherry-pick commit f30abe30 from master: edid quirk for MAX 0x77e monitor.
4703   * Add patch 44_preferredmode_infinite_loop.diff from upstream git: fixes an
4704     infinite loop when PreferredMode is used in xorg.conf.
4706   [ David Nusinow ]
4707   * New upstream version. This is based on the server-1.4-branch, and includes
4708     all the changes in the 1.4.0.90 (pre-)release as well as additional fixes.
4709     This is primarily a bugfix release
4710     + Remove 12_bgPixel_fix_64bit_issue.diff. Applied upstream
4712  -- David Nusinow <dnusinow@debian.org>  Wed, 12 Dec 2007 20:19:11 -0500
4714 xorg-server (2:1.4.1~git20071119-1ubuntu1) hardy; urgency=low
4716   * Merge with Debian unstable, remaining changes:
4717   * debian/control:
4718     - Change maintainer address.
4719     - set Conflicts: xkb-data (<< 0.9), since xkb-path is
4720       different compared to Dapper.
4721     - xvfb Depends on xauth, xfonts-base.
4722   * debian/rules:
4723     - --with-os-vendor=Ubuntu
4724   * debian/patches:
4725     - 100_avoid_acpi_insanity.diff
4726       Don't send a configuration change event just because somebody's pressed
4727       a brightness key.
4728     - 102_ubuntu_sharevts_load_cpu.patch:
4729       Close console fd only when using --sharevts.
4730     - 104_fedora_init_origins_fix.patch
4731       Multihead initialization.
4732     - 106_ubuntu_fpic_libxf86config.patch
4733       Add -fPIC to makefiles for xfree86/parser.
4734     - 107_fedora_dont_backfill_bg_none.patch
4735       Disable backfilling of windows created with bg=none, which
4736       otherwise would force a framebuffer readback.
4737     - 110_fedora_no_move_damage.patch
4738       Disable damage notifications on move for manually redirected windows.
4739     - 121_only_switch_vt_when_active.diff
4740       Add a check to prevent the X server from changing the VT when
4741       killing GDM from the console.
4742     - 123_no_composite_for_xvfb_run.patch
4743       Use "-extension Composite" to fix xvfb-run crashing.
4744     - 133_psb_auto.patch
4745       Add automatic detection of Poulsbo hardware when running
4746       without a Device definition.
4747     - 138_fedora_xserver-1.3.0-default-dpi.patch
4748       Changes default dpi to 100.
4749     - 139_fedora_xserver-1.3.0-document-fontpath-correctly.patch
4750       Fixes document fontpaths shown in the man page.
4751     - 142_fedora_xserver-1.3.0-no-pseudocolor-composite.patch
4752       Composite on 8bpp pseudocolor root windows appears to fail, so just
4753       disable it on anything pseudocolor for safety.
4754     - 144_fedora_xserver-1.3.0-xnest-exposures.patch:
4755       Only collect xnest exposures for xexposes with non-zero height and width.
4756   * Bring back old changelog entries.
4757   * debian/patches/120_fedora_xserver-xaa-evict-pixmaps.patch:
4758     - New version of the hack to copy textures from video memory. Shouldn't
4759       break EXA anymore.
4761  -- Timo Aaltonen <tepsipakki@ubuntu.com>  Tue, 20 Nov 2007 15:35:59 +0200
4763 xorg-server (2:1.4.1~git20071119-1) unstable; urgency=low
4765   * Ship a .orig.tar.gz that's been autoreconf'ed. Closes: #451891
4766   * Re-enable validation of the screen section of xorg.conf
4767     Modify 14_default_screen_section.diff. This also fixes a problem where the
4768     server can't find the device section when it is specified in the screen
4769     section. Closes: #451950
4771  -- David Nusinow <dnusinow@debian.org>  Mon, 19 Nov 2007 20:38:04 -0500
4773 xorg-server (2:1.4.1~git20071117-1) unstable; urgency=low
4775   [ Julien Cristau ]
4776   * Add conflict on xserver-xorg-input-wacom (<< 0.7.8) to xserver-xorg-core.
4777     That driver is built against the old ABI, but doesn't provide
4778     xserver-xorg-input.
4780   [ David Nusinow ]
4781   * Add 14_default_screen_section.diff. This allows you to not have a screen
4782     section in your xorg.conf. A basic default one with a simple identifier
4783     will be created for you in this case using all default values
4785   [ Christian Perrier ]
4786   * Debconf translations:
4787   * Galician. Closes: #444764
4788   * German. Closes: #444917
4789   * Brazilian Portuguese. Closes: #445266
4790   * Russian. Closes: #443859
4791   * Portuguese. Closes: #445051
4792   * Slovak. Closes: #446418, #448220
4794   [ Brice Goglin ]
4795   * Bump x11proto-core-dev build-dependency to >= 7.0.9,
4796     thanks Max Kellermann, closes: #446869.
4798   [ David Nusinow ]
4799   * New upstream stable snapshot
4800     + fixes a bunch of input-related bugs, notably keyboard leds
4801       (closes: #440743 and its pile of duplicates)
4802   * Remove patches merged in this snapshot
4803     + 08_exa_fix_exaFillRegionTiled_fallback.diff
4804     + 11_exa_no_negative_tile_offsets.diff
4805     + 42_fix_RemoveGeneralSocket_crash_from_dbus.diff
4806     + 44_XKB_mapping_changes_for_all_core-sending_devices.diff
4807     + 45_GetKeyboardEvents_reject_out-of-range_keycodes.diff
4808   * Make xephyr recommend xfonts-base. Closes: #451542
4810  -- David Nusinow <dnusinow@debian.org>  Sat, 17 Nov 2007 18:54:02 -0500
4812 xorg-server (2:1.4.1~git20071105-1ubuntu2) hardy; urgency=low
4814   * Brown paper bag release: include all the patches.
4816  -- Timo Aaltonen <tepsipakki@ubuntu.com>  Sat, 10 Nov 2007 15:24:28 +0200
4818 xorg-server (2:1.4.1~git20071105-1ubuntu1) hardy; urgency=low
4820   * Merge with Debian unstable, remaining changes:
4821   * debian/control:
4822     - Change maintainer address.
4823     - set Conflicts: xkb-data (<< 0.9), since xkb-path is
4824       different compared to Dapper.
4825     - xvfb Depends on xauth, xfonts-base.
4826   * debian/rules:
4827     - --with-os-vendor=Ubuntu
4828   * debian/patches:
4829     - 100_avoid_acpi_insanity.diff
4830       Don't send a configuration change event just because somebody's pressed
4831       a brightness key.
4832     - 102_ubuntu_sharevts_load_cpu.patch:
4833       Close console fd only when using --sharevts.
4834     - 104_fedora_init_origins_fix.patch
4835       Multihead initialization.
4836     - 106_ubuntu_fpic_libxf86config.patch
4837       Add -fPIC to makefiles for xfree86/parser.
4838     - 107_fedora_dont_backfill_bg_none.patch
4839       Disable backfilling of windows created with bg=none, which
4840       otherwise would force a framebuffer readback.
4841     - 110_fedora_no_move_damage.patch
4842       Disable damage notifications on move for manually redirected windows.
4843     - 121_only_switch_vt_when_active.diff
4844       Add a check to prevent the X server from changing the VT when
4845       killing GDM from the console.
4846     - 123_no_composite_for_xvfb_run.patch
4847       Use "-extension Composite" to fix xvfb-run crashing.
4848     - 133_psb_auto.patch
4849       Add automatic detection of Poulsbo hardware when running
4850       without a Device definition.
4851     - 138_fedora_xserver-1.3.0-default-dpi.patch
4852       Changes default dpi to 100.
4853     - 139_fedora_xserver-1.3.0-document-fontpath-correctly.patch
4854       Fixes document fontpaths shown in the man page.
4855     - 142_fedora_xserver-1.3.0-no-pseudocolor-composite.patch
4856       Composite on 8bpp pseudocolor root windows appears to fail, so just disable
4857       it on anything pseudocolor for safety.
4858     - 144_fedora_xserver-1.3.0-xnest-exposures.patch:
4859       Only collect xnest exposures for xexposes with non-zero height and width.
4861  -- Timo Aaltonen <tepsipakki@ubuntu.com>  Sat, 10 Nov 2007 13:07:55 +0200
4863 xorg-server (2:1.4-3) unstable; urgency=low
4865   [ David Nusinow ]
4866   * Minor cleanups of 03_autoload_drivers.diff. Thanks to Julien for
4867     spotting all these ugly bits
4868     + Newline after #else when picking the driver (this is the failsafe
4869       choice)
4870     + Change by hacked "ids" file name suffix check to use strncmp and check
4871       for ".ids"
4872     + Use strncpy instead of strncat unnecessarily
4873   * Add support for a partially configured device section
4874     Implemented in 03_autoload_driver.diff. Now if you have a device section
4875     but lack a driver, it'll use the settings. This will allow you to just
4876     have a device section and enable EXA but not have to specify the driver or
4877     anything else.
4878   * Add 07_autoconfig_screen_with_device_section.diff
4879     This patch allows the Screen section to not specify a device section. If
4880     this happens, the server will automatically use the first device section
4881     listed in the xorg.conf instead
4883   [ Brice Goglin ]
4884   * Allow building the Xfbdev server in new package xserver-xfbdev, but leave
4885     it disabled for now (see #439764).
4886   * Add upstream commit 27ad5d74c20f01516a1bff73be283f8982fcf0fe as patch
4887     44_XKB_mapping_changes_for_all_core-sending_devices.diff to fix broken
4888     xmodmap invocation in .xsession, closes: #443044.
4889   * Add upstream commit 0e800ca4651a947ccef239e6fe7bf64aab92257c as patch
4890     45_GetKeyboardEvents_reject_out-of-range_keycodes.diff to fix crash
4891     in GetKeyboardValuatorEvents, closes: #443697.
4893   [ Christian Perrier ]
4894   * Debconf templates and debian/control reviewed by the debian-l10n-
4895     english team as part of the Smith review project. Closes: #442210
4896   * Debconf translation updates:
4897     - Swedish. Closes: #443047
4898     - Czech. Closes: #443100
4899     - French
4900     - Vietnamese. Closes: #443174
4901     - Italian. Closes: #422414
4902   * New debconf translations
4903     - Hungarian. Closes: #442956
4904     - Thai. Closes: #442962
4905     - Tamil. Closes: #443027
4906     - Basque. Closes: #443156
4907     - Hebrew. Closes: #443204
4908     - Bulgarian. Closes: #443226
4909     - Finnish. Closes: #443611
4911   [ Julien Cristau ]
4912   * Add patch backported from upstream commit
4913     13949f997289068354e83bc83e50d97b8232efb1 to remove the type1 module: patch
4914     05_kill_type1.diff replaces 48_disable_type1.diff, and is now enabled in
4915     debian/patches/series.
4916   * Don't build kdrive-based servers we're not shipping.
4917   * Use ${binary:Version} instead of ${Source-Version}.
4918   * Add 08_exa_fix_exaFillRegionTiled_fallback.diff by Michel Dänzer to punt
4919     on fallback case not handled correctly in exaFillRegionTiled (backported
4920     from master's c7d6d1f5); closes: #444203.
4921   * Add 11_exa_no_negative_tile_offsets.diff by Michel Dänzer to make sure
4922     tile offsets passed to drivers are never negative (backported from
4923     master's 006f6525).
4924   * Add 12_bgPixel_fix_64bit_issue.diff by Hong Liu: bgPixel (unsigned long)
4925     is 64-bit on x86_64, so -1 != 0xffffffff (master's 9adea807).
4927  -- Julien Cristau <jcristau@debian.org>  Sat, 29 Sep 2007 16:14:35 +0200
4929 xorg-server (2:1.4-2) unstable; urgency=low
4931   [ Brice Goglin ]
4932   * Add 42_fix_RemoveGeneralSocket_crash_from_dbus.diff to fix a crash
4933     when leaving, closes: #440547.
4934   * Add 43_allow_override_BIOS_EDID_preferred_mode.diff to allow overriding
4935     BIOD/EDID preferred mode with Option PreferredMode in the config file.
4937   [ David Nusinow ]
4938   * Upload to unstable
4940  -- David Nusinow <dnusinow@debian.org>  Sun, 16 Sep 2007 14:24:18 -0400
4942 xorg-server (2:1.4-1) experimental; urgency=low
4944   * New upstream release (X.Org 7.3)
4945     + RandR doesn't mark Xinerama as active when no crtcs are enabled
4946       (closes: #431746)
4947   * Add proper depends to xserver-xorg-dev:
4948     x11proto-core-dev, x11proto-input-dev (>= 1.4), x11proto-xext-dev,
4949     x11proto-video-dev, x11proto-randr-dev (>= 1.2), x11proto-render-dev (>=
4950     2:0.9.3), x11proto-fonts-dev
4951   * Bump serverminver to 2:1.4, videoabiver to 2, inputabiver to 2.
4953  -- Julien Cristau <jcristau@debian.org>  Mon, 10 Sep 2007 14:35:38 +0200
4955 xorg-server (2:1.3.99.2-1) experimental; urgency=low
4957   [ David Nusinow ]
4958   * Refactor auto_load_driver patch to allow the same method to be used when
4959     there is no xorg.conf present
4960   * Add 04_auto_load_driver_no_config.diff to use my auto_load_driver method
4961     when there's no xorg.conf present
4963   [ Brice Goglin ]
4964   * Simplify output redirections in the reportbug script,
4965     thanks Justin Pryzby, closes: #358390.
4966   * Add missing URL in long descriptions, update links to the upstream
4967     module, fix some capitalization, thanks Christian Perrier.
4969   [ Julien Cristau ]
4970   * New upstream release candidate.
4971     + bump build dep on renderproto to >= 0.9.3, and on pixman to >= 0.9.4-2.
4972     + bump video abi version and serverminver.
4973   * Drop the Conflict on fglrx-driver, which is taken care of by the abi
4974     version.
4976  -- Julien Cristau <jcristau@debian.org>  Tue, 04 Sep 2007 17:32:19 +0200
4978 xorg-server (2:1.3.99.0-2) experimental; urgency=low
4980   * Improve 03_auto_load_driver.diff
4981     + Move memory cleanup and directory closing to after the end label to
4982       prevent leaks. Thanks Julien.
4983     + Allow a driver to claim everything from a specific vendor. It does so by
4984       only specifying a vendor ID and leaving the latter four digits empty.
4986  -- David Nusinow <dnusinow@debian.org>  Sun, 19 Aug 2007 16:06:54 -0400
4988 xorg-server (2:1.3.99.0-1) experimental; urgency=low
4990   [ Julien Cristau, David Nusinow ]
4991   * New upstream release candidate.
4992     + X is now more tolerant of devices without a CtrlProc (closes: #269860).
4993     + cvt(1) and gtf(1) typos fixed (closes: #432065).
4994     + Make sure DRIScreenPrivIndex is -1 when no DRI screen private is
4995       allocated. (closes: #413697).
4996     + __glXDRIscreenProbe: Use drmOpen/CloseOnce (closes: #419614).
4997     + segfault in swrast_Triangle fixed in mesa (closes: #407502).
4998     + the Xvfb manpage doesn't refer to /usr/tmp anymore (closes: #270257).
4999     + typos in Xserver(1) fixed (closes: #306688).
5001   * Remove patches that were pushed upstream
5002     + 03_xnest_manpage_overhaul.diff
5003     + 04_read_rom_in_chunks.diff
5004     + 05_module_defaults.diff
5005     + 07_stolen_from_HEAD_xorgconf_manpage.diff
5006     + 08_s390_servermd.diff
5007     + 12_security_policy_in_etc.diff
5008     + 16_s390_fix.diff
5009     + 18_execinfo_configured.patch
5010     + 23_kfreebsd_support.diff
5011     + 24_hurd_ioperm_fix.diff
5012     + 32_disable_sparc_pci_bridge.diff
5013     + 39_alpha_build_flags.patch
5014     + 40_consolidate_portPriv_pDraw_assignments.diff
5015     + 42_only_run_special_key_behaviours_on_non-XKB.diff
5016     + 44_fedora-xephyr-keysym-madness.diff (different fix applied upstream)
5017     + 45_CVE-2007-2437.diff
5018     + 46_export-ramdac-symbols.diff
5019     + 49_map_keyboard_driver_to_kbd.diff
5020     + 50_alpha_no_include_asm_pci.h.diff
5021     + 94_use_default_font_path.diff
5022     + 125_glx_remove-stray__GLinterface.diff,
5023       126_glxproxy_remove-stray__GLinterface.diff and
5024       127_mesa-6.5.3-compat.diff (obsolete)
5026   * Update other patches:
5027     + 09_debian_xserver_rtff.diff disabled (doesn't apply, and isn't even
5028       used AFAICS;
5029     + 11_define_XFree86Server.diff dropped, to be fixed in drivers instead;
5030     + 13_debian_add_xkbpath_env_variable.diff refreshed;
5031     + 21_glx_align_fixes.patch updated;
5032     + 43_xephyr_crash_at_exit.diff dropped (doesn't apply);
5033     + 47_fbdevhw_magic_numbers.diff disabled for now;
5034     + 48_disable_type1.diff disabled for now;
5035     + 51_xkb-and-loathing.diff disabled for now.
5037   [ Julien Cristau ]
5038   * Add build-dep on x11proto-input-dev (>= 1.4.2), libpixman-1-dev
5039     (>= 0.9.0), libdbus-1-dev, libhal-dev (except on hurd-i386 for the last
5040     two).
5041   * Bump build-dep on mesa-swx11-source to >> 7.0.1~rc2-1.
5042   * Bump serverminver to this version, videoabiver to 1.9, inputabiver to
5043     0.9 (so this doesn't clash with a release and drivers have to be
5044     rebuilt).
5045   * Bump build-dep on compositeproto to >= 0.4.
5046   * Install the upstream changelog.
5047   * Disable the xprint and dmx DDX for now, they fail to build.
5048   * xserver-xorg-dev needs a dependency on libpixman-1-dev.
5049   * Add explanations about our tarball and upstream URL to debian/copyright.
5051   [ Drew Parsons ]
5052   * Update Xprint build to include pixman.
5054   [ David Nusinow ]
5055   * Add 03_auto_load_driver.diff. This patch allows the server to select a
5056     driver and automatically create a Devices section when none is specified
5057     in your xorg.conf. It chooses the driver based on a set of PCI ID's that
5058     the driver itself provides in /usr/share/xserver-xorg/pci. If no driver
5059     claims the PCI ID of your primary video card, then it will choose a
5060     fallback based on your system.
5062  -- Julien Cristau <jcristau@debian.org>  Sat, 18 Aug 2007 18:28:49 +0200
5064 xorg-server (2:1.3.0.0.dfsg-13) UNRELEASED; urgency=low
5066   [ Debconf templates translations ]
5067   * Italian added. Closes: #422414
5068   * Slovak added. Closes: #438578
5070  -- Christian Perrier <bubulle@debian.org>  Sun, 26 Aug 2007 12:09:52 +0200
5072 xorg-server (2:1.3.0.0.dfsg-12ubuntu8) gutsy; urgency=low
5074   * Add 145_glx_visuals_bound_check.patch to fix issue where mesa
5075     incorrectly counts its visuals and can free too many of them during
5076     video mode changes (VT switch, restart, hibernate, etc.) such as
5077     when running Compiz.  (closes LP: #127101)
5079  -- Bryce Harrington <bryce@ubuntu.com>  Fri, 28 Sep 2007 15:48:08 -0700
5081 xorg-server (2:1.3.0.0.dfsg-12ubuntu7) gutsy; urgency=low
5083   * Drop 143_fedora_xserver-1.3.0-randr12-config-hack.patch
5084     as it causes failure to detect proper resolution on some intel
5085     hardware.  (closes LP: #144956)
5087  -- Bryce Harrington <bryce@ubuntu.com>  Tue, 25 Sep 2007 14:42:59 -0700
5089 xorg-server (2:1.3.0.0.dfsg-12ubuntu6) gutsy; urgency=low
5091   * Drop 214_Bug_9680-_Remove_bogus_blank_length_limiting_in_xf86SetModeCrtc.patch
5092     as it is causing black bars to appear on screen for i810 users.
5093     (closes LP: #137604 + several dupes)
5095  -- Bryce Harrington <bryce@ubuntu.com>  Thu, 20 Sep 2007 14:35:54 -0700
5097 xorg-server (2:1.3.0.0.dfsg-12ubuntu5) gutsy; urgency=low
5099   [ Kees Cook ]
5100   * debian/patches/132_composite-no-clipping.diff: Adjusted WindowRec
5101     structure order and RedirectDraw logic to avoid nvidia crashes
5102     (fixes LP: #130325).
5103   * debian/patches/100_security_fdo-bug-7447.diff: Composite used for
5104     pixmap population on redirect. [CVE-2007-4730]
5106  -- Bryce Harrington <bryce@ubuntu.com>  Tue, 18 Sep 2007 17:20:14 -0700
5108 xorg-server (2:1.3.0.0.dfsg-12ubuntu4) gutsy; urgency=low
5110   * debian/patches/133_psb_auto.patch:  Add automatic detection of
5111     Poulsbo hardware when running without a Device definition.
5112   * Added some cherry-picked patches from fedora:
5113     - 134_fedorda_xorg-x11-server-1.1.1-vt-activate-is-a-terrible-api.patch:
5114       Fixes race condition where someone does a VT_ACTIVATE
5115       between another ACTIVATE/WAITACTIVE by adding a fail.
5116       (Potentially might address Ubuntu bugs 134478 and/or 134982)
5117     - 135_fedora_xorg-x11-server-1.1.1-xkb-in-xnest.patch:  Fixes issue when
5118       starting a session in an xnest nest environment as a different user,
5119       where keyboard map does not get preserved.  Removes
5120       NO_HW_ONLY_EXTS check to address this issue.  (RedHat bug 193431;
5121       Potentially may address Ubuntu bug 44846)
5122     - 136_fedora_xserver-1.2.0-honor-displaysize.patch:  Fixes issue if monitor
5123       width and height have been specified, xserver would override them
5124       with the hsize/vsize detected from DDC.
5125     - 137_fedora_xserver-1.2.0-vfprintf.patch:  Fixes typo 'vfprinf'
5126     - 138_fedora_xserver-1.3.0-default-dpi.patch:  Changes default dpi to 100.
5127       (Addresses Ubuntu bugs 118745, 107320, many others...)
5128     - 139_fedora_xserver-1.3.0-document-fontpath-correctly.patch: Fixes
5129       document fontpaths shown in the man page.
5130     - 140_fedora_xserver-1.3.0-domain-obiwan.patch:  Fixes longstanding bug in
5131       domain support.
5132     - 141_fedora_xserver-1.3.0-edid-quirk-backports.patch: Adds quirk for
5133       Samsung SyncMaster 225BW.
5134     - 142_fedora_xserver-1.3.0-no-pseudocolor-composite.patch:  Composite on
5135       8bpp pseudocolor root windows appears to fail, so just disable it
5136       on anything pseudocolor for safety.
5137     - 143_fedora_xserver-1.3.0-randr12-config-hack.patch:  Adds check to use
5138       the screen's xrandr modes if a preferred mode was not specified.
5139     - 144_fedora_xserver-1.3.0-xnest-exposures.patch:  Only collect xnest
5140       exposures for xexposes with non-zero height and width.
5142  -- Bryce Harrington <bryce@ubuntu.com>  Fri,  7 Sep 2007 14:23:23 -0700
5144 xorg-server (2:1.3.0.0.dfsg-12ubuntu3) gutsy; urgency=low
5146   * Added some cherry-picked patches from xserver 1.3.99:
5147     - 202_Add_quirk_for_Acer_AL1706_monitor_to_force_60hz_refresh.patch:
5148       The Acer AL1706 monitor reports support for 75hz via EDID, but
5149       does not sync when this range is given, so force it to 60hz.
5150     - 205_Bug_10770-_Inputdevs_isnt_a_valid_config_file_keyword.patch:
5151       Fixes typo in config file parser.
5152     - 208_Bug_6620-_Fixed_a_missing_else_in_ATIPseudoDMAInit.patch:
5153       Fixes issue where registers were written twice on R200, sometimes
5154       also putting bad values in atis->cce_pri_size.
5155     - 214_Bug_9680-_Remove_bogus_blank_length_limiting_in_xf86SetModeCrtc.patch:
5156       Fixes situation where when a specific mode is requested by monitor
5157       or user, xorg would tweak it to something incorrect.
5158     - 216_Bug_9041-_Check_the_return_code_in_xf86MapDomainMemory.patch:
5159       Fixes issue where mmap return value was being ignored and failing
5160       to issue fatal error as it should.
5161     - 221_ExaOffscreenMarkUsed-_Dont_crash_when_theres_no_offscreen_memory.patch:
5162       Fixes crash when there is no offscreen memory for EXA.
5163     - 222_Fix_a_crash_when_rotating_the_screen.patch:
5164       Fixes crash when rotating screen with xrandr.
5165     - 223_Fix_bug_8871-scrolling_corruption_with_a_compositing_manager.patch:
5166       Fixes scrolling corruption with composite due to incorrectly
5167       generated GraphicsExposes.
5168     - 224_Fix_calculations_in_x86_emulator_for_the_long_long_case_Andreas_Schwab.patch:
5169       Fixes long long multiplication when in x86 emulator.
5170     - 227_Fix_sync_polarity_on_Samsung_SyncMaster_205BW_monitor.patch:
5171       Adds quirk for Samsung SyncMaster 205BW
5172     - 230_In___glXCreateARGBConfig_insert_the_new_GL_mode_at_the__end__of_the_linked_list.patch:
5173       Fixes insertion order of linked list that can cause GLX clients to
5174       fail when attempting to use the last GLX mode/visual.
5175     - 231_In_dmxBackendMouGetInfo_initialize_the_info-minval_maxval_arrays_to_the_size_of_the_backend_display.patch:
5176       Fixes potential issue in X input where axis clipping code in
5177       GetPointerEvents() constrains the pointer's coordinate range to a
5178       max of 0, causing the mouse to not move.
5179     - 234_Reapply_patch_to_fix_AMD_CPU_detection.patch:
5180       Fixes AMD Geode CPU detection.
5181     - 236_Syncmaster_226_monitor_needs_60Hz_refresh_10545.patch:
5182       Adds quirk for Samsung SyncMaster 226BW.
5183     - 238_Update_pci.ids_to_2007-07-16_snapshot.patch:
5184       Updates our pci ids to support more current hardware.
5185       Remove nvidia ids in extrapci.ids that are now in pci.ids.
5186       Add nvidia ids to extrapci.ids that are in xf86-video-nv but not pci.ids
5187     - 241_XFree86-_Treat_evdev_and_vmmouse_as_mouse_drivers_bug_10512_10559.patch:
5188       Fix issue where a default mouse device gets automatically added
5189       when an evdev or vmmouse section has already been specified.
5190     - 243_exaDriverInit-_Fail_if_pScreenInfo_or_a_member_of_it_is_invalid.patch:
5191       Fix crash in EXA when pScreenInfo or a member of it is invalid.
5192     - 244_fix_an_occasional_crash_in_GetWindowName_bug-_9798.patch:
5193       Fixes crash by adding check of XmbTextPropertyToTextList()'s
5194       return code.
5195     - 245_regenerated_to_fix_bug_10371.patch:
5196       Fixes issue where if DRI is disabled, GL_MAX_TEXTURE_COORDS_ARB
5197       value is not returned correctly from glGetIntegerv().
5199  -- Bryce Harrington <bryce@ubuntu.com>  Fri, 31 Aug 2007 18:36:22 -0700
5201 xorg-server (2:1.3.0.0.dfsg-12ubuntu2) gutsy; urgency=low
5203   * Don't send a configuration change event just because somebody's pressed
5204     a brightness key
5206  -- Matthew Garrett <mjg59@srcf.ucam.org>  Sun, 26 Aug 2007 16:17:15 +0100
5208 xorg-server (2:1.3.0.0.dfsg-12ubuntu1) gutsy; urgency=low
5210   * Merge from debian unstable, remaining changes:
5211     - debian/control:
5212       + set Conflicts: xkb-data (<< 0.9), since xkb-path is
5213         different from previous releases
5214       + do not Conflict with xserver-xorg-video
5215       + xvfb Depends on xauth, xfonts-base
5216       + Set Maintainer to Ubuntu Core Developers
5217     - debian/rules:
5218       + --with-os-vendor=Ubuntu
5219     - debian/xserver-xorg-core.install:
5220       + Add ioport, pcitweak, scanpci scripts & man pages
5221     - debian/patches:
5222       + 102_ubuntu_sharevts_load_cpu.patch:
5223         close console fd only when ShareVTs
5224       + 104_fedora_init_origins_fix.patch:
5225         multihead initialization
5226       + 106_ubuntu_fpic_libxf86config.patch:
5227         Add -fPIC to makefiles for xfree86/parser
5228       + 107_fedora_dont_backfill_bg_none.patch
5229         110_fedora_no_move_damage.patch,
5230         114_fedora_no_composite_in_xnest.patch,
5231         120_fedora_disable_offscreen_pixmaps.patch:
5232         further aiglx support
5233       + 119_ubuntu_enable_composite.diff:
5234         enable composite
5235       + 121_only_switch_vt_when_active.diff:
5236         Add a check to prevent the X server from changing the VT when killing
5237         GDM from the console.
5238       + 123_no_composite_for_xvfb_run.patch:
5239         use "-extension Composite" to fix xvfb-run crashing
5240       + 125_glx_remove-stray__GLinterface.diff,
5241         126_glxproxy_remove-stray__GLinterface.diff,
5242         127_mesa-6.5.3-compat.diff:
5243         Patches needed to build against newer Mesa.
5244       + 132_composite-no-clipping.diff:
5245         Change the semantics of manual-redirect Composite windows so that
5246         they do not clip sibling or parent drawing.  Needed by hildon-desktop
5247         to prevent home applets from clipping.
5248     - debian/apport.py: Add apport hook for automatically attaching
5249       files useful for debugging X crashes:  Xorg.0.log, xorg.conf,
5250       lsmod, lspci, and /proc/version
5252  -- Timo Aaltonen <tepsipakki@ubuntu.com>  Tue, 21 Aug 2007 22:01:38 +0300
5254 xorg-server (2:1.3.0.0.dfsg-12) unstable; urgency=low
5256   [ Brice Goglin ]
5257   * Add 51_xkb-and-loathing.diff to fix a hang in OpenOffice.org
5258     when opening menus, closes: #433131.
5259   * Install the exa(4) and fbdevhw(4) manpages.
5261   [ Julien Cristau ]
5262   * Update the xorg.conf(5) manpage to get documentation for RandR 1.2
5263     options:
5264     + 07_stolen_from_HEAD_xorgconf_manpage.diff: new patch;
5265     + 07_xorgconf_manpage_overhaul.diff dropped;
5266     + 34_xorg.conf_man_typos.patch dropped;
5267     + 05_module_defaults.diff, 94_use_default_font_path.diff: dropped hunks
5268       applying to hw/xfree86/doc/man/xorg.conf.man.pre.
5269   * Add patch 11_define_XFree86Server.diff: XFree86Server needs to be defined
5270     in xorg-server.h and exported to drivers.
5271   * Add patches 125_glx_remove-stray__GLinterface.diff
5272     126_glxproxy_remove-stray__GLinterface.diff and 127_mesa-6.5.3-compat.diff
5273     to build with mesa >= 6.5.3, and bump build-dependency on
5274     mesa-swx11-source.
5275   * Include the Debian package version in OSVENDOR to make it appear in the
5276     X log.
5278  -- Julien Cristau <jcristau@debian.org>  Thu, 09 Aug 2007 16:32:14 +0200
5280 xorg-server (2:1.3.0.0.dfsg-11) unstable; urgency=low
5282   * Yet another alpha build fix: also remove the asm/pci.h include from
5283     os-support/linux/lnx_axp.c.  Include "lnx.h" and <unistd.h> instead.
5285  -- Julien Cristau <jcristau@debian.org>  Sat, 14 Jul 2007 20:09:35 +0200
5287 xorg-server (2:1.3.0.0.dfsg-10) unstable; urgency=medium
5289   * hw/xfree86/common/compiler.h and <sys/io.h> declare incompatible
5290     prototypes for outb and friends, so change the patch from -9 to not
5291     #include <sys/io.h> and rely on declarations in lnx.h itself for the
5292     IOBASE_* macros.
5294  -- Julien Cristau <jcristau@debian.org>  Sat, 14 Jul 2007 18:06:14 +0200
5296 xorg-server (2:1.3.0.0.dfsg-9) unstable; urgency=medium
5298   * Include <sys/io.h> instead of <asm/pci.h> in
5299     hw/xfree86/os-support/linux/lnx.h, as the latter isn't exported to
5300     userspace anymore; fixes FTBFS on alpha.  Thanks, Steve Langasek!
5302  -- Julien Cristau <jcristau@debian.org>  Sat, 14 Jul 2007 12:17:10 +0200
5304 xorg-server (2:1.3.0.0.dfsg-8) unstable; urgency=medium
5306   * Medium-urgency upload to get the fix for #428794 in testing faster,
5307     hopefully.
5309   [ Brice Goglin ]
5310   * Add 47_fbdevhw_magic_numbers.diff: patch by Adam Jackson to keep the
5311     fbdev2xfree_timing() function from changing the pixel clock value if the
5312     fbdev driver claims that it is 0.
5314   [ Julien Cristau ]
5315   * Don't build the type1 font module.
5316   * Add patch by Alan Coopersmith to map (case-insensitively) the old
5317     "keyboard" input driver to "kbd" (addresses: #428794).  I'm not
5318     reassigning the bug to xserver-xorg-core for now so as not to break
5319     testing by letting xserver-xorg-input-keyboard transition before the fixed
5320     xorg-server.
5322  -- Julien Cristau <jcristau@debian.org>  Sat, 14 Jul 2007 01:48:20 +0200
5324 xorg-server (2:1.3.0.0.dfsg-7) unstable; urgency=low
5326   [ Brice Goglin ]
5327   * Add 40_consolidate_portPriv_pDraw_assignments.diff to avoid a crash
5328     in xf86XVReputVideo (closes: #424899, #431655).
5329   * Add 41_vbe_filter_less.diff to not reject VESA modes early since
5330     xf86ValidateModes should handle them just fine (closes: #424684).
5331   * Add 42_only_run_special_key_behaviours_on_non-XKB.diff to fix special
5332     keys in Xephyr (closes: #415025).
5333   * Add 43_xephyr_crash_at_exit.diff to avoid crashing Xephyr when first
5334     client disconnect (closes: #420421).
5336  -- Julien Cristau <jcristau@debian.org>  Wed, 04 Jul 2007 23:42:40 +0200
5338 xorg-server (2:1.3.0.0.dfsg-6ubuntu3) gutsy; urgency=low
5340   * debian/patches/series:
5341     - Re-enable 132_composite-no-clipping.diff with fix from upstream
5343  -- Bryce Harrington <bryce@ubuntu.com>  Wed, 25 Jul 2007 16:39:29 -0700
5345 xorg-server (2:1.3.0.0.dfsg-6ubuntu2) gutsy; urgency=low
5347   * debian/patches/series:
5348     - don't apply 132_composite-no-clipping.diff for now, it doesn't work
5349       correctly when using compiz
5351  -- Sebastien Bacher <seb128@canonical.com>  Fri, 13 Jul 2007 17:03:42 +0100
5353 xorg-server (2:1.3.0.0.dfsg-6ubuntu1) gutsy; urgency=low
5355   * Merge from Debian unstable. Remaining Ubuntu changes:
5356     - debian/control:
5357       + set Conflicts: xkb-data (<< 0.9), since xkb-path is
5358         different from previous releases
5359       + do not Conflict with xserver-xorg-video
5360       + xvfb Depends on xauth, xfonts-base
5361       + Set Maintainer to Ubuntu Core Developers
5362     - debian/rules:
5363       + build using -fno-stack-protector
5364       + --with-os-vendor=Ubuntu
5365     - debian/xserver-xorg-core.install:
5366       + Add ioport, pcitweak, scanpci scripts & man pages
5367     - debian/patches:
5368       + 102_ubuntu_sharevts_load_cpu.patch:
5369         close console fd only when ShareVTs
5370       + 104_fedora_init_origins_fix.patch:
5371         multihead initialization
5372       + 106_ubuntu_fpic_libxf86config.patch:
5373         Add -fPIC to makefiles for xfree86/parser
5374       + 107_fedora_dont_backfill_bg_none.patch:
5375         Re-enable to see if it helps with performance regressions.
5376       + 108_fedora_gl_include_inferiors.patch,
5377         110_fedora_no_move_damage.patch,
5378         114_fedora_no_composite_in_xnest.patch:
5379         further aiglx support
5380       + 119_ubuntu_enable_composite.diff:
5381         enable composite
5382       + 120_fedora_disable_offscreen_pixmaps.patch:
5383         update to the latest version from Fedora (rev. 1.6, was 1.1)
5384         Despite being a hack, it works and is needed for compositing
5385         managers to work properly.
5386       + 121_only_switch_vt_when_active.diff:
5387         Add a check to prevent the X server from changing the VT when killing
5388         GDM from the console.
5389       + 123_no_composite_for_xvfb_run.patch:
5390         use "-extension Composite" to fix xvfb-run crashing
5391       - 125_glx_remove-stray__GLinterface.diff,
5392         126_glxproxy_remove-stray__GLinterface.diff,
5393         127_mesa-6.5.3-compat.diff:
5394         Mesa 6.5.3 build support
5395   * debian/apport.py:  Add apport hook for automatically attaching
5396     files useful for debugging X crashes:  Xorg.0.log, xorg.conf,
5397     lsmod, lspci, and /proc/version
5398   * debian/patches/132_composite-no-clipping.diff:  Change the
5399     semantics of manual-redirect Composite windows so that they do not
5400     clip sibling or parent drawing.  Needed by hildon-desktop to prevent
5401     home applets from clipping.
5403  -- Bryce Harrington <bryce@ubuntu.com>  Mon,  2 Jul 2007 12:47:44 -0700
5405 xorg-server (2:1.3.0.0.dfsg-6) unstable; urgency=low
5407   * Change fglrx conflict to << 8.37.6 (closes: #424975).
5409  -- Julien Cristau <jcristau@debian.org>  Fri, 01 Jun 2007 14:58:39 +0200
5411 xorg-server (2:1.3.0.0.dfsg-5) unstable; urgency=low
5413   [ Brice Goglin ]
5414   * Add 24_hurd_ioperm_fix.diff to fix xf86Enable/DisableIO on Hurd with
5415     recent GNU Mach. Thanks Samuel Thibault!
5416   * Add 06_use_proc_instead_of_sysfs_for_pci_domains.diff since sysfs-based
5417     PCI management code is broken at least on sparc and powerpc.
5418     Closes: #422077, #422095. Thanks to Jim Watson for testing!
5419   * Install the Xephyr README, closes: #395888.
5420   * Update 07_xorgconf_manpage_overhaul.diff to drop the reference to the
5421     xorg.conf example which we do not install since Xserver 1.3 does automatic
5422     configuration, the manpage is very well documented, and we generate a
5423     config file during installation. Closes: #222932.
5424   * Fix warning in /etc/init.d/xprint when /usr/lib/X11/fonts does not exist.
5425     Closes: #422352. Thanks Cristian Ionescu-Idbohrn!
5426   * Pull upstream commit 9c80eda826448822328bb678a7d284cc43fffb17 to disable
5427     RandR's fake xinerama geometry when there's more than one protocol screen
5428     (closes: #420679).
5430   [ Julien Cristau ]
5431   * Add patch to make sure that the ramdac symbols are present in the server
5432     and drivers can use them (closes: #423129).
5433   * xserver-xorg-core Conflicts with fglrx-driver, which broke with 1.3.
5434     We'll need to make this versioned (or drop it) when fglrx is fixed.
5436  -- Julien Cristau <jcristau@debian.org>  Wed, 16 May 2007 15:17:55 +0200
5438 xorg-server (2:1.3.0.0.dfsg-4ubuntu2) gutsy; urgency=low
5440   * Build-Depend on mesa 6.5.3
5441   * Apply Mandriva patches to build against mesa 6.5.3
5442     - 125_glx_remove-stray__GLinterface.diff
5443     - 126_glxproxy_remove-stray__GLinterface.diff
5444     - 127_mesa-6.5.3-compat.diff
5446  -- Kyle McMartin <kyle@ubuntu.com>  Sat, 26 May 2007 18:12:35 +0000
5448 xorg-server (2:1.3.0.0.dfsg-4ubuntu1) gutsy; urgency=low
5450   * Merge from Debian unstable. Remaining Ubuntu changes:
5451     - debian/control:
5452       + set Conflicts: xkb-data (<< 0.9), since xkb-path is
5453         different from previous releases
5454       + do not Conflict with xserver-xorg-video
5455       + xvfb Depends on xauth, xfonts-base
5456       + Set Maintainer to Ubuntu Core Developers
5457     - debian/rules:
5458       + build using -fno-stack-protector
5459       + --with-os-vendor=Ubuntu
5460     - debian/xserver-xorg-core.install:
5461       + Add ioport, pcitweak, scanpci scripts & man pages
5462     - debian/patches:
5463       + 102_ubuntu_sharevts_load_cpu.patch:
5464         close console fd only when ShareVTs
5465       + 104_fedora_init_origins_fix.patch:
5466         multihead initialization
5467       + 106_ubuntu_fpic_libxf86config.patch:
5468         Add -fPIC to makefiles for xfree86/parser
5469       + 107_fedora_dont_backfill_bg_none.patch:
5470         Re-enable to see if it helps with performance regressions.
5471       + 108_fedora_gl_include_inferiors.patch,
5472         110_fedora_no_move_damage.patch,
5473         114_fedora_no_composite_in_xnest.patch:
5474         further aiglx support
5475       + 119_ubuntu_enable_composite.diff:
5476         enable composite
5477       + 120_fedora_disable_offscreen_pixmaps.patch:
5478         update to the latest version from Fedora (rev. 1.6, was 1.1)
5479         Despite being a hack, it works and is needed for compositing
5480         managers to work properly.
5481       + 121_only_switch_vt_when_active.diff:
5482         Add a check to prevent the X server from changing the VT when killing
5483         GDM from the console.
5484       + 123_no_composite_for_xvfb_run.patch:
5485         use "-extension Composite" to fix xvfb-run crashing
5486   * Drop 124_fix-pdripriv_null_deref.patch.  Already fixed in GLX code.
5487     See upstream FDO bug #8537
5489  -- Bryce Harrington <bryce@ubuntu.com>  Mon, 14 May 2007 16:40:03 -0700
5491 xorg-server (2:1.3.0.0.dfsg-4) unstable; urgency=low
5493   * Cherry-pick patch from upstream git to fix security issue in the Xrender
5494     extension: malicious clients can cause a division by zero in the server
5495     (closes: #422936). Reference: CVE-2007-2437. Thanks, Micah Anderson!
5497  -- Julien Cristau <jcristau@debian.org>  Wed, 09 May 2007 02:11:08 +0200
5499 xorg-server (2:1.3.0.0.dfsg-3) unstable; urgency=low
5501   * Include 94_use_default_font_path.diff. This patch is like Eugene's patch
5502     to always look in the default font path from the past, but now we provide
5503     an option to disable looking in the default font path at runtime. This
5504     will allow people to specify additional font paths in their xorg.conf
5505     without losing their current paths. This will also help avoid people
5506     having ye olde "fixed font" problem.
5507   * Fix compilation warnings for 05_module_defaults.diff. Previously the patch
5508     used a generic pointer for the options record, but now we use the actual
5509     XF86OptionsPtr type.
5511  -- David Nusinow <dnusinow@debian.org>  Thu, 26 Apr 2007 22:39:52 -0400
5513 xorg-server (2:1.3.0.0.dfsg-2) unstable; urgency=low
5515   * Add Brice Goglin's fix for 05_module_defaults.diff, so that it also works
5516     when there is no module section at all. Thanks to Michel Dänzer for
5517     helping also.
5519  -- David Nusinow <dnusinow@debian.org>  Sat, 21 Apr 2007 09:34:12 -0400
5521 xorg-server (2:1.3.0.0.dfsg-1) unstable; urgency=low
5523   * Upload to unstable.
5524   * Add XS-Vcs-* to debian/control.
5525   * Remove non-free file hw/xfree86/doc/README.DRI from the upstream tarball.
5526   * Bump serverminver to 2:1.3.0.0.
5528  -- Julien Cristau <jcristau@debian.org>  Fri, 20 Apr 2007 07:54:14 +0200
5530 xorg-server (2:1.3.0.0-1) experimental; urgency=low
5532   * New upstream release
5534  -- David Nusinow <dnusinow@debian.org>  Thu, 19 Apr 2007 22:27:05 -0400
5536 xorg-server (2:1.2.99.905-3) experimental; urgency=low
5538   [ Julien Cristau ]
5539   * xvfb now Recommends: xfonts-base (closes: #314598).
5541   [ David Nusinow ]
5542   * Add 05_module_defaults.diff. This provides default modules loading
5543     capabilities for the server that may be overrided easily. Previously the
5544     server would load a set of default modules, but only if none were
5545     specified in the xorg.conf, or if you didn't have a xorg.conf at all. This
5546     patch provides a default set and you can add only the "Load" instructions
5547     to xorg.conf that you want without losing the defaults. Similarly, if you
5548     don't want to load a module that's loaded by default, you can add
5549     "Disable modulename" to your xorg.conf (see man xorg.conf in this release
5550     for details). See upstream bug #10541 for more.
5552  -- David Nusinow <dnusinow@debian.org>  Sun, 15 Apr 2007 11:17:45 -0400
5554 xorg-server (2:1.2.99.905-2) experimental; urgency=low
5556   * Install the cvt and gtf utilities and their manpages (closes: #414792).
5557   * Build the xserver-xorg-core-dbg package, which contains debugging symbols
5558     for Xorg and /usr/lib/xorg/modules/**/*.so
5560  -- Julien Cristau <jcristau@debian.org>  Mon, 09 Apr 2007 20:38:22 +0200
5562 xorg-server (2:1.2.99.905-1) experimental; urgency=low
5564   * New upstream release candidate.
5565     + includes fix for CVE-2007-1003: XC-MISC Extension ProcXCMiscGetXIDList()
5566       Memory Corruption.
5568  -- Julien Cristau <jcristau@debian.org>  Fri, 06 Apr 2007 12:05:40 +0200
5570 xorg-server (2:1.2.99.903-1) experimental; urgency=low
5572   [ Drew Parsons ]
5573   * Add exclude entries to dh_install in debian/rules.
5575   [ Julien Cristau ]
5576   * Prepare packaging to ship debugging symbols for xserver-xorg-core in
5577     xserver-xorg-core-dbg, but leave it commented out so we can get rc3 in the
5578     archive first.
5579   * New upstream release candidate.
5580     + bump serverminver to 2:1.2.99.903.
5582  -- Julien Cristau <jcristau@debian.org>  Tue, 27 Mar 2007 07:33:29 +0200
5584 xorg-server (2:1.2.99.902-1) experimental; urgency=low
5586   [ Drew Parsons ]
5587   * Bring xprint back into the xorg fold.
5588     - include existing patches:
5589       - 91_ttf2pt1 allows Xprint to use ttf2pt1 for Type1 font handling
5590         (but extract and apply manually the patch to
5591         hw/xprint/ps/Makefile.am so it may be applied by autoconf)
5592       - 91_ttf2pt1_updates brings ttf2pt1 into the modern X11R7.1 world
5593       - 92_xprint-security-holes-fix.patch places PS/PDF file output
5594         into the user's home directory (~/Xprintjobs), more secure than
5595         a shared /tmp/Xprintjobs
5596       - 93_spooltodir_check_file_exists ensures output filenames are
5597         less than 256 characters in length
5598       - 93_xprint_fonts_fix released references to font names after use.
5599      - enable freetype support for Xprint.
5600      - add descriptions to debian/control and Build-Dependency on
5601        x11proto-print-dev
5602   * Run autoreconf to update changes to hw/xprint/ps/Makefile.am.
5604   [ Brice Goglin ]
5605   * Apply patch from adrian@smop.co.uk to our xvfb-run wrapper
5606     to check whether Xvfb started ok and fix its cleanup
5607     (closes: #351042).
5609   [ Julien Cristau ]
5610   * New upstream release candidate.
5611   * Bump serverminver to 2:1.2.99.902.
5612   * Drop patch 42_build_int10_submodules.diff, and use x86emu on all
5613     architectures instead (closes: #410879).
5614   * Refresh patches:
5615     + 12_security_policy_in_etc.diff
5616     + 21_glx_align_fixes.patch
5617     + 23_kfreebsd_support.diff
5618   * Delete a few files generated by configure on clean, since they seem to
5619     have been included in the tarball.
5621  -- Julien Cristau <jcristau@debian.org>  Thu, 15 Mar 2007 04:28:00 +0100
5623 xorg-server (2:1.2.99.901-1) experimental; urgency=low
5625   * New upstream release candidate.
5626     + Remove patches 24 (hurd support), 35 (randr byteswap) and 43 (set damage
5627       version), applied upstream.
5628     + Bump build-dep on x11proto-randr-dev to >= 1.2, and on
5629       x11proto-damage-dev to >= 1.1.
5631  -- Julien Cristau <jcristau@debian.org>  Wed,  7 Mar 2007 19:58:53 +0100
5633 xorg-server (2:1.2.0-6) experimental; urgency=low
5635   * Set videoabiver to 1.0, same as in xorg-server 1.1.
5637  -- Julien Cristau <jcristau@debian.org>  Fri,  2 Mar 2007 16:38:12 +0100
5639 xorg-server (2:1.2.0-5) experimental; urgency=low
5641   * Add input ABI versioning metadata. Rename serverabiver file to
5642     videoabiver, and add inputabiver. Bump serverminver to 2:1.2.0-5 to deal
5643     with this change.
5645  -- David Nusinow <dnusinow@debian.org>  Thu,  1 Mar 2007 22:09:45 -0500
5647 xorg-server (2:1.2.0-4) experimental; urgency=low
5649   [ Julien Cristau ]
5650   * Don't strip modules when DEB_BUILD_OPTIONS contains nostrip.  Thanks,
5651     Cyril Brulebois!
5653   [ David Nusinow ]
5654   * Move serverabiver file to serverminver. Use serverabiver to store the
5655     actual video ABI version number (1.1 right now). This will allow drivers
5656     to automatically generate their Provides: xserver-xorg-video-* line when
5657     built against a particular server version. The rename of the files
5658     is to better denote what they actually are.
5659   * Bump the serverminver to 2:1.2.0-4 because of this change
5661  -- David Nusinow <dnusinow@debian.org>  Wed, 21 Feb 2007 21:53:51 -0500
5663 xorg-server (2:1.2.0-3ubuntu8) feisty; urgency=low
5665   * SECURITY UPDATE: arbitrary code execution with root privs via integer
5666     overflows in MISC-XC.
5667   * Add debian/patches/131_misc_xc_overflows.patch: upstream fixes.
5668   * References
5669     CVE-2007-1003
5671  -- Kees Cook <kees@ubuntu.com>  Thu, 29 Mar 2007 17:46:44 -0700
5673 xorg-server (2:1.2.0-3ubuntu7) feisty; urgency=low
5675   * debian/patches/120_fedora_disable_offscreen_pixmaps.patch
5676     - update to the latest version from Fedora (rev. 1.6, was 1.1)
5678  -- Timo Aaltonen <tepsipakki@ubuntu.com>  Fri, 30 Mar 2007 10:39:01 +0300
5680 xorg-server (2:1.2.0-3ubuntu6) feisty; urgency=low
5682   * debian/{rules,xsfbs/xsfbs.mk,serverminver,inputabiver}
5683     - Import changes from current debian package, needed for the new intel
5684       driver.
5685     - Rename serverabiver to videoabiver, value 1.0.
5686     - Set serverminver as this version.
5687   * debian/patches:
5688     129_remove_extra_i2c_bittimeout.patch
5689     130_slow_down_ddc_i2c.patch
5690     - Patches from server-1.3 branch, which make probing the monitor more
5691       robust.
5693  -- Timo Aaltonen <tepsipakki@ubuntu.com>  Thu, 29 Mar 2007 00:56:17 +0300
5695 xorg-server (2:1.2.0-3ubuntu5) feisty; urgency=low
5697   * debian/patches/120_fedora_disable_offscreen_pixmaps.diff
5698     - Re-enable. Despite being a hack, it works and is needed for compositing
5699       managers to work properly. (LP: #89189)
5701  -- Timo Aaltonen <tepsipakki@ubuntu.com>  Tue, 27 Mar 2007 02:33:31 +0300
5703 xorg-server (2:1.2.0-3ubuntu4) feisty; urgency=low
5705   * debian/patches/107_fedora_dont_backfill_bg_none.patch:
5706     - Re-enable to see if it helps with performance regressions.
5707   * debian/patches/127_check_for_clientgone.patch:
5708     - A fix from upstream. (LP: #60288)
5709   * debian/patches/128_fix_client_privates_leak.patch
5710     - Plug a memory leak. (LP: #92882)
5711   * debian/rules
5712     - Fix a typo in --with-default-font-path.
5714  -- Timo Aaltonen <tepsipakki@ubuntu.com>  Sat, 17 Mar 2007 00:38:09 +0200
5716 xorg-server (2:1.2.0-3ubuntu3) feisty; urgency=low
5718   * debian/patches:
5719     - Rename 019_ubuntu_enable_composite.diff to 119_* so that it is in line
5720       with the rest of our patches
5721     - Re-add 126_debian_always_use_default_font_path.diff. This was dropped
5722       by Debian but needed by us since we still have legacy fontpaths in
5723       old configurations, so new paths need to be appended to the list.
5725  -- Timo Aaltonen <tepsipakki@ubuntu.com>  Wed, 28 Feb 2007 11:54:18 +0200
5727 xorg-server (2:1.2.0-3ubuntu2) feisty; urgency=low
5729   * debian/control:
5730     - xvfb Depends on xauth, xfonts-base
5732  -- Sebastien Bacher <seb128@canonical.com>  Tue, 27 Feb 2007 23:31:06 +0100
5734 xorg-server (2:1.2.0-3ubuntu1) feisty; urgency=low
5736   * Don't drop 42_build_int10_submodules.diff, it's useful
5737   * 019_ubuntu_enable_composite.diff:
5738     - enable composite
5739   * debian/control:
5740     - fixed Maintainer email
5741   * debian/xserver-xorg-core.install:
5742     - list ioport, gtf, pcitweak and scanpci
5743       and manpages for scanpci, gtf, pcitweak
5745   [ Timo Aaltonen ]
5746   * Merge with Debian, remaining changes:
5747     - debian/rules:
5748       + build using -fno-stack-protector
5749       + --with-os-vendor=Ubuntu
5750     - debian/control:
5751       + don't Conflict with xserver-xorg-video
5752     - refreshed and renamed patches
5753       102_ubuntu_sharevts_load_cpu.patch
5754       104_fedora_init_origins_fix.patch
5755       106_ubuntu_fpic_libxf86config.patch
5756       114_fedora_no_composite_in_xnest.patch
5757       121_only_switch_vt_when_active.diff
5758       124_fix-pdripriv_null_deref.patch
5759     - dropped for now:
5760       42_build_int10_submodules.diff - causes "some regression"
5761   * dropped patches (comments from Michel Daenzer):
5762     - 107_fedora_dont_backfill_bg_none.patch
5763       "Breaks X semantics and thus can't go in upstream. Apps/toolkits
5764        need to be fixed not to use background none windows."
5765     - 108_fedora_gl_include_inferiors.patch
5766       "Breaks GLX semantics and should no longer be necessary now that
5767        the GLX compositing managers default to using the Composite
5768        Overlay Window."
5769     - 120_fedora_disable_offscreen_pixmaps.diff
5770       "Last time I looked at this, it was a gross hack to work around XAA
5771        deficiencies in offscreen pixmap handling, which makes the server
5772        die immediately when trying to use GLX_EXT_texture_from_pixmap
5773        with EXA, due to calling XAA functions without checking it's
5774        active or even loaded."
5775   * debian/control:
5776     - set Conflicts: xkb-data (<< 0.9), since xkb-path is
5777       different from previous releases
5778   * debian/patches/125_randr-version-supported.diff:
5779     - The server supports protocol 1.1, make sure we use it.
5781  -- Sebastien Bacher <seb128@canonical.com>  Mon, 26 Feb 2007 09:36:38 +0100
5783 xorg-server (2:1.2.0-3) experimental; urgency=low
5785   [ Julien Cristau ]
5786   * Pass --with-os-name and --with-os-vendor to configure.
5787   * Bump serverabiver to 2:1.2.0-1.
5788   * Add patch from upstream git to set the supported damage version from the
5789     server, instead of from the damage headers.  xserver 1.2.0 supports damage
5790     1.0, not 1.1.
5792  -- Julien Cristau <jcristau@debian.org>  Sat, 17 Feb 2007 12:03:03 +0100
5794 xorg-server (2:1.2.0-2) experimental; urgency=low
5796   * Delete useless debian/substvars.
5797   * Change my email address in debian/control.
5798   * Fix patch 42_build_int10_submodules.diff.  The definition of
5799     xf86InitInt10() was moved to int10/helper_exec.c between 1.1.1 and 1.2.0,
5800     so we move it to int10/helper_mem.c, which we build in the main int10
5801     module, not the vm86 and x86emu submodules.  Thanks to Cédric Augonnet and
5802     Brice Goglin for the report and testing.
5804  -- Julien Cristau <jcristau@debian.org>  Sat, 10 Feb 2007 20:57:57 +0100
5806 xorg-server (2:1.2.0-1) experimental; urgency=low
5808   * New upstream release.
5809     + 40_xorg-xserver-1.1.0-dbe-render.diff dropped.
5810     + 38_GetDrawableAttributes.patch dropped.
5811     + 37_build-mesa-mipmap.patch dropped.
5812     + 33_Xserver_man_typos.patch dropped.
5813     + 24_hurd_support.diff massively reduced.
5814     + 13_debian_add_xkbpath_env_variable.diff refreshed.
5815     + 07_xorgconf_manpage_overhaul.diff updated.
5816     + 42_build_int10_submodules.diff updated.
5817   * Bump build-dep on mesa-swx11-source to >= 6.5.2.
5818   * Version build-dependencies on x11proto-composite-dev and x11proto-kb-dev
5819     to match configure.ac.
5820   * Add build-dep on libxfixes-dev (needed for Xdmx).
5822  -- Julien Cristau <jcristau@debian.org>  Fri,  9 Feb 2007 20:54:27 +0100
5824 xorg-server (2:1.1.99.903-1) experimental; urgency=low
5826   * New upstream release candidate.
5827   * Forward-port patches:
5828     * 07_xorgconf_manpage_overhaul.diff: refresh
5829     * 12_security_policy_in_etc.diff: refresh
5830     * 21_glx_align_fixes.patch: refresh
5831     * 23_kfreebsd_support.diff: refresh
5832     * 24_hurd_support.diff: refresh
5833     * 34_xorg.conf_man_typos.patch: refresh
5834     * 36_fix_ffs.patch: remove, applied upstream
5835   * Bump build-dependency on libdrm-dev to (>= 2.3.0) because that is the X
5836     server's minimum requirement.
5838  -- Thierry Reding <thierry@gilfi.de>  Sat,  2 Dec 2006 12:44:59 +0100
5840 xorg-server (2:1.1.99.902-1) experimental; urgency=low
5842   * Update to latest upstream release candidate.
5843   * Forward-port patches:
5844     * 02_libvgahw_gcc4_volatile_fix.diff: update
5845     * 04_read_rom_in_chunks.diff: update
5846     * 05_arm_cache_flush.diff: remove, applied upstream
5847     * 06_arm_is_not_x86_and_has_no_vga.diff: remove, applied upstream
5848     * 07_xorgconf_manpage_overhaul.diff: update
5849     * 08_s390_servermd.diff: update
5850     * 09_debian_xserver_rtff.diff: update
5851     * 12_security_policy_in_etc.diff: update
5852     * 13_debian_add_xkbpath_env_variable.diff: update
5853     * 15_symlink_mesa.diff: remove, fixed upstream
5854     * 16_s390_fix.diff: update
5855     * 17_ignoreabi.diff: remove, applied upstream
5856     * 18_execinfo_only_for_backtrace.patch: remove, applied upstream
5857     * 18_execinfo_configured.patch: remove, applied upstream
5858     * 19_configurable_misc_utils.patch: remove, applied upstream
5859     * 20_mesa_6.5.1.diff: remove, applied upstream
5860     * 21_glx_align_fixes.patch: update
5861     * 22_xkb_cycle_3layouts.diff: remove, applied upstream
5862     * 23_kfreebsd_support.diff: update, partially applied upstream
5863     * 24_hurd_support.diff: update, partially applied upstream
5864     * 25_tfp_damage.diff: remove, applied upstream
5865     * 26_aiglx_happy_vt_switch.diff: remove, applied upstream
5866     * 27_aiglx_locking.diff: remove, applied upstream
5867     * 28_mesa_copy_sub_buffer.diff: remove, applied upstream
5868     * 29_mesa_reseed_makefile.diff: remove, fixed upstream
5869     * 30_fix_vmode_switch.diff: remove, fixed upstream
5870     * 31_blocksigio.diff: remove, fixed upstream
5871     * 32_disable_sparc_pci_bridge.diff: update
5872     * 34_xorg.conf_man_typos.patch: update
5873     * 35_randr_byteswap.patch: update
5874     * 36_fix_ffs.patch: update
5875     * 37_Fix-__glXDRIbindTexImage-for-32-bpp-on-big-endian-platforms.diff:
5876       remove, applied upstream
5877   * Upstream no longer ships a changelog, so don't try to install it.
5878   * Add 37_build-mesa-mipmap.patch that adds the missing mipmap.c to libmain's
5879     sources.
5880   * Add 38_GetDrawableAttributes.patch which readds support for the
5881     GetDrawableAttributes extension that's needed for compiz to work properly.
5883  -- Thierry Reding <thierry@gilfi.de>  Fri,  1 Dec 2006 20:32:34 +0100
5885 xorg-server (2:1.1.1-21) unstable; urgency=emergency
5887   * Security update.
5888   * Fix integer overflow in the ProcXCMiscGetXIDList() function in the XC-MISC
5889     extension.  Reference: CVE-2007-1003.
5891  -- Julien Cristau <jcristau@debian.org>  Wed, 04 Apr 2007 00:34:51 +0200
5893 xorg-server (2:1.1.1-20) unstable; urgency=low
5895   * xephyr: Add patch from upstream git to fix memory leak in
5896     ephyrScreenFini().  Thanks, Guillem Jover!
5898  -- Julien Cristau <jcristau@debian.org>  Tue,  6 Mar 2007 22:20:14 +0100
5900 xorg-server (2:1.1.1-19) unstable; urgency=high
5902   [ Drew Parsons ]
5903   * Removed spurious space in default font line
5904     (/usr/X11R6/lib/X11/fonts/Type1 not "/usr/X11R6/lib/  X11/fonts/Type1")
5906   [ David Nusinow ]
5907   * Conflict with and replace xserver-common, because that package used to
5908     provide the SecurityPolicy file. This is an RC bugfix because it breaks
5909     upgrades, so it gets a high urgency. Thanks Christian Tsotras and Lionel
5910     Elie Mamane for reporting and it. Closes: #402658
5912  -- David Nusinow <dnusinow@debian.org>  Wed, 28 Feb 2007 21:48:19 -0500
5914 xorg-server (2:1.1.1-18) unstable; urgency=medium
5916   * Add patch from Fedora to make xephyr work on 64bit architectures
5917     (closes: #405928).
5919  -- Julien Cristau <jcristau@debian.org>  Fri, 16 Feb 2007 22:20:08 +0100
5921 xorg-server (2:1.1.1-17) unstable; urgency=medium
5923   * Make the int10 module usable on i386 with a 64bit kernel (closes: #409730).
5924     + New patch 42_build_int10_submodules.diff, which allows us to build vm86
5925       and x86emu as two separate submodules, and make the int10 module itself
5926       fall back to loading x86emu if vm86 calls fail.
5927     + Add workaround for https://bugs.freedesktop.org/show_bug.cgi?id=7299 to
5928       the above patch: move definition of Int10Current from int10/xf86int10.c
5929       to int10/helper_mem.c.
5930     + Drop the part of 39_alpha_build_flags.patch applying to
5931       hw/xfree86/os-support/linux/Makefile.in, and run autoreconf with all
5932       patches applied.
5934  -- Julien Cristau <jcristau@debian.org>  Wed,  7 Feb 2007 20:37:19 +0100
5936 xorg-server (2:1.1.1-16) unstable; urgency=medium
5938   * New patch 41_xfree86_linux_acpi_fix_tokenizing.diff from upstream git to
5939     fix a crash on acpi events (closes: #409443).
5941  -- Julien Cristau <julien.cristau@ens-lyon.org>  Sat,  3 Feb 2007 22:56:04 +0100
5943 xorg-server (2:1.1.1-15) unstable; urgency=high
5945   * High-urgency upload for security bugfix.
5946   * New patch 40_xorg-xserver-1.1.0-dbe-render.diff to fix multiple integer
5947     overflows in the dbe and render extensions.
5948     CVE IDs: CVE-2006-6101 CVE-2006-6102 CVE-2006-6103
5949   * Add myself to Uploaders, and remove Fabio and Branden, with their
5950     permission.  They're of course welcome back when they have more time!
5952  -- Julien Cristau <julien.cristau@ens-lyon.org>  Tue,  9 Jan 2007 15:45:46 +0100
5954 xorg-server (2:1.1.1-14) unstable; urgency=high
5956   * The "let's drop 20 years of build logic and replace it with autoconf in a
5957     single release, trust me, what could go wrong? <gibber, gibber>" release
5958   * High-urgency upload for RC bugfix
5959   * New patch 39_alpha_build_flags.patch: no really, when they said
5960     lnx_ev56.c should be built with -mcpu=ev56, they really meant it.
5961     Closes: #392500.
5963  -- Steve Langasek <vorlon@debian.org>  Sun,  7 Jan 2007 15:19:08 -0800
5965 xorg-server (2:1.1.1-13) unstable; urgency=medium
5967   [ Julien Cristau ]
5968   * xserver-xorg-core recommends xfonts-base and suggests xfonts-100dpi |
5969     xfonts-75dpi and xfonts-scalable.  Also add explanation about fonts to the
5970     long description, stolen from the old xserver-common package (closes:
5971     #400654).
5973   [ David Nusinow ]
5974   * This is important for upgrades to etch, and has no notable risk, so bump
5975     priority to medium.
5977  -- David Nusinow <dnusinow@debian.org>  Fri, 29 Dec 2006 19:57:51 -0500
5979 xorg-server (2:1.1.1-12) unstable; urgency=low
5981   [ Julien Cristau ]
5982   * Delete hw/xfree86/common/xf86Build.h in debian/rules clean, since it's
5983     wrongly included in the upstream tarball.
5985   [ David Nusinow ]
5986   * Pull fix for the ignore_abi.diff patch. This one's a major brown bag on my
5987     part. Thanks Michel Dänzer.
5988   * Add 38_wait_for_something_force_timer_reset.diff which forces the server
5989     to reset timers when they've overrun in some cases rather than wait
5990     forever. Patch by Daniel Stone. Thanks Michel Dänzer for pointing the
5991     changes out. Closes: #374026
5993  -- David Nusinow <dnusinow@debian.org>  Tue, 12 Dec 2006 21:13:20 -0500
5995 xorg-server (2:1.1.1-11) unstable; urgency=low
5997   [ Drew Parsons ]
5998   * Patches 33_Xserver_man_typos.patch and 34_xorg.conf_man_typos.patch
5999     fix minor typos in Xserver and xorg.conf man pages.
6000     Closes: #364556, #308899.
6001   * Add patch 35_randr_byteswap.patch from upstream. Fixes a client/server
6002     byteswapping problem. Closes: #291100.
6004   [ Julien Cristau ]
6005   * Don't build-depend on libdrm-dev on hurd-i386 (closes: #358015). Thanks,
6006     Samuel Thibault.
6007   * Update hurd support patch (closes: #356300). Thanks, Samuel Thibault.
6008   * Add reportbug script stolen from the monolith, to add the user's config
6009     and log file in every bug report.
6010   * Delete hw/xfree86/common/xf86Build.h from our source tree, so that the
6011     build date is correctly calculated at build time, and not hardcoded to
6012     07 July 2006.  Thanks to Jurij Smakov for noticing.
6013   * Add patch 36_fix_ffs.patch by Jurij Smakov to fix infinite loop in ffs()
6014     if called with an argument of 0 (closes: #395564).
6015   * Add patch 37_Fix-__glXDRIbindTexImage-for-32-bpp-on-big-endian-platforms
6016     from upstream git to fix color issue on big endian platforms
6017     (closes: #392453). Thanks to Michel Dänzer for the patch!
6018   * Fix typo in xvfb-run (closes: #337703).
6019   * Install xdmxconfig and its manpage in xdmx-tools (closes: #393991).
6020   * Add Replaces: xdmx (<= 2:1.1.1-10) to xdmx-tools because of the xmdxconfig
6021     manpage move.
6023  -- David Nusinow <dnusinow@debian.org>  Fri, 24 Nov 2006 15:44:52 -0500
6025 xorg-server (2:1.1.1-10) unstable; urgency=low
6027   [ Denis Barbier ]
6028   * Fix video mode switching.  Closes: #391052
6029   * Fix FTBFS on kfreebsd-i386 and kfreebsd-amd64.  Thanks Petr Salinger.
6030     Closes: #363517
6032   [ David Nusinow ]
6033   * Add depends on xserver-xorg so that /etc/X11/X gets installed. Thanks
6034     Frans Pop. Closes: #392295
6035   * Add 31_blocksigio.diff. This patch by Alan Hourihane, and it prevents a
6036     race condition when a driver tries to set the cursor state when the server
6037     is in the middle of switching resolution. Thanks to Frans Pop for
6038     reporting the bug, Michel Dänzer for reading through the backtrace and
6039     diagnosing the problem, and Alan for the final patch. Closes: #390646.
6041   [ Jurij Smakov ]
6042   * Add 32_disable_sparc_pci_bridge.diff. Disable PCI bridge handling on
6043     sparc, which is broken and causes filesystem corruption (by poking
6044     the PCI bus in the wrong places) on some machines. Closes: #392312.
6046   [ Drew Parsons ]
6047   * Use __appmansuffix__ not __mansuffix__ in
6048     03_xnest_manpage_overhaul.diff.  Closes: #390599.
6049   * Install upstream ChangeLog.  Closes: #365274.
6051  -- David Nusinow <dnusinow@debian.org>  Mon, 16 Oct 2006 21:59:51 -0400
6053 xorg-server (2:1.1.1-9) unstable; urgency=low
6055   [ Jurij Smakov ]
6056   * Add 21_glx_align_fixes.patch to reintroduce the setting of __GLX_ALIGN64
6057     variable, lost during the modular transition. This setting is essential
6058     for architectures with strong alignment requirements. Patch affects
6059     alpha, sparc, amd64, ia64 and s390, mimicking the behaviour of the
6060     monolithic build. Closes: #388125.
6062   [ Denis Barbier ]
6063   * Add 22_xkb_cycle_3layouts.diff to fix layout switching when 3 layouts
6064     are present.  Thanks Ivan Pascal for the patch.  Closes: #345803
6066   [ David Nusinow ]
6067   * Add kFreeBSD support patch (23). Thanks to Robert Millan, Petr Salinger,
6068     Daniel Stone, and Michael Banck for input and patch writing.
6069     Closes: #363517
6070   * Add hurd support patch (24). Thanks Samuel Thibault, Daniel Stone, and
6071     Michael Banck. Closes: #356300
6072   * Disable the explicit enabling of dri in the configure. The configure
6073     script autodetects whether or not to use this anyway, and enabling it
6074     explicitly breaks the build on hurd. Thanks Samuel Thibault and Michael
6075     Banck. Closes: #358015
6076   * Add several patches written by Kristian Høgsberg for allowing compiz to
6077     work with AIGLX. These patches were vetted by Theirry Reding with valuable
6078     advice from Michel Dänzer, and feedback from Kristian himself.
6079     - 25_tfp_damage.diff
6080     - 26_aiglx_happy_vt_switch.diff
6081     - 27_aiglx_locking.diff
6082     - 28_mesa_copy_sub_buffer.diff
6083     - 29_mesa_reseed_makefile.diff
6084     - update of 20_mesa_6.5.1.diff
6085   * Remove bizarre wholesale inclusion of another patch in the 23_kbsd patch
6087   [ Eugene Konev ]
6088   * Use --with-default-font-path instead of --with-fontdir.
6089   * Set RGBPath through --with-rgb-path.
6090   * Drop 11_debian_always_use_default_font_path.diff.
6091   * Drop 14_debian_always_look_in_our_module_path.diff.
6092   * Ship SecurityPolicy in xserver-xorg-core.
6094  -- David Nusinow <dnusinow@debian.org>  Thu, 28 Sep 2006 23:59:35 -0400
6096 xorg-server (2:1.1.1-8) unstable; urgency=low
6098   * Update mesa symlink patch to the latest from HEAD
6099   * Add 20_mesa_6.5.1.diff to allow the server to build with mesa 6.5.1
6100   * Bump build-dep versions on x11proto-gl to 1.4.8, and mesa to 6.5.1
6102  -- David Nusinow <dnusinow@debian.org>  Mon, 25 Sep 2006 22:21:37 -0400
6104 xorg-server (2:1.1.1-7) unstable; urgency=low
6106   * Fix s390 build issue. Thanks Bastian Blank for the report and Eugene Konev
6107     for the patch. Closes: #388628.
6108   * Disable build of various utilities that we don't ship anyway. Patch thanks
6109     to Eugene Konev.
6111  -- David Nusinow <dnusinow@debian.org>  Thu, 21 Sep 2006 23:07:16 -0400
6113 xorg-server (2:1.1.1-6) unstable; urgency=low
6115   * Upload 7.1 to unstable.
6117   [ Drew Parsons ]
6118   * Added SGI FreeB licence to debian/copyright. Closes: #368563.
6119   * Apply upstream patches 18_execinfo_only_for_backtrace.patch, to use
6120     execinfo.h for and only for backtrace. Applied git patch
6121     5a3488ccac8e5dabd9fc98bc41ef178ead1b2faf directly into configure scripts,
6122     activated with autoreconf.  Closes: #363218.
6123   * Only requires build-depends version of x11proto-gl-dev on 1.4.6.
6125   [ Steve Langasek ]
6126   * Add versioned build-depends on x11proto-fixes-dev (>= 4.0), to
6127     ensure the package is built against the right protocol version.
6128     Closes: #383778.
6130  -- David Nusinow <dnusinow@debian.org>  Mon, 18 Sep 2006 18:30:07 -0400
6132 xorg-server (2:1.1.1-5) experimental; urgency=low
6134   * Fix error in 16_s390_fix.diff caused by my idiot copying. Thanks Yannick
6135     Roehlly and Daniel Stone.
6137  -- David Nusinow <dnusinow@debian.org>  Sun, 27 Aug 2006 23:25:21 +0000
6139 xorg-server (2:1.1.1-4) experimental; urgency=low
6141   [ Drew Parsons ]
6142   * Tighten dependencies between X11R7.1 server and video drivers.
6143     xserver-xorg-core no longer Depends: xserver-xorg-video-all
6144     | xserver-xorg-video but instead Conflicts: xserver-xorg-video.
6145     (closes: #383873)
6146     The dependency on xserver-xorg-video-all | xserver-xorg-video-1.0 is
6147     managed by the xserver-xorg binary package (not included here in
6148     order to avoid circular dependencies). (closes: #362313)
6149   * Likewise remove Depends: xserver-xorg-input-all | xserver-xorg-input
6150     (again, handled by xserver-xorg) to avoid circular dependency with drivers.
6152   [ David Nusinow ]
6153   * Epoch bump
6154   * Add 17_ignoreabi.diff to allow users to simply set a value in xorg.conf
6155     rather than pass -ignoreABI to the server every time it starts
6157  -- David Nusinow <dnusinow@debian.org>  Wed, 23 Aug 2006 22:03:06 +0000
6159 xorg-server (1:1.1.1-3) unstable; urgency=low
6161   * Add 16_s390_fix.diff to fix FTBFS on s390. Thanks Bastian Blank.
6162     (closes: #362641)
6163   * Bump build-depends version of libgl1-mesa-dev to 6.5.x package we have in
6164     experimental currently
6165   * Bump build-depends version of x11proto-gl-dev to 1.4.7 or greater
6167  -- David Nusinow <dnusinow@debian.org>  Tue, 22 Aug 2006 00:57:31 +0000
6169 xorg-server (1:1.1.1-2) experimental; urgency=low
6171   [ Drew Parsons ]
6172   * Updated mesa-swx11-source build-depends to (>> 6.5.0), required
6173     for xserver 1.1.1. (closes: #383334)
6175   [ David Nusinow ]
6176   * Enable and ship xephyr
6177   * Hack off the 'x' manpage suffix
6178   * Install Xnest manpage
6179   * Bump policy version to 3.7.2.0. No changes necessary.
6181  -- David Nusinow <dnusinow@debian.org>  Wed, 16 Aug 2006 21:14:44 +0000
6183 xorg-server (1:1.1.1-1) experimental; urgency=low
6185   [ David Nusinow ]
6186   * New upstream release
6187   * Move patch target call so that we don't try and build twice
6188   * Remove obsolete 15_security_allocate_local.diff and
6189     16_SECURITY_setuid.diff
6190   * Add 15_symlink_mesa.diff
6192  -- David Nusinow <dnusinow@debian.org>  Sun,  6 Aug 2006 16:12:25 +0000
6194 xorg-server (2:1.0.2-10) unstable; urgency=low
6196   * Upload to unstable to fixed messed up last upload which was supposed to go
6197     to experimental. Brown bag o' joy.
6199  -- David Nusinow <dnusinow@debian.org>  Tue, 22 Aug 2006 19:31:08 +0000
6201 xorg-server (1:1.1.1-0ubuntu14) feisty; urgency=low
6203   * Add 'debian/patches/38_Fix-pDRIPriv_NULL_deref.patch': NULL-init DRI
6204     screen private data, thanks to Tormod Volden (LP: #60288).
6206  -- Kees Cook <kees@ubuntu.com>  Sat, 10 Feb 2007 20:27:44 -0800
6208 xorg-server (1:1.1.1-0ubuntu13) feisty; urgency=low
6210   * 19_revert_xkb_change_breaking_XkbGetKeyboard.patch:
6211     - patch from fedora (with extra Makefile.in change), revert change that
6212       broke XkbGetKeyboard() (Ubuntu: #58083)
6213   * 37_Fix-__glXDRIbindTexImage-for-32-bpp-on-big-endian-platforms.diff:
6214     - upstream patch copied from the Debian package, fix blue screen with
6215       compiz on ppc (Ubuntu: #58373)
6217  -- Sebastien Bacher <seb128@canonical.com>  Fri, 12 Jan 2007 12:17:28 +0100
6219 xorg-server (1:1.1.1-0ubuntu12.1) edgy-security; urgency=low
6221   * SECURITY UPDATE: Arbitrary code execution with root privileges via heap
6222     overflows in DBE and Render extensions.
6223   * Add 'debian/patches/021_ubuntu_dbe-render_overflows.diff' from
6224     upstream
6225   * References
6226     CVE-2006-6101 CVE-2006-6102 CVE-2006-6103
6228  -- Kees Cook <kees@ubuntu.com>  Mon,  8 Jan 2007 12:45:41 -0800
6230 xorg-server (1:1.1.1-0ubuntu12) edgy; urgency=low
6232   * debian/patches/17_no_composite_for_xvfb.patch:
6233     - fix a crasher by not using composite for Xvfb when using -render
6234   * debian/patches/18_no_composite_for_xvfb_run.patch:
6235     - use "-extension Composite" to fix xvfb-run crashing
6237  -- Sebastien Bacher <seb128@canonical.com>  Fri, 13 Oct 2006 17:12:49 +0200
6239 xorg-server (1:1.1.1-0ubuntu11) edgy; urgency=low
6241   * debian/patches/16_only_switch_vt_when_active.patch:
6242     Add a check to prevent the X server from changing the VT when killing
6243     GDM from the console.
6245  -- Ryan Lortie <desrt@ubuntu.com>  Thu, 21 Sep 2006 01:26:35 -0400
6247 xorg-server (1:1.1.1-0ubuntu10) edgy; urgency=low
6249   * Build xserver-xephyr from xorg-server package.  Malone: #57077, #57084
6251  -- Tollef Fog Heen <tfheen@ubuntu.com>  Wed,  6 Sep 2006 12:57:32 +0200
6253 xorg-server (1:1.1.1-0ubuntu9) edgy; urgency=low
6255   * Enable composite extension by default
6256   * Add patch from fd.o bugzilla #7916 to avoid aiglx hangs on vt
6257     switches
6259  -- Matthew Garrett <mjg59@srcf.ucam.org>  Sat, 26 Aug 2006 03:20:31 +0100
6261 xorg-server (1:1.1.1-0ubuntu8) edgy; urgency=low
6263   * Steal patch from Fedora to allow compiz to trigger the disabling of
6264    XAA off-screen pixmaps
6266  -- Matthew Garrett <mjg59@srcf.ucam.org>  Wed, 23 Aug 2006 21:26:08 +0100
6268 xorg-server (1:1.1.1-0ubuntu7) edgy; urgency=low
6270   * (temporarily) Removed Breaks: section from xserver-xorg-core (necessary
6271     until apt-get properly supports this feature)
6272   * Tightened Build-Depends: mesa-swx11-source to >=
6273     6.5.0.git.20060810-0ubuntu1
6274   * Tightened Build-Depends of libgl1-mesa-dev to >=
6275     6.5.0.git.20060810-0ubuntu1
6277  -- Rodrigo Parra Novo <rodarvus@ubuntu.com>  Tue, 15 Aug 2006 07:26:07 -0300
6279 xorg-server (1:1.1.1-0ubuntu6) edgy; urgency=low
6281   * Tightened Build-Depends of mesa-swx11-source to version 6.5.0.git.20060809
6282   * Removed patch 003_fedora_root_window_black_pattern.patch (not necessary
6283     for Ubuntu)
6285  -- Rodrigo Parra Novo <rodarvus@ubuntu.com>  Fri, 11 Aug 2006 11:41:29 -0300
6287 xorg-server (1:1.1.1-0ubuntu5) edgy; urgency=low
6289   * Renamed 003_ubuntu_sharevts_load_cpu.patch to
6290     002_ubuntu_sharevts_load_cpu.patch
6291   * Added 003_fedora_root_window_black_pattern.patch (black background
6292     pattern instead of default X background pattern. Feel free to revert if
6293     you feel strongly against this one)
6294   * Added 005_fdo4320_composite_fastpath.patch and
6295     016_fdo7482_xdmx_render_fix.patch (upstream bug fixes, bug numbers
6296     annotated on patch names)
6297   * Added 004_fedora_init_origins_fix.patch (multihead initialization)
6298   * Added 006_ubuntu_fpic_libxf86config.patch
6299   * Added 007_fedora_dont_backfill_bg_none.patch
6300   * Added 008_fedora_gl_include_inferiors.patch,
6301     009_fedora_mesa_copy_sub_buffer.patch,
6302     010_fedora_no_move_damage.patch,
6303     012_fedora_tfp_damage.patch and
6304     014_fedora_no_composite_in_xnest.patch (further aiglx support)
6305   * 011_fedora_pci_scan_fixes.patch (pci scan fixes - testing is needed to
6306     check if an extra upstream patch for pci domains is also necessary)
6307   * Added 015_fedora_sane_default_mode.patch (tweak default mode - please feel
6308     free to revert this patch if you feel strongly against it)
6309   * Added 017_fedora_add_missing_headers_to_sdk.patch
6310   * Added 018_ubuntu_linux_kernel_include_fixes.patch and
6311     013_ubuntu_symlink_mesa_source.patch (build fixes against current
6312     linux-kernel-modules * mesa-swx11-source - these already existed before,
6313     but were applied directly to the source tree, instead of being quilt
6314     patches)
6315   * Just for reference: debian patch #02 is candidate for removal on next
6316     upload. I'll refrain from removing it now to diminish the chances of this
6317     being a breaks-for-everyone release
6318   * Moved SecurityPolicy example from /usr/share/doc/examples/ to
6319     /usr/share/doc/xserver-xorg-core/
6321  -- Rodrigo Parra Novo <rodarvus@ubuntu.com>  Mon,  7 Aug 2006 17:21:05 -0300
6323 xorg-server (1:1.1.1-0ubuntu4) edgy; urgency=low
6325   * Added new Breaks: section to xorg-server-core:
6326       xserver-xorg-driver-all, xserver-xorg-driver-apm,
6327       xserver-xorg-driver-ark, xserver-xorg-driver-ati,
6328       xserver-xorg-driver-chips, xserver-xorg-driver-cirrus,
6329       xserver-xorg-driver-cyrix, xserver-xorg-driver-dummy,
6330       xserver-xorg-driver-fbdev, xserver-xorg-driver-glint,
6331       xserver-xorg-driver-i128, xserver-xorg-driver-i740,
6332       xserver-xorg-driver-i810, xserver-xorg-driver-imstt,
6333       xserver-xorg-driver-mga, xserver-xorg-driver-neomagic,
6334       xserver-xorg-driver-newport, xserver-xorg-driver-nsc,
6335       xserver-xorg-driver-nv, xserver-xorg-driver-rendition,
6336       xserver-xorg-driver-s3, xserver-xorg-driver-s3virge,
6337       xserver-xorg-driver-savage, xserver-xorg-driver-siliconmotion,
6338       xserver-xorg-driver-sis, xserver-xorg-driver-sisusb,
6339       xserver-xorg-driver-tdfx, xserver-xorg-driver-tga,
6340       xserver-xorg-driver-trident, xserver-xorg-driver-tseng,
6341       xserver-xorg-driver-v4l, xserver-xorg-driver-vesa,
6342       xserver-xorg-driver-vga, xserver-xorg-driver-via,
6343       xserver-xorg-driver-vmware, xserver-xorg-driver-voodoo,
6344       xserver-xorg-video-all (<< 7.0.22ubuntu7),
6345       xserver-xorg-video-apm (<< 1:1.1.1-0ubuntu1),
6346       xserver-xorg-video-ark (<< 1:0.6.0-0ubuntu1),
6347       xserver-xorg-video-ati (<< 1:6.6.1-0ubuntu1),
6348       xserver-xorg-video-chips (<< 1:1.1.1-0ubuntu1),
6349       xserver-xorg-video-cirrus (<< 1:1.1.0-0ubuntu1),
6350       xserver-xorg-video-cyrix (<< 1:1.1.0-0ubuntu1),
6351       xserver-xorg-video-dummy (<< 1:0.2.0-0ubuntu1),
6352       xserver-xorg-video-fbdev (<< 1:0.3.0-0ubuntu1),
6353       xserver-xorg-video-glint (<< 1:1.1.1-0ubuntu1),
6354       xserver-xorg-video-i128 (<< 1:1.2.0-0ubuntu1),
6355       xserver-xorg-video-i740 (<< 1:1.1.0-0ubuntu1),
6356       xserver-xorg-video-i810 (<< 1:1.6.1-0ubuntu1),
6357       xserver-xorg-video-imstt (<< 1:1.1.0-0ubuntu1),
6358       xserver-xorg-video-mga (<< 1:1.4.1-0ubuntu1),
6359       xserver-xorg-video-neomagic (<< 1:1.1.1-0ubuntu1),
6360       xserver-xorg-video-newport (<< 1:0.2.0-0ubuntu1),
6361       xserver-xorg-video-nsc (<< 1:2.8.1-0ubuntu1),
6362       xserver-xorg-video-nv (<< 1:1.2.0-0ubuntu1),
6363       xserver-xorg-video-rendition (<< 1:4.1.0-0ubuntu1),
6364       xserver-xorg-video-s3 (<< 1:0.4.1-0ubuntu1),
6365       xserver-xorg-video-s3virge (<< 1:1.9.1-0ubuntu1),
6366       xserver-xorg-video-savage (<< 1:2.1.1-0ubuntu1),
6367       xserver-xorg-video-siliconmotion (<< 1:1.4.1-0ubuntu1),
6368       xserver-xorg-video-sis (<< 1:0.9.1-0ubuntu1),
6369       xserver-xorg-video-sisusb (<< 1:0.8.1-0ubuntu1),
6370       xserver-xorg-video-tdfx (<< 1:1.2.1-0ubuntu1),
6371       xserver-xorg-video-tga (<< 1:1.1.0-0ubuntu1),
6372       xserver-xorg-video-trident (<< 1:1.2.1-0ubuntu1),
6373       xserver-xorg-video-tseng (<< 1:1.1.0-0ubuntu1),
6374       xserver-xorg-video-v4l (<< 1:0.1.1-0ubuntu1),
6375       xserver-xorg-video-vesa (<< 1:1.2.1-0ubuntu1),
6376       xserver-xorg-video-vga (<< 1:4.1.0-0ubuntu1),
6377       xserver-xorg-video-via (<< 1:0.2.1-0ubuntu1),
6378       xserver-xorg-video-vmware (<< 1:10.13.0-0ubuntu1),
6379       xserver-xorg-video-voodoo (<< 1:1.1.0-oubuntu1)
6381  -- Rodrigo Parra Novo <rodarvus@ubuntu.com>  Tue,  1 Aug 2006 22:59:55 -0300
6383 xorg-server (1:1.1.1-0ubuntu3) edgy; urgency=low
6385   * Build with -fno-stack-protector (see LP#54650)
6387  -- Matt Zimmerman <mdz@ubuntu.com>  Mon, 31 Jul 2006 16:28:59 -0700
6389 xorg-server (1:1.1.1-0ubuntu2) edgy; urgency=low
6391   * (sparc only) removed stale inclusion of asm/kbio.h on
6392     hw/xfree86/os-support/linux/lnx_io.c and
6393     hw/xfree86/os-support/linux/lnx_kbd.c
6394   * Update debian/serverabiver to 1:1.1.1
6396  -- Rodrigo Parra Novo <rodarvus@ubuntu.com>  Mon, 31 Jul 2006 12:53:22 -0300
6398 xorg-server (1:1.1.1-0ubuntu1) edgy; urgency=low
6400   * New Upstream version
6401   * Changed Build-Depends from mesa-swrast-source to mesa-swx11-source,
6402     following Debian package nomenclature
6403   * Re-did 12_security_policy_in_etc.diff for 1.1.1
6404   * Dropped 15_security_allocate_local.diff (applied upstream)
6405   * Dropped 16_SECURITY_setuid.diff (applied upstream)
6406   * Dropped 000_ubuntu_fix_read_kernel_mapping.patch (applied upstream)
6407   * Dropped 002_ubuntu_fix_for_certain_intel_chipsets.patch (applied upstream)
6408   * Updated versioned Build-Depends on mesa-swx11-source to version
6409     6.5.0.cvs.20060725-0ubuntu1
6410   * Added arrayobj.c, arrayobj.h, bitset.h & rbadaptors.h to
6411     GL/symlink-mesa.sh (linked from mesa-swx11-source)
6412   * Added arrayobj.c to default build target on GL/mesa/main
6414  -- Rodrigo Parra Novo <rodarvus@ubuntu.com>  Tue, 25 Jul 2006 20:06:28 -0300
6416 xorg-server (2:1.0.2-10) unstable; urgency=low
6418   * Upload to unstable to fixed messed up last upload which was supposed to go
6419     to experimental. Brown bag o' joy.
6421  -- David Nusinow <dnusinow@debian.org>  Tue, 22 Aug 2006 19:31:08 +0000
6423 xorg-server (1:1.0.2-9) UNRELEASED; urgency=high
6425   [ Denis Barbier ]
6426   * Fix 13_debian_add_xkbpath_env_variable.diff, XKBPATH environment
6427     variable was not always taken into account.
6429   [ David Nusinow ]
6430   * Remove two Ubuntu packaging holdovers. Have xvfb recommend xbase-clients
6431     rather than xauth, and have xserver-xorg-core recommend xkb-data rather
6432     than xkeyboard-config. Thanks Sterling MacNay.
6433   * Security update. Fix for setuid privledge escalation vulernabilities.
6434     See http://lists.freedesktop.org/archives/xorg/2006-June/016146.html for
6435     the full advisory.
6437   [ Jurij Smakov ]
6438   * Stop including the non-existent asm/kbio.h header file in
6439     hw/xfree86/os-support/linux/lnx_{io,kbd}.c to avoid the build failure
6440     on sparc.
6442  -- David Nusinow <dnusinow@debian.org>  Sat,  1 Jul 2006 17:20:45 -0400
6444 xorg-server (1:1.0.2-8) unstable; urgency=low
6446   * Move xserverrc back to xbase-clients. Thanks Benjamin Mesing.
6447   * Add 15_security_allocate_local.diff. This fixes Bug fd.o bug #6642.
6448     Fix buffer overflow in Render.  (CVE 2006-1526). Patch by Eric Anholt.
6450  -- David Nusinow <dnusinow@debian.org>  Tue,  2 May 2006 21:47:17 -0400
6452 xorg-server (1:1.0.2-7) unstable; urgency=low
6454   * Ship xserverrc again in /etc/X11/xinit. Thanks Bastian Kleineidam and
6455     Vasilis Vasaitis. (closes: #357713)
6457  -- David Nusinow <dnusinow@debian.org>  Wed, 26 Apr 2006 00:01:16 -0400
6459 xorg-server (1:1.0.2-6) unstable; urgency=low
6461   [ David Nusinow ]
6462   * Use -DNO_INLINE on s390. Thanks Bastian Blank and Julien Cristau.
6463     (closes: #362641)
6464   * Re-add xvfb-run and manpage to xvfb package. Thanks Josselin Mouette and
6465     Jamie Wilkinson. (closes: #363494)
6466   * Add 014_debian_always_look_in_our_module_path.diff. This will cause the
6467     server to always look in the default module path even if they've specified
6468     an alternate path in their xorg.conf file via the ModulePath option. A
6469     note to users: you should remove this part of your xorg.conf unless you
6470     need it, as the server will look in the right place for modules if you
6471     don't specify a location.
6472   * Run dh_install with --list-missing
6473   * Add missing manpages all around. Thanks Roland Mas and Jan Hudec.
6474     (closes: #362489, #364199)
6475   * Actually install apps to xdmx-tools. Thanks Xavier Bestel.
6476     (closes: #356813)
6478   [ Denis Barbier ]
6479   * Add 13_debian_add_xkbpath_env_variable.diff so that the server takes
6480     the XKBPATH environment variable into account. (closes: #363229)
6482  -- David Nusinow <dnusinow@debian.org>  Sat, 22 Apr 2006 17:06:23 -0400
6484 xorg-server (1:1.0.2-5) unstable; urgency=low
6486   * Add 11_debian_always_use_default_font_path.diff from Eugene Konev. This
6487     patch causes the server to add the default font path to whatever the user
6488     has specified. Right now, that's /usr/share/fonts/X11, as defined on
6489     configure in debian/rules. Thanks Eugene, this will definitely go a long
6490     way.
6491   * Document how to get rid of error loading glcore (and other modules) in
6492     NEWS.Debian. Thanks Matej Vela and others.
6493   * Provide the virtual 'xserver' package. Thanks Steve Langasek and Daniel
6494     Stone. (closes: #362750)
6495   * Add 12_security_policy_in_etc.diff from Eugene Konev. This will allow us
6496     to tell the server on configure to look in /etc/X11/xserver for the
6497     SecurityPolicy file. Thanks Joey Hess and Eugene. (closes: #362246)
6499  -- David Nusinow <dnusinow@debian.org>  Mon, 17 Apr 2006 00:34:08 -0400
6501 xorg-server (1:1.0.2-4) unstable; urgency=low
6503   * Document the need to update paths in xserver-xorg-core's NEWS file.
6504     (closes: #362077, #362244, #362431)
6505   * Make xserver-xorg-core Architecture: any. (closes: #362150)
6506   * Build with --with-fontdir=/usr/share/fonts/X11. Remove
6507     --with-default-font-path option to make this work. Thanks Eugene Konev.
6509  -- David Nusinow <dnusinow@debian.org>  Thu, 13 Apr 2006 23:54:06 -0400
6511 xorg-server (1:1.0.2-3) unstable; urgency=low
6513   * Add build-conflicts on xlibs-static-dev. Thanks Zephaniah E. Hull.
6515  -- David Nusinow <dnusinow@debian.org>  Tue, 11 Apr 2006 18:44:51 -0400
6517 xorg-server (1:1.0.2-2) unstable; urgency=low
6519   * Upload to unstable
6520   * Add versioned build-dep on libdmx-dev. Thanks Frank Lichtenheld.
6521     (closes: #361752)
6523  -- David Nusinow <dnusinow@debian.org>  Mon, 10 Apr 2006 19:34:04 -0400
6525 xorg-server (1:1.0.2-1) experimental; urgency=low
6527   [ David Nusinow ]
6528   * New upstream release. Fixes CVE-2006-0745
6530   [ Denis Barbier ]
6531   * Set XKB base path to /usr/share/X11/xkb.
6533  -- David Nusinow <dnusinow@debian.org>  Mon, 20 Mar 2006 21:41:04 -0500
6535 xorg-server (1:1.0.2-0ubuntu10) dapper; urgency=low
6537   * Backport a fix for Intel bridge handling:
6538   debian/patches/002_fix_for_certain_intel_chipsets.patch
6539   (Closes Ubuntu: #29880)
6541  -- Paul Sladen <ubuntu@paul.sladen.org>  Sun, 14 May 2006 19:01:32 +0100
6543 xorg-server (1:1.0.2-0ubuntu9) dapper; urgency=low
6545   * Add 1680x1050 60 and 85Hz Modelines. Thanks to Bart Verwilst for the data.
6546   (Closes Ubuntu: #6096)
6548  -- Fabio M. Di Nitto <fabbione@ubuntu.com>  Fri, 05 May 2006 12:38:22 +0200
6550 xorg-server (1:1.0.2-0ubuntu8) dapper; urgency=low
6552   * Fix "XCB rendertest crashes server":
6553     - Add patch 001-CVE-2006-1526.patch.dpatch.
6554   (CVE-2006-1526)
6556  -- Fabio M. Di Nitto <fabbione@ubuntu.com>  Wed, 03 May 2006 09:01:09 +0200
6558 xorg-server (1:1.0.2-0ubuntu7) dapper; urgency=low
6560   * Ship again xorg.conf(5)
6561   (Closes Ubuntu: #33703)
6563  -- Fabio M. Di Nitto <fabbione@ubuntu.com>  Mon, 01 May 2006 13:37:40 +0200
6565 xorg-server (1:1.0.2-0ubuntu6) dapper; urgency=low
6567   * Fix severe internal memory corruption:
6568     - Add patch: 000-fix-read-kernel-mapping.patch.dpatch.
6569     (freedesktop bugzilla: #6472)
6571  -- Fabio M. Di Nitto <fabbione@ubuntu.com>  Fri, 21 Apr 2006 08:07:33 +0200
6573 xorg-server (1:1.0.2-0ubuntu5) dapper; urgency=low
6575   * Fix CPU load when using -sharevts:
6576     - Add patch: 991_sharevts-load-cpu.patch
6577     (Thanks for the initial patch to Michael Witrant)
6578     (Closes Ubuntu: #33611)
6580  -- Fabio M. Di Nitto <fabbione@ubuntu.com>  Mon, 10 Apr 2006 13:30:26 +0200
6582 xorg-server (1:1.0.2-0ubuntu4) dapper; urgency=low
6584   * Fix SecurityPolicy path to /etc/X11/xserver/SecurityPolicy
6585     and ship an example. NOTE: this file is NOT installed by default,
6586     the WARNING you see in Xorg.0.log is an harmless WARNING.
6587     Add patch: 990_ubuntu_fix_security_policy_path.patch.
6588     (Close Ubuntu: #31608)
6590   * Readd manpages to the different packages.
6592   * Ship again ioport, gtf, pcitweak and scanpci.
6593     (Closes Ubuntu: #37720)
6595  -- Fabio M. Di Nitto <fabbione@ubuntu.com>  Tue, 04 Apr 2006 16:33:00 +0200
6597 xorg-server (1:1.0.2-0ubuntu3) dapper; urgency=low
6599   * What about shipping xorg-server.m4 to make developer life easier?
6601  -- Fabio M. Di Nitto <fabbione@ubuntu.com>  Thu, 23 Mar 2006 10:32:55 +0100
6603 xorg-server (1:1.0.2-0ubuntu2) dapper; urgency=low
6605   * xserver-xorg-dev Depends: x11proto-randr-dev.
6606   (Closes Ubuntu: #35594)
6608  -- Fabio M. Di Nitto <fabbione@ubuntu.com>  Wed, 22 Mar 2006 08:09:46 +0100
6610 xorg-server (1:1.0.2-0ubuntu1) dapper; urgency=low
6612   * New upstream release:
6613     - Drop patches:
6614       + CVE-2006-0745
6615       + add-missing-sparc-include
6616       + fix-backtrace
6617       + fix-crash-on-null-addr
6619   * UVF execption granted by mdz.
6621  -- Fabio M. Di Nitto <fabbione@ubuntu.com>  Tue, 21 Mar 2006 05:39:01 +0100
6623 xorg-server (1:1.0.1-2) experimental; urgency=low
6625   [ David Nusinow ]
6626   * Add versioned dependency on x11-common
6627   * Remove old cruft in our patches directory
6628   * Port patches from trunk
6629     + 030_libvgahw_gcc4_volatile_fix.diff
6630     + general/026_xc_programs_manpage_overhaul.diff
6631     + arm/303_arm_cache_flush.diff
6632     + arm/315_arm_is_not_x86_and_has_no_vga.diff
6633     + general/099e_xorgconf_manpage_overhaul.diff
6634     + s390/500_s390_support.diff
6635     + debian/910_debian_Xserver_RTFF.diff
6636   * add 04_read_rom_in_chunks.diff. This reads PCI ROM in large chunks rather
6637     than one byte at a time. This patch by Alex Williamson and forwarded to us
6638     by Dann Frazier. Thanks to both of them. (closes: #353168)
6639   * Don't build xserver-xorg-core on s390. This means putting all the other
6640     arches as being explicitly listed. Damn !s390.
6641   * Version the conflict with xserver-xfree86 to allow for the transition
6642     package to be installed
6643   * Remove README.DRI, as it is non-free. Add it to prune list.
6644   * Add 10_dont_look_in_home_for_config.diff to prevent looking in a user's
6645     home directory for xorg.conf. Thanks Daniel Stone for the patch.
6647  -- David Nusinow <dnusinow@debian.org>  Sun, 12 Mar 2006 16:18:13 -0500
6649 xorg-server (1:1.0.1-1) experimental; urgency=low
6651   * First upload to Debian
6652   * Add bison and flex to the build-depends
6653   * Define INSTALL in debian/rules
6654   * Add xserver-xorg-core dependency xserver-xorg-video-all |
6655     xserver-xorg-video. The former is a metapackage that depends on all the
6656     video drivers we ship and the latter is a virtual package that each video
6657     driver provides. This scheme will install the metapackage by default but
6658     will permit any single video driver to satsify the dependency. Do the same
6659     thing for the input drivers.
6660   * switch dpatch build-dependency to quilt
6661   * Deal with mesa packaging rename: build-dep on mesa-swrast-source ->
6662     mesa-swx11-source
6663   * Change xserver-core depends to be on x11-common rather than xorg-common
6664   * Have xserver-xorg-dev install the files in /usr/share/aclocal so we get
6665     xorg-server.m4
6666   * Manually set permissions on serverabiver installation
6667   * Set the default font path to /usr/share/fonts/X11 instead of
6668     /usr/share/X11/fonts. Thanks Eugene Konev.
6670  -- David Nusinow <dnusinow@debian.org>  Mon, 20 Feb 2006 00:18:45 -0500
6672 xorg-server (1:1.0.1-0ubuntu8) dapper; urgency=low
6674   * [SECURITY] Fix CVE-2006-0745.
6676  -- Fabio M. Di Nitto <fabbione@ubuntu.com>  Tue, 21 Mar 2006 05:33:50 +0100
6678 xorg-server (1:1.0.1-0ubuntu7) dapper; urgency=low
6680   * debian/control:
6681     - xvfb Depends on xfonts-base too, fix pointed by fabbione
6683  -- Sebastien Bacher <seb128@canonical.com>  Fri,  3 Mar 2006 22:21:56 +0100
6685 xorg-server (1:1.0.1-0ubuntu5) dapper; urgency=low
6687   * Add missing include on sparc. Fix FTBFS.
6689  -- Fabio M. Di Nitto <fabbione@ubuntu.com>  Wed, 01 Feb 2006 13:45:41 +0100
6691 xorg-server (1:1.0.1-0ubuntu4) dapper; urgency=low
6693   * Backport from upstream HEAD at Daniel's request:
6694     - Add forgotten HAVE_BACKTRACE define, so that we actually get
6695       backtraces when Xorg segfaults.
6697  -- Colin Watson <cjwatson@ubuntu.com>  Fri, 27 Jan 2006 13:47:56 +0000
6699 xorg-server (1:1.0.1-0ubuntu3) dapper; urgency=low
6701   * Depend on x11-common rather than xorg-common and xserver-common
6703  -- Tollef Fog Heen <tfheen@ubuntu.com>  Wed, 18 Jan 2006 17:13:12 +0100
6705 xorg-server (1:1.0.1-0ubuntu2) dapper; urgency=low
6707   * Add flex to build-deps, fixing FTBFS.
6709  -- Tollef Fog Heen <tfheen@ubuntu.com>  Wed, 18 Jan 2006 12:34:03 +0100
6711 xorg-server (1:1.0.1-0ubuntu1) dapper; urgency=low
6713   * New upstream release.
6715  -- Daniel Stone <daniel.stone@ubuntu.com>  Fri,  6 Jan 2006 08:00:52 +1100
6717 xorg-server (1:1.0.0-0ubuntu1) dapper; urgency=low
6719   * New upstream release.
6720     + fbCompositeGeneral is now around 97.3% less stuffed (closes:
6721       Ubuntu#20286).
6722     + 'Fix' mouse issues in the DIX by adding XFree86Server defines (sigh;
6723       closes: Ubuntu#20200).
6724     + Fix Emulate3Buttons mouse posting (closes: Ubuntu#11308).
6725   * Bump Build-Depends on libxt-dev (appdefaultdir), libdrm-dev (libdrm2), and
6726     mesa-swrast-source (new files).
6727   * Add --with-fontdir and scotch --with-default-font-path to fix font paths
6728     for non-Xorg servers (closes: Ubuntu#20157).
6729   * Fix path to SecurityPolicy and RGB_DB.
6730   * Move update-linux-hardened-support call to xserver-xorg-core postinst
6731     (from xserver-xorg postinst).
6732   * Add patch to os/access.c so we don't crash on a null-addressed interface
6733     (closes: Ubuntu#20414).
6735  -- Daniel Stone <daniel.stone@ubuntu.com>  Tue, 13 Dec 2005 07:27:13 +1100
6737 xorg-server (1:0.99.3-0ubuntu6) dapper; urgency=low
6739   * Fix xserver-xorg-dev Depends field to only depend on the headers this
6740     this package actually uses.
6741   * Re-add xvfb-run to xfvb (closes: Ubuntu#20157).
6743  -- Daniel Stone <daniel.stone@ubuntu.com>  Mon,  5 Dec 2005 15:04:14 +1100
6745 xorg-server (1:0.99.3-0ubuntu5) dapper; urgency=low
6747   * Add -ffunction-sections where needed
6748   * Depend: xserver-common: needed for dexconf and /usr/X11R6/bin/X
6750  -- LaMont Jones <lamont@ubuntu.com>  Sat, 26 Nov 2005 05:15:36 +0000
6752 xorg-server (1:0.99.3-0ubuntu4) dapper; urgency=low
6754   * Add two more dependencies to build the other half of the video drivers:
6755     - x11proto-xext-dev, x11proto-video-dev
6757  -- Adam Conrad <adconrad@ubuntu.com>  Fri, 25 Nov 2005 02:36:44 +1100
6759 xorg-server (1:0.99.3-0ubuntu3) dapper; urgency=low
6761   * Add a few dependencies to xorg-server-dev as the path of least resistance
6762     to get all the various input and video drivers to build again:
6763     - For the video drivers: x11proto-randr-dev, x11proto-render-dev,
6764       x11proto-fonts-dev, x11proto-xf86dri-dev, libdrm-dev
6765     - For the input drivers: x11proto-core-dev, x11proto-input-dev,
6766       x11proto-randr-dev (why do input drivers want randr?)
6768  -- Adam Conrad <adconrad@ubuntu.com>  Thu, 24 Nov 2005 18:51:25 +1100
6770 xorg-server (1:0.99.3-0ubuntu2) dapper; urgency=low
6772   * Add missing libfreetype6-dev build-depends.
6774  -- Daniel Stone <daniel.stone@ubuntu.com>  Thu, 24 Nov 2005 10:26:44 +1100
6776 xorg-server (1:0.99.3-0ubuntu1) dapper; urgency=low
6778   * New upstream release.
6780  -- Daniel Stone <daniel.stone@ubuntu.com>  Mon, 21 Nov 2005 14:13:41 +1100
6782 xorg-server (1:0.99.2+cvs.20051025-3) dapper; urgency=low
6784   * Version mesa-swrast-source Build-Dep to 6.4.0 or higher, so GLcore is a
6785     little less crash-happy (e.g. when moving your glxgears window).
6786   * Export /usr/share/xserver-xorg/serverabiver to xserver-xorg-dev, which
6787     describes the relationship needed from a driver on xserver-xorg-core.
6789  -- Daniel Stone <daniel.stone@ubuntu.com>  Fri, 28 Oct 2005 13:00:26 +1000
6791 xorg-server (1:0.99.2+cvs.20051025-2) dapper; urgency=low
6793   * Add Build-Deps on libxaw7-dev, libxmu-dev, libxt-dev, libxpm-dev,
6794     libx11-dev, libxtst-dev, and libxres-dev for DMX utils.
6796  -- Daniel Stone <daniel.stone@ubuntu.com>  Wed, 26 Oct 2005 14:34:40 +1000
6798 xorg-server (1:0.99.2+cvs.20051025-1) dapper; urgency=low
6800   * Update to new upstream version.
6801   * All applicable patches have been committed upstream, bar #989 and #990.
6803  -- Daniel Stone <daniel.stone@ubuntu.com>  Thu, 20 Oct 2005 10:26:33 +1000
6805 xorg-server (1:0.99.0+cvs.20050901-1) breezy; urgency=low
6807   * First xorg-server release.
6809  -- Daniel Stone <daniel.stone@ubuntu.com>  Wed,  6 Jul 2005 15:48:17 +1000