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