Skip to content

Debian Changelog xfree86 (4.3.0.dfsg.1-14sarge7)

2008

xfree86 (4.3.0.dfsg.1-14sarge7) oldstable-security; urgency=high

   * Fix regression introduced in -14sarge6 by the MIT-SHM security patch
     (closes: #461410).

 -- Julien Cristau <jcristau@debian.org>  Sat, 19 Jan 2008 19:28:39 +0100

xfree86 (4.3.0.dfsg.1-14sarge6) oldstable-security; urgency=high

   * Security update, fixes the following vulnerabilities:
     + CVE-2007-6427: XInput Extension Memory Corruption (fd.o bug#13522)
     + CVE-2007-6428: TOG-CUP Extension Memory Corruption (fd.o bug#13523)
     + CVE-2007-6429: EVI Extension Integer Overflow (fd.o bug#13519),
                      MIT-SHM Extension Integer Overflow (fd.o bug#13520)
     + CVE-2007-5760: XFree86-Misc Extension Invalid Array Index (fd.o bug#13524)
     + CVE-2008-0006: PCF font parser buffer overflow (fd.o bug#13526)
     + CVE-2007-5958: file existence disclosure (fd.o bug#13706)

 -- Julien Cristau <jcristau@debian.org>  Fri, 11 Jan 2008 13:59:33 +0100

2007

xfree86 (4.3.0.dfsg.1-14sarge5) oldstable-security; urgency=high

   * Security upload, fixes several vulnerabilities
     + CVE-2007-4568: integer overflow in the computation of the size of a
       dynamic buffer can lead to a heap overflow in the build_range()
       function. Also, an arbitrary number of bytes on the heap can be swapped
       by the swap_char2b() function.
     + CVE-2007-3103: race condition in xfs init script

 -- root <jcristau@debian.org>  Fri, 5 Oct 2007 22:07:54 +0000

xfree86 (4.3.0.dfsg.1-14sarge4) oldstable-security; urgency=high

   * Security upload, fixes several vulnerabilities:
     + CVE-2007-1351, CVE-2007-1352: integer overflows in the BDF font and
       fonts.dir parsing components of libXfont;
     + CVE-2007-1667: integer overflows in the XGetPixel() and XInitImage()
       functions in libX11 (closes: #414046);
     + CVE-2007-1003: integer overflow in the ProcXCMiscGetXIDList() function
       in the XC-MISC extension in the X server.

 -- Julien Cristau <jcristau@debian.org>  Wed, 4 Apr 2007 14:47:14 +0200

xfree86 (4.3.0.dfsg.1-14sarge3) stable-security; urgency=high

   * Non-maintainer update by the Security Team:
     Fixes several vulnerabilities reported by iDefense
     (CVE-2006-6101, CVE-2006-6102, CVE-2006-6103)

 -- Moritz Muehlenhoff <jmm@debian.org>  Sun, 7 Jan 2007 13:31:35 +0000

2006

xfree86 (4.3.0.dfsg.1-14sarge2) stable-security; urgency=high

   * Security update release.  Resolves the following issues:
     + CVE-2006-3467: integer overflow in FreeType before 2.2 allows remote
       attackers to cause a denial of service (crash) and possibly execute
       arbitrary code via unknown vectors.
     + CVE-2006-3739: Integer overflow in CIDADM font handling allows
       code injection.
     + CVE-2006-3740: Integer overflow in scan_cidfont font handling allows
       code injection.
     + CVE-2006-4447: Proper setuid() return value check, prevents potential
       privilege escalation.
     + freetype buffer overflow (no known exploits).

 -- Frans Pop <fjp@debian.org>  Sun, 1 Oct 2006 10:37:26 +0200

2005

xfree86 (4.3.0.dfsg.1-14sarge1) stable-security; urgency=high

   * Security update release.  Resolves the following issue:
     + CAN-2005-2495: overflows when allocating size for large pixmaps may
       allow attackers to execute arbitrary code; with the patches for
       this issue, pixmap size has been limited to 32767x32767.

 -- Frans Pop <fjp@debian.org>  Sun, 28 Aug 2005 22:35:10 +0200

xfree86 (4.3.0.dfsg.1-14) unstable; urgency=high

   Urgency set to high due to fix for security flaw (see below).
 
   Changes by David Nusinow and Branden Robinson:
 
   * Replace s_popen()-based fix for CAN-2004-0914 with a better fix from
     freedesktop.org xorg CVS.  There were several problems with s_popen(),
     some merely functional, and some themselves security-flawed.  There does
     not appear to be a MITRE CVE candidate ID for this problem.  The only
     differences between the Xpm library code in this package release and that
     in freedesktop.org xorg CVS HEAD as of 2005-05-26 are 1) whitespace
     differences; 2) RCS keyword differences; 3) preprocessor directives to
     support autotoolization of the library; 4) support for pre-ANSI C
     compilers in function declarations; 5) removal of some dead code in
     create.c; and 6) preprocessor-enforced ignorance of PutPixel32() on 64-bit
     systems (whose implementation was already disabled on 64-bit systems).
     (Closes: #308783)
 
   Changes by Branden Robinson:
 
   * Fix grammar error in Spanish debconf template translations (thanks, Steve
     Langasek).  (Closes: #309450)
 
   * Grab fixes from freedesktop.org xorg CVS that make the DPMS extension
     header (dpms.h) and Xpm library header file (xpm.h) usable with C++ code
     by using the _XFUNCPROTO{BEGIN,END} macros instead of nothing at all (in
     the DPMS case) or a literal 'extern "C" {' construct (in the XPM case).
     C++ applications using the DPMS headers were likely to crash; see
     <URL: https://bugs.freedesktop.org/show_bug.cgi?id=830 >.  The DPMS fix
     also adds a header self-inclusion guard to dpms.h.
 
   * Invert sense of tests invoking has_multiplexed_mouse; the comments were
     right, but the logic was exactly backwards.  This should fix warp-speed
     and left-handed configuration mouse device problems introduced (or simply
     not fixed for USB and PS/2 mouse users of Linux 2.6) in -13.  Thanks to
     Steve Langasek for eyeballing the code and catching my thinko.
     (Closes: #311184)

 -- Fabio M. Di Nitto <fabbione@fabbione.net>  Wed, 01 Jun 2005 07:01:50 +0200

xfree86 (4.3.0.dfsg.1-13) unstable; urgency=high

   Urgency set to high due to fix for security flaw CAN-2005-0605 (see below).
 
   Changes by Denis Barbier:
 
   * Update Spanish debconf template translations (thanks, Javier
     Fernández-Sanguino Peña).  (Closes: #298538)
 
   * Revert XLC_LOCALE/zh_TW.UTF-8 to the version shipped in 4.3.0.dfsg.1-6.
     Tetralet explained that Chinese users are likely to have the unifont
     package installed because it is part of Chinese tasks, and this font
     covers all needed glyphs.  With this font, having ISO10646 listed first
     in this file is harmless, whereas GTK1.2 apps are unreadable when it is
     at the bottom of this file.  (Closes: #296719)
 
   Changes by Branden Robinson:
 
   * Fix CAN-2005-0605: libxpm4's scan.c file may allow attackers to execute
     arbitrary code via a negative bitmap_unit value that leads to a buffer
     overflow.  (Closes: #299272)
 
   * Update FAQ entry "What is the story with XFree86's license?" to clarify
     wording and add a bit of future-proofing, per request from Daniel Stone.
 
   * Update FAQ to remove hyperlinks to the ViewCVS installation on
     necrotic.deadbeast.net, which no longer exists, and replace hyperlinks to
     snapshots of the xfree86 repository with hyperlinks to the Apache-served
     xfree86 repository itself.
 
   * Update FAQ entry "How can I help debug the XFree86 X server?" to include
     instructions on attaching GDB to a running X server process, and advice on
     how to recover the console while the X server is wedged.
 
   * Update FAQ entry "What is the story with XFree86 3.x?" to remove
     CAN-2004-0914 as a potential security threat -- XFree86 3.x did not ship
     the Xpm library, which that advisory covered.
 
   * In lxterm, redirect the standard error output of "locale charmap" to
     /dev/null so that we don't attempt to parse it.  Thanks to Denis Barbier
     for pointing this out.
 
   * Update xfonts-100dpi-transcoded and xfonts-75dpi-transcoded's postinst and
     postrm scripts to stop invoking update-fonts-alias; these packages ship no
     font aliases, and can provoke warnings from that command if their
     non-transcoded counterpart packages are not installed.  Thanks to Gregory
     Colpart for catching this.  (Closes: #287221)
 
   * Stop using non-POSIX "local" keyword in shell-lib.sh.
 
   * Fix xdm's prerm script to remove /etc/X11/default-display-manager if the
     corresponding debconf question has disappeared (meaning that the last
     package which provided that shared template is being removed); this
     enables a clean purge of the /etc/X11 directory (among the xfree86
     packages, at least).
 
   * Add dependencies on xfree86-common to every package that ships files in
     /usr/X11R6 and doesn't already have such a dependency; this ensures that
     the files located there are always locatable via the
     /usr/{bin,include,lib}/X11 symbolic links provided by xfree86-common.
 
   * Enhance xdm's logrotate configuration per Andrew Suffield.
     + Rotate log file weekly.
     + Keep logs around for one year.
     + Compress log files.
     + Delay compression of log files until after they've been rotated.
     (Closes: #285871)
 
   * Make xdm support log rotation properly.
     + Write patch #099x.
       - Implement new ReopenLogFile() and ReopenLogFileNotify() functions.
         ReopenLogFileNotify() is a signal handler for SIGUSR2.
       - Move the definition of the WRITES() macro from error.c to dm_error.h
         so that dm.c can use it as well.
       - Document xdm's signal handling in its manpage.
     + Update xdm's logrotate configuration to add a postrotate script which
       signals xdm with SIGUSR2.
    (Closes: #303688)
 
   * Grab patches by Thomas Winischhofer from freedesktop.org's xorg CVS which
     fix the busted MiscPassMessage() extension implementation in xfree86 which
     1) copies from an invalid memory location, and 2) has memory leaks --
     neither is a good trait in a setuid root program like the X server.
     (Closes: #285807)
 
   * Grab patches by Chisato Yamauchi, David Dawes, and Marc Aurele La France
     from xfree86 CVS (none later than 2004-01-12), to perform bounds checking
     on font metrics and avoid SEGVs in xfs and the X server.  Resync patch
     #099v.  (Closes: #284448)
 
   * Apply patches from Alex Williamson (also in freedesktop.org xorg CVS) to
     make the XFree86 X server's ELF object loader ensure cache coherency on
     IA64.  Resync patch #071.  (Closes: #303461)
 
   * Update dexconf to use a new function, has_multiplexed_mouse(), to check
     the Linux kernel version and only write a "Generic Mouse" InputDevice
     stanza (and reference to it in the ServerLayout section) if the
     "Configured Mouse" is not a device type multiplexed through
     /dev/input/mice.  In Linux 2.4, only /dev/input/mouse* devices were
     treated this way, but now PS/2 and serial mouse devices are as well.  This
     resolves problems with button remapping and doubled mouse events which
     caused "warp speed" mouse motion.  (Closes: #269407)
 
   * Replace mouse configuration code in xserver-xfree86.config.in with a
     function, configure_mouse(), which performs the same functions but adds
     knowledge of many more mouse types and attempts to guess a reasonable
     default mouse device (dependent on architecture and even sub-architecture
     in some cases) in the event detection does not work.  Add copious amounts
     of debugging statements (suppressed by default).  Among other things, this
     adds support for the /dev/adbmouse device node used on Apple Desktop
     Bus-equipped Macintoshes.  (Closes: #293527)
 
   * Fix translation error in Brazilian Portguese debconf template
     translations.  (Thanks, André Luís Lopes!)  (Closes: #308506)
 
   * Add Vietnamese debconf template translations.  (Thanks, Clytie Siddall!)
     (Closes: #308422)

 -- Fabio M. Di Nitto <fabbione@fabbione.net>  Fri, 13 May 2005 11:12:39 +0200

xfree86 (4.3.0.dfsg.1-12) unstable; urgency=medium

   * Urgency set to medium due to fix for release-critical bug #295175
     (xfree86-common fails to purge; see below).
 
   Changes by Branden Robinson:
 
   * Fix xfree86-common and xdm's postrm scripts to shunt update-rc.d's
     standard output to /dev/null; the #DEBHELPER# expando causes the postrm to
     be re-executed with the debconf frontend, which is notorious for mistaking
     anything that appears on standard output as food, and is confused by
     update-rc.d's unconditional chattery spew.  Thanks to Adam Conrad and
     Steve Lanagasek for walking me through the issue on IRC.
     (Closes: #295175)
 
   * Fix missing .HP tag in XGetWindowProperty() (et al.) manpage.  Thanks to
     Tollef Fog Heen for bringing this to my attention.
 
   * Update FAQ entry "How can I help debug 3D acceleration problems?" per
     feedback from Michel Dänzer.

 -- Branden Robinson <branden@debian.org>  Fri, 18 Feb 2005 14:45:15 -0500

xfree86 (4.3.0.dfsg.1-11) unstable; urgency=medium

   * Urgency set to medium due to fix for release-critical bug #286181
     (xvfb-run broken; see below).
 
   Changes by Denis Barbier:
 
   * The loading of srvr_ctrl(xfree86) symbol definitions for Sun keyboards
     was broken and made such keyboards unusable.  (Closes: #286268)
 
   * Make keypad delete key <KPDL> generate KP_Separator, not comma, in
     Brazilian XKB layouts (thanks, Rafael Ávila de Espíndola).  Update patch
     #099z_xkb_level3_ralt_switch.  (Closes: #286667)
 
   * The basic variant of 'us' layout was not displayed by kxkb because its
     'hidden' attribute was wrongly set.  Thanks, Frans Pop!  (Closes: #290935)
 
   Changes by Branden Robinson:
 
   * Overhaul Xnest(1x) manpage.  Among other cleanups:
     + Fix documented syntax of the "-geometry" option's argument.
       (Closes: #282760)
 
   * Drop run_parts() function in Xsession scripts in favor of "run-parts
     --list".  Update Xsession(5) manual page accordingly.  Increment
     xfree86-common's versioned dependency on debianutils from (>= 1.13) to
     (>= 1.16.9).  (Closes: #283764)
 
   * Expand and update uxterm(1x) manual page.
 
   * Implement koi8rxterm, a uxterm-like wrapper for KOI8-R locales.  Ship
     script, manual page, and app-defaults file.  Update MANIFEST files.
     Update xterm's package description and add a Suggests: on xfonts-cyrillic.
     Register koi8rxterm as x-terminal-emulator alternative (priority of 20,
     same as xterm itself).  Deregister koi8rxterm as alternative when the
     package is removed.  (Closes: #173565)
 
   * Implement lxterm, a simple wrapper that chooses whether to launch xterm,
     koi8rxterm, or uxterm based on the output of "locale charmap".  Ship
     script and manual page.  Update MANIFEST files.  Update xterm's package
     description.  Register lxterm as an x-terminal emulator alternative,
     giving it a priority of 30.  Lower uxterm's alternative priority to 20.
     Deregister lxterm as an alternative when the package is removed.
     (Closes: #279252)
 
   * Apply patch from Bjorn Helgaas to fix SEGV in ati/radeon driver that
     occurs when RADEONQueryConnectedDisplays() calls vbeDoEDID() but the
     latter function returns NULL.  Thanks, Bjorn!  (Closes: #284025)
 
   * Tighten the OSMesa library's dependencies on Mesa, because OSMesa depends
     on private _glapi* functions exported only by the Mesa version of the GL
     library.  Add exact versioned dependency of xlibosmesa4 on "xlibmesa-gl (=
     ${Source-Version)", and replace xlibosmesa-dev's dependency on "libgl-dev"
     with "xlibmesa-gl-dev (= ${Source-Version)".  Thanks to Marcelo Magallon
     for pointing this out.  (Closes: #287612)
 
   * Apply Jan Wilhelm Stumpel's fix for the en_US.UTF-8 Compose map in
     4.3.0.dfsg.1-9 to pt_BR.UTF-8 as well.
 
   * Add FAQ entry: How can I set up my X server or X terminal to use XKB
     without any X libraries or XKB data installed?
 
   * Remove broken hyperlink to freedesktop.org in the FAQ.  Thanks to Loïc
     Minier for pointing this out.  (Closes: #285222)
 
   * Update information in the FAQ regarding problems GNU Emacs, XEmacs,
     Openbox, and Sawfish have with XKB's "fake keys".  Retitle entry from "My
     keyboard configuration worked with XFree86 4.2; why is it messed up now?"
     to "My keyboard configuration worked with previous versions of XFree86;
     why is it messed up now?  For example, my Windows keys don't work right in
     Emacs or my window manager anymore."
 
   * Remove spurious quotes from variable expansions of $XVFBARGS and
     $LISTENTCP in xvfb-run.  Thanks to Jeff Lessem for the patch!
     (Closes: #286181)
 
   * Add patch by Timothy Baldwin to evdev support to fix broken backslash
     keys.  (Closes: #266274)
 
   * Fix xserver-xfree86's configure script to not die if Discover 1.x's
     discover command segfaults.  Thanks to Kyle McMartin for reporting this
     problem and testing the fix.  (Closes: #291722)
 
   * Add more cleanups and enchancements to xdm in patch #002:
     + Actually attempt to write data to the auth file in
       SaveServerAuthorizations(); that way we detect problems like ENOSPC
       (full filesystem, user over quota) early enough to do something about
       it.  (Closes: #217505, #253480)
     + Add comments documenting race-based symlink attack prevention
       techniques when creating files.
     + Add more detailed debugging and logging of errors when replacing
       authorization files in SetUserAuthorization() and
       RemoveUserAuthorization().
     + Add RemovePid() function (which removes the pidFile), and register it
       with atexit().  (Closes: #213076)
     + Add more debugging to execute().
     + Use the term "process ID" instead of "process-id".
 
   * Add more clearnups and enhancements to xfs in patch #003b:
     + Add RemovePid() function which removes the process ID file, and register
       it with atexit() so that it is automatically invoked when xfs exits.
     + Refer to "user ID" and "process ID" in diagnostic messages, not "userid"
       and "process-id".
     + Add "FUTURE DIRECTIONS" section to manpage.
     + Perform massive cleanup and reformatting of manpage.
 
   * Update the stillrunning() function in xdm's and xfs's init scripts to
     remove a known-stale /var/run/{xdm,xfs}.pid file if it is present.  Stop
     removing the daemon-not-stopped file, as code removing it is run
     elsewhere.  Stop forcing the script to exit if given the "stop" argument
     and the daemon is assumed to not be running due to no process ID file
     being found (this would cause "restart" to fail to start the daemon in
     this case).  Remove the "daemon-not-stopped" flag file if asked to stop
     the daemon and it either appears to not be running, or was successfully
     stopped.  Update and clarify comments in xdm's and xfs's init scripts.
 
   * Fix typo in German debconf template translations.  Thanks, Georg Neis!
     (Closes: #289508)
 
   * Permit lower pixel clocks (less than 17.75 MHz, but greater than 12 MHz)
     on older (Millenium, Mystique) Matrox cards.  Thanks to Jan Gorski for
     supplying information (updates fix for #261993).
 
   * Fix the tdfx driver to stop failing to explain why some modes are
     rejected.  If TDFXValidMode() would return MODE_BAD, use xf86DrvMsg() to
     document the reason.
 
   * Fix xlsfonts, xprop, xwd, and xwininfo to not bleat a usage message when
     XOpenDisplay() fails.  Being unable to connect to the X server is an
     operational error, not a user-input error.
 
   * Add patch from Manoj Srivastava that implements support for SELinux in
     imake and xdm.  (Note that this patch only adds source-level support, and
     does not actually enable it.)  Thanks, Manoj!  (Closes: #233551)
 
   * Update patch #007 to fix the problem with XFree86-authored manpages
     reporting "Version Version ..." in the footer.
 
   * Update XTerm to patch #200 (2005-02-06) from Thomas Dickey's website.
     + Make active-icon work properly when TrueType fonts are used.
       (Closes: #286068)
     + Fix a regression from patch #197 which disowned the selection if it was
       scrolled, e.g., by the user pressing return at the bottom of the screen.
       (Closes: #277832, #291787)
     Resync patches #059, #803, and #907.
 
   * Move the debhelper expando to immediately precede exit in maintainer
     scripts, except where (as in the case of xdm and xfs), we use flag files
     that indicate when the installation is over.  In those cases, place the
     expando immediately before removal of such files.
 
   * Add copyright notice and GPL license boilerplate to init scripts.
 
   * Enhance xserver-common's preinst script to support upgrades from package
     versions between 4.0.1-6 and 4.2.1-10 (thanks, Brian Sammon).
     (Closes: #267503)
 
   * Update patch #087 (XPM library security fixes) to revert regressions in
     functionality caused by overly aggressive validation of filespec strings
     in OpenReadFile() and OpenWriteFile().  (Closes: #286164)
 
   * Add __attribute__ ((packed)) to declaration of XChar2b structure in
     Xlib.h, for GCC/ARM systems only.  This is a kludge to work around a bad
     design decision in the GCC ARM ABI, and has been discussed with Jim
     Gettys, Keith Packard, and Phil Blundell.  Thanks to Nicolas George and
     Gaëtan LEURENT for bringing this issue to my attention.  (Closes: #285396)
 
   * Fix the "Advanced" monitor selection method in xserver-xfree86's config
     script to use the monitor sync ranges autodetected by read-edid, if
     available.  Thanks to Jay Birkenbilt for the patch.  (Closes: #229850)
 
   * Reimplement mkdirhier and rewrite its manual page.
     + No longer adds extraneous leading slashes to filespecs.
       (Closes: #141347)
     + No longer creates spurious levels of directory hierarchy.
       (Closes: #232357)
 
   * Grab patch from X.Org CVS (via Jan Kreuzer) to increase DDC retry delay a
     little bit, which permits DDC probing to succeed on some hardware
     configurations where it would otherwise fail.  Thanks, Jan!
     (Closes: #291243)
 
   * Update FAQ entry "What is the story with XFree86 3.x?" to mention the Xsun
     X server packages.
 
   * Stop using the "local" keyword in /bin/sh scripts -- it turns out "local"
     is not POSIX, but posh -n won't tell you that as it doesn't do a syntax
     parse on function bodies, which is the only place that keyword makes
     sense.  Comment out this usage instead of removing it as a means of
     stoking my likely-futile hopes that the Debian Policy Manual will carve
     out another exception to POSIX compliance for /bin/sh scripts in this
     area.  A language with only global scope for variables scarcely bears
     thinking about.  Thanks to Clint Adams for pointing out this unfiled RC
     bug, and to Steve Langasek for hounding me incessantly about it.
 
   * Replace post-processed comments with pre-processed ones in patch #096;
     this quiets build-time warnings.  Also document why this patch is not yet
     suitable for submission to upstream.
 
   * In xserver-xfree86's config script, if the discover, mdetect, or get-edid
     (from the read-edid package) commands are not available, set the
     corresponding autodetection question to false and mark it as seen.  That
     way, if one of the hardware detection packages is subsequently installed,
     the user is not confusingly shown a "do autodection?" debconf question,
     and then nothing done about the answer.
 
   * Fix validate-posix-sh script to stop pretending that ash and dash are
     different shells -- in Debian, they're not.
 
   * Apply patch from Steve Langasek to drop the xprt package, and stop
     building the Xprt X server, since this functionality did not work in any
     version of XFree86 up to 4.3.0, and has moved to the xprt-xprintorg
     package.  (The client-side Xp library is still built.)  Thanks, Steve!
     + Update patch #003 to #define XprtServer NO and BuildXprintLib YES on
       Debian systems.  Resync patches #004, #099c, #099s, and #600.
     + Update rules file to stop turning off the build of Xprt in the server
       debug target, since that's now redundant.
     + Update MANIFEST files to reflect the fact that Xprt is no longer built.
     + Remove xprt package's stanza from debian/control.
     + Remove debian/xprt.install debhelper file.
 
   * Remove declaration of non-DFSG-freeness of the Compugraphic and Adobe
     fonts (shipped as part of the Xprt server) from debian/copyright.  Update
     the prune-non-free script to stop removing these files from the upstream
     archive.  Roland Mainz has argued fairly persuasively on the debian-x
     mailing list that the fonts were in fact freely licensed.  In the event
     Mr. Mainz is wrong, the point is pretty close to void, since 1) Xprt is
     not being built or shipped anymore; 2) this change does not restore the
     files in question to the .orig.tar.gz; 3) the X Strike Force doesn't
     anticipate shipping these files in the future X.Org packages, either.
 
   * Update patch #071 to be sure to pass the mprotect() in
     ElfCollectSections() a page-aligned request (as the other use of
     mprotect(), in ELFCreateGot(), already does).  This reportedly prevents
     SEGVs in the X server's ELF object loader on AMD64 systems.  Thanks to
     Piotr Kaczuba for this information.  (Closes: #277699 (again))
 
   * Add patch #099v by Guillem Jover to fix a SEGV in font server code
     shared between xfs and the X server.  Thanks, Guillem!  (Closes: #294320)
 
   * Migrate the bug scripts to the more sophisticated world order now in use.
     + Move current scripts from /usr/share/bug/$PACKAGE to
       /usr/share/bug/$PACKAGE/script.
 
   * Write and ship a "presubj" bug message for the xserver-xfree86 package
     (also used by xserver-xfree86-dbg).
 
   * Add two entries to the FAQ:
     + How can I help debug the XFree86 X server?
     + How can I help debug 3D acceleration problems?

 -- Branden Robinson <branden@debian.org>  Fri, 11 Feb 2005 02:14:27 -0500

2004

xfree86 (4.3.0.dfsg.1-10) unstable; urgency=medium

   * Upload urgency set to medium due to fix for stable-release-critical bugs
     (#285133 and #285150; see below).
 
   Changes by Branden Robinson:
 
   * Make factual updates, clarifications, and wording corrections to the FAQ:
     + Point out that the X.Org relicensing debacle was back in 1998, not
       recent.
     + Be more clear about why OS distributors stuck with XFree86 after it was
       forked, but before it was relicensed.
     + Identify which license is referred to as the "XFree86 1.1 license".
     + Clarify the origin of the contradictory statements regarding the
       GPL-compatibility of XFree86.
     + Clarify the discussion of the "relicensing pilot project" that was
       performed on the XFree86 "auto-config" code.  The code was checked in,
       then relicensed without other changes.
     + Point out that most distributors have settled on X.Org's X11R6.8.1 for
       their X Window System implementation, at least for the time being.
     + Stress that XFree86 3.x is no longer supported.
     + Remove language that discusses future directions of XFree86 3.x support
       in dexconf, since it is unlikely that that work is going to happen.
 
   * Increase the minimum pixel clock for Matrox cards based on feedback from
     Teemu Ikonen.  (Closes: #261993)
 
   * Tidy up and improve fbdev driver messages, correcting spelling, adding
     information, and otherwise enhancing them.  (Closes: #275318)
 
   * Make corrections to the "How does the keyboard work in the X Window
     System?" FAQ entry based on feedback from Frank Murphy.  Thanks, Frank!
     (Closes: #279055)
 
   * Expand discussion of configuring the mouse for left-handed use in the FAQ.
     Thanks to Marc-Aurèle DARCHE for the information!  (Closes: #281504)
 
   * Fix syntax error in xfs package's init script.  (Closes: #285133)
 
   * Fix syntax error in xdm's Xstartup script.  (Closes: #285150)

 -- Fabio M. Di Nitto <fabbione@fabbione.net>  Wed, 15 Dec 2004 18:40:17 +0100

xfree86 (4.3.0.dfsg.1-9) unstable; urgency=high

   * Security update release.  Resolves CAN-2004-0914 (several Xpm library
     vulnerabilities).
 
   Changes by Branden Robinson:
 
   * Update Danish debconf template translations (thanks, Claus Hindsgaul).
     (Closes: #274101)
 
   * Add FAQ entry: Why does composing characters work in some applications but
     not others?
 
   * Apply patch from Jan Wilhelm Stumpel to correct miscoded Unicode Plane 1
     characters in en_US.UTF-8 compose map.  (Closes: #267231)
 
   * Install xlibs's bug script in the binary-indep rule, not binary-arch,
     since xlibs is an architecture "all" package.  Now the script will
     actually be shipped.
 
   * If the restorecon command is available, restore SELinux file security
     contexts after setting up X server and ICE socket directories
     (xfree86-common) and font server socket directories (xfs) after creating
     them in the init scripts.  (Closes: #268812, #271030)
 
   * Fix missing-word typo in xnest's package description.  Thanks to Roland
     Stigge for catching this.  (Closes: #268997)
 
   * Remove build-dependency on libstdc++5-dev | libstdc++-dev.  A package
     providing libstdc++-dev is build-essential.  Thanks to Steve Langasek for
     his counsel on this issue.  (Closes: #268461)
 
   * Make xserver-common conflict with xserver-xfree86 and xserver-xfree86-dbg
     4.3.0.dfsg.1-[56] using exact versioned conflicts.  This prevents versions
     of the xserver-xfree86{,-dbg} packages that depend on a now-vanished
     interface in dexconf from being installed in conjunction with it.  See the
     changelog entry for 4.3.0.dfsg.1-7 for more information.  Thanks to Adrian
     Bunk for this suggestion.
 
   * Grab from XFree86 CVS (no later than 2003-12-31) several updates to the
     Video4Linux (v4l) driver:
     + [#include regionstr.h, not miscstruct.h.] (#A.1859, Alexander Stohr)
       [David Dawes]
     + [Update format string when reporting memPhysBase.] (David Dawes)
     + Fix a problem with the v4l driver not seeing all the tv-norms available
       under the bttv driver with the Linux 2.6.0-test11 kernel (#5976, Marco
       Antonio Alvarez).  [David Dawes]
     + Change v4l "norm" names to the bttv versions (#5993, Marco Antonio
       Alvarez).  [David Dawes]
     (Closes: #270496)
 
   * Update "Further Information" section of FAQ.
 
   * Add FAQ entry: What are Debian's plans with respect to X.Org and
     XFree86?
 
   * Add FAQ entry: Sometimes I get garbage characters like 1;2c in my xterm
     windows; what's happening?
 
   * Update FAQ entry: My keyboard configuration worked with XFree86 4.2; why
     is it messed up now?
 
   * Update FAQ entry: How does the keyboard work in the X Window System?
 
   * Apply patch (#036) submitted to XFree86 Bugzilla on 2003-04-03 by the DRI
     Developers to fix OpenGL application crashes with "Assertion `vb.context
     == ctx' failed." for ATI R200 DRI users (thanks, Martin Dickopp).
     (Closes: #241534)
 
   * Add copyright and (MIT/X11 style) license for Bitstream Type1 fonts to
     copyright file.  Thanks to Ben Harris for pointing this out.
     (Closes: #274018)
 
   * Clean up and expand xclock(1x) manpage to document the effects the RENDER
     extension has on command-line option and X resource handling.  Thanks to
     Vincent McIntyre for prompting this.  (Closes: #241566)
 
   * Use run() to unregister obsolete debconf templates in xserver-xfree86,
     since failure to do so is not fatal, and will occur if we are upgrading
     from a version of the package so old (pre-woody unstable) that the
     templates don't exist to be unregistered.  Thanks to Florian Laws for
     diagnosing this bug.  (Closes: #275710)
 
   * Stop manually compressing the plain text version of the Debian X FAQ;
     dh_compress will take care of that.  Tell dh_compress to avoid compressing
     the XHTML version of the FAQ.
 
   * Restore xdm's Xreset script, which was removed in 4.2.1-12.  If the
     use-sessreg option is set and the sessreg command is available, user X
     sessions will be de-registered from the utmp and wtmp files again.
     Update maintainer scripts to stop removing the conffile.  Update
     xdm.install and MANIFEST.* files to ship Xreset script.  The old
     xconsole-related logic is not restored.  (Closes: #275329)
 
   * Replace XFree86 X server pre-release banner message with long boilerplate
     that declaims the release as heavily modified by Debian, and directs users
     to the Debian Bug Tracking System and the Debian X FAQ instead of XFree86
     mailing lists; also replace an occurence of an XFree86 mailing list
     address in a tseng driver message (patch #914).
 
   * Update xlibs's package description to stop implying that no packages
     have up-to-date dependencies on it (xbase-clients does, due to xkbcomp,
     which is statically linked against libxkbfile).
 
   * Apply patch from Jeff Licquia to port the X configlet to python-configlet
     version 2 so that xserver-xfree86 package configuration
     doesn't crash for people who have the configlet infrastructure installed.
     Make xserver-common conflict with python-configlet (<< 2.0) accordingly.
     (Closes: #263076)
 
   * Apply patch from Jason Lunz for silly thinko that caused arguments to
     xvfb-run to be misparsed if they contained whitespace.  Thanks, Jason!
     (Closes: #276415)
 
   * Tidy up and make consistent all Debian-specific manpages.
 
   * Update package descriptions to replace the term "pseudopackage" (which
     apparently only the xfree86 source package uses) with "dummy package" in
     the short description, and "transitional package" in the extended
     description, per section 6.7.7 of the Debian Developers' Reference.
 
   * Update patch #009 to improve the fix for the Rage128-specific problem with
     engine lockups; because CCE idle commands may never finish, eventually
     stop the engine altogether after a long enough period of inactivity.
     Thanks to Daniel Jacobowitz for the original patch, this improved version,
     and the real-world testing.  (Closes: #278654)
 
   * Add FAQ entry: What is the story with XFree86 3.x?
 
   * Apply some fixes to the XFree86 X server's ELF object loader:
     + Stop conditionally #including <sys/mman.h> since it is unconditionally
       imported earlier in the file.
     + Perform an mprotect() for AMD64 Linux systems as well as OpenBSD to
       prevent SEGVs on NX-enabled kernels.  (Closes: #277699)
       [2005-02-09: Didn't really fix this bug. BR]
     + Fix a problem with parentheses when using the preprocessor (doesn't
       affect Debian, but would cause unexpected behavior on OpenBSD).
 
   * Perform some cleanup work on the shared library maintainer scripts of
     libdps1, libxaw6, libxaw7, xlibmesa-gl, xlibmesa-glu, and xlibosmesa4;
     thanks to Fabio for noticing the inconsistencies.
     + Call register_x_lib_dir_with_ld_so() before invoking ldconfig in the
       post-installation scripts.
     + Perform configuration actions regardless of the value of "$1" in the
       post-installation scripts.
     + Call deregister_x_lib_dir_with_ld_so() before invoking ldconfig in the
       post-removal scripts.
     + Move the #DEBHELPER# expando later in the scripts where applicable.
 
   * Perform some cleanup work on the update-fonts-{alias,dir,scale} utilities
     and their manual pages.
     + Eliminate XSIisms (-a, -o) in uses of test(1)/[(1).
     + Re-indent at four spaces.
     + Query terminal for its width if $COLUMNS is not set, as shell-lib.sh
       does.  Fall back to a width of 80 if stty returns garbage or nothing.
     + Rename error() to die().
     + Add usage() function and -h, --help option.
     + Use exit status 2 to indicate usage errors as opposed to operational
       failures.
     + Be more careful with quoting shell variables.
     + Add and expand comments.
     + Add SVN Id keyword.
     + Update Vim modeline.
     + Update manual pages to document changes in interface and behavior (there
       are no backwards-incomaptible changes).
 
   * Perform some cleanup work on the xvfb-run utility and its manual page.
     + Query terminal for its width if $COLUMNS is not set, as shell-lib.sh
       does.  Fall back to a width of 80 if stty returns garbage or nothing.
     + Add message() and error() functions.
     + Enhance usage() function to (additionally) display an error message
       consisting of the function arguments, if any.
     + Use error() and usage() instead of echo for error messages.
     + Cosmetically tidy up usage message, and correct a typo.
     + Declare locally-scoped variable in find_free_servernum().
     + Store getopt's exit status and report it in an error message if it is
       nonzero.
     + Clarify the error message if getopt rearranges the command line in a way
       we don't expect.
     + Tidy up comment, shell function, and redirection style.  Wrap long
       lines.  Quote variables that may have whitespace in them.  Update Vim
       modeline.
     + Describe effect of $COLUMNS environment variable in manpage.
     + Remove erroneous description of exit status 1, and explain why it is not
       used.
     + Add description of exit statuses 0, 4, 5, and 6.
     + Fix markup error.
 
   * Replace many occurences of XSI connectives in test(1) with POSIX shell
     connectives in scripts.
 
   * Apply patch from David Mosberger that replaces the fix for #225526 with
     one that works on systems that do not have a PCI bus numbered 0.  Thanks,
     David!  (Closes: #279436)
 
   * Apply patch from Richard Mortimer to fix the XFree86 X server's ELF object
     loader to set the PROT_EXEC flag on mmap()ed modules regardless of machine
     architecture.  (It was already trying to do this, but there are three
     preprocessor statements involved, and we were only patching one.)
     (Closes: #280384)
 
   * Update XTerm to patch #197 (2004-09-30) from Thomas Dickey's website.
     + Change default translations so a BtnDown which is not recognized is
       simply ignored rather than emitting a bell.  That makes it less
       obtrusive when the user tries to use a mouse which provides more
       capabilities than the X mouse driver supports, e.g., one with a
       horizontal scroll wheel.  (Closes: #265133)
     + Note in xterm's manpage that "translations" is not specific to xterm.
       (Closes: #278897)
     + Modify uxterm script to use locale program to verify if the derived
       locale is installed.  (Closes: #246398)
     + Modify the criteria for disowning primary selection.  Previously, this
       happened anytime the cursor was moved before the end of the selection.
       That would ensure that any insert/delete of char or line, as well as
       scrolling, would disown the selection.  The new criteria change this to
       checking if the operations would modify the data which is highlighted.
       (Closes: #277832)
     + Correct handling selection of tabs over cleared space in UTF-8 mode.  In
       this special case, xterm represents the whitespace with a null rather
       than a space character.  (Closes: #276447)
     + Amend fix for infinite loop from patch #192 to check if there is wrapped
       text to output in a following iteration.  (Closes: #273202)
     + Amend solution for Debian #252873, #260471 from patch #194 by making the
       cursor not explicitly colored if only the foreground color is set, and
       the cursor is on a blank space.  (Closes: #275473)
 
   * Add magic register poke to neomagic driver which apparently speeds up DVD
     playback operations.  Thanks to Tony Hill for finding this patch.
     Unfortunately, despite efforts to locate some, there appears to be no
     documentation of why this register poke works.  (Closes: #277038)
 
   Changes by Denis Barbier and Fabio M. Di Nitto:
 
   * Edit xc/programs/xkbcomp/symbols/pc/Imakefile so that the new pc/us_intl
     layout file gets installed.  Update MANIFEST files and xlibs.install to
     ensure the file get shipped.
     + Ship a multi-layout aware us_intl layout.  (Closes: #271326)
     + Make us_intl work again.  (Closes: #274513)
 
   * Update Dutch debconf template translations (thanks, Bart Cornelis).
     (Closes: #278714)
 
   Changes by Denis Barbier:
 
   * Make Sun keyboards load srvr_ctrl(xfree86) symbol definitions to have
     access to standard Ctrl+Alt key sequences.  (Closes: #236086)
 
   * Add several multi-layout aware layouts:
     + ca (Canada) contains several variants: "fr" is meant as a replacement
       for ca_enhanced, "fr-legacy" is another variant, and "multi" is an
       implementation of CAN/CSA-Z243.200-92.  This standard requires two
       groups, so it is in fact divided into "multi" and "multi-2gr" variants.
       By default, "ca" loads both "multi" and "multi-2gr" to provide a
       full-featured keyboard.  When it is combined with other layouts, the
       simpler variant "fr" is used, but others can be explicitly specified.
       (Closes: #245371, #252068, #258575)
     + The new ca layout also fixes ISO_Level3_Shift, which was mapped to
       <RCTL> instead of <RALT>.  (Closes: #274457)
     + jp (Japan) also requires a combination of two variants.  When this is
       the only loaded layout, the full combination is used.  When this layout
       is combined with others, only the "jp106" variant is loaded.
     + hu (Hungary) layout has been simplified; some variants have been removed.
       (Closes: #263561)
     + ch (Switzerland) replaces de_CH and fr_CH.
     + mn (Mongolia) and vn (Vietnam) are simple layouts.
 
   * In UTF-8 compose files, replace U00xx Unicode codepoints by the
     corresponding keysyms.  Otherwise the compose character is in
     the range 0x01000000-0x010000FF which is not valid according to
     appendix A of the X11 protocol.  Even if most applications are able
     to recognize these broken characters, few of them fail, most notably
     xemacs and users are then unable to use composition when in UTF-8
     locales.  (Closes: #235574)
 
   * Replace level3(ralt_switch_multikey) by level3(ralt_switch) in all
     layouts so that symbols on the 4th column may be accessed with
     Shift+Alt_R or Alt_R+Shift.  (Closes: #270235)
 
   + In /etc/X11/xkb/rules/xfree86, move lv3 definitions after altwin so
     that the former can override the latter.  See Bug#276143.
 
   Changes by Fabio M. Di Nitto:
 
   * Update wacom input driver from http://linuxwacom.sourceforge.net/ up to
     version 0.6.4:
     + Remove now obsolete patch 036_wacom_usb_tablet_update.diff
     + Add patch 000_stolen_from_sourceforge_wacom_driver.diff
     + Fix input timeout problems if the device is not connected.
       No references are available in upstream changelog, but tests do not
       show this behavior anymore. (Closes: #231837)
     + Fix compatibility with kernel 2.6 wacom driver. (Closes: #250331)
     + Add support for Cintiq boards. According to #172526 logs the patch
       has been included, reworked and cleaned by upstream a long time ago.
       No references are available in upstream changelog. (Closes: #172526)
     + A combination of new kernel, xfree86 and wacom driver appears to have
       fixed the APM resume issue as described in #80140. Tests done
       on a powerpc laptop do not show this problem anymore.
       No references are available in upstream changelog. (Closes: #80140)
 
   * Add workaround for the UseBIOS default setting in the savage driver:
     + Add patch 099i_pro_savage_ddr_set_use_bios_to_false.diff
     + Set UseBios default to "no" for PROSAVAGE_DDR and PROSAVAGE_DDRK, as
       described at <URL: http://www.probo.com/timr/savage40.html >.
 
   * Fix nl_BE locale alias information.
 
   * Use validate-posix-sh at build time to perform syntax check on generated
     maintainer scripts.
 
   * Increase verbosity of validate-posix-sh warnings.  Stop immediately
     exiting upon encountering the first shell interpeter that fails on the
     script; instead, attempt all the interpreters and report all that fail.
 
   * Sync debian/rules install-server target with install and make
     binary-server work again.
 
   Changes by Fabio M. Di Nitto and Branden Robinson:
 
   * Update patch #087 to include fruits of Xpm source code security audit by
     Thomas Beige.  Resolves CAN-2004-0914: memory leak, improper use of signed
     integers, and overflows in the Xpm library.  Resync offset in patch #200.

 -- Fabio M. Di Nitto <fabbione@fabbione.net>  Thu, 9 Dec 2004 17:14:45 +0100

xfree86 (4.3.0.dfsg.1-8) unstable; urgency=high

   Changes by Denis Barbier:
 
   * Update Danish debconf template translations (thanks, Claus Hindsgaul).
     (Closes: #270503)
 
   * Grab /etc/X11/xkb/symbols/pc/us_intl from XFree86 CVS (2003-10-04).  This
     makes us_intl multi-layout aware, and binds the right Meta key to
     Mode_Switch.  (Closes: #271326, #234085)
 
   * Revert upstream change to altwin behavior applied in 4.3.0.dfsg.1-1.
     The Meta_* keysyms must be removed from the shift level of Alt keys when
     altwin:meta_win or altwin:left_meta_win are used; otherwise, XKB-unaware
     applications (like GNU Emacs) may believe that mod1 and mod4 are bound to
     Meta keys.
 
   * Fix inconsistencies in rules/xfree86* files:
     + rules/xfree86: List in $oldlayouts all layouts which are currently not
       multi-layout aware in the Debian xlibs package, including hu_US (thanks,
       Veres Lajos).  (Closes: #247463, #270810)
     + rules/xfree86: Support the lv3:ralt_switch option, which exists in
       xfree86.lst but was forgotten in this file.
     + rules/xfree86: Remove special case that causes PC keyboard models with
       the us_intl layout to load the us layout and add the us_intl layout to
       it.  (Closes: #234085)
     + rules/xfree86.{lst,xml}: Replace the options altwin:meta_super and
       altwin:meta_hyper with the correct names altwin:super_win and
       altwin:hyper_win.  (Closes: #271259)
     + rules/xfree86.{lst,xml}: Synchronize these files.
 
   Changes by Denis Barbier and Branden Robinson:
 
   * Add FAQ entry: My keyboard configuration worked with XFree86 4.2; why is
     it messed up now?  (Closes: #259740)
 
   Changes by Branden Robinson:
 
   * In the Xsession script, attempt to create a file of non-zero length in
     /tmp; a full filesystem can cause mysterious X session failures.
 
   * Add FAQ entry: How does the keyboard work in the X Window System?
 
   * Update XTerm to patch #196 (2004-08-15) from Thomas Dickey's website.
     + Change clearing operations so foreground color attribute is not set.
       Usually this is benign, but in some cases when the cursor color is not
       set explicitly, the cursor would show this color.  (Closes: #252873)
     + Modify initialization and cleanup of utmp data to also compare the
       ut_line member.  (Closes: #256468)
 
   * Update XTerm FAQ to revision 1.86 (2004-07-28) from Thomas Dickey's
     website.
 
   Changes by Fabio M. Di Nitto:
 
   * Create debian/tmp/usr/X11R6/lib/X11/doc when NOT_BUILDING_XFREE86_X_SERVER
     is defined.  Fixes FTBFS on s390.
 
   * Security update (patch #087). Resolves the following issues:
     + CAN-2004-0687: stack overflows in libXpm
     + CAN-2004-0688: integer overflows in libXpm
     (Closes: #272493)
 
   * Update nv driver and some support code, and grab an XVideo bugfix from
     X.Org CVS as of 2004-09-15:
     + Update 000_post430.diff:
       - Drop nv_setup.c bits.
     + Update 000_stolen_from_HEAD.diff:
       - Include xf86xv.c Xv fix for big-endian machines.
     + Rename 000_stolen_from_HEAD_nv_driver.diff to
       000_stolen_from_xorg_nv_driver and update:
       - Full nv driver from X.org.
       - Removed 2 references to XORG_VERSION_CURRENT since it is not defined.
     + Rename 000_stolen_from_freedesktop.org.diff to 000_stolen_from_xorg.diff
       and update:
       - Add xaa bits required to compile the new nv driver.
       - Add fbdevhw bits required to compile the new nv driver.
     + Update 030_Xserver_and_driver_region_primitive_fixups.diff:
       - REGION_EQUAL backport from X.org.
       - Fix call to REGION_EQUAL in Xv autopaint initialization error
         introduced in 4.3.0.dfsg.1-7.
     + Drop 098_nv_xvideo_fullscreen_fix.diff:
       - Now included upstream.
     + Rediff 911_debian_XF86Config_to_XF86Config-4.diff.
     + Update MANIFEST and xserver-xfree86.install files to reflect the new
       riva128.o submodule.
     (Closes: #269025, #268759, #271235, #270228, #271071, #270714)
 
   * Update Czech debconf template translations (thanks, Miroslav Kure).
     (Closes: #273516)
 
   Changes by ISHIKAWA Mutsumi:
 
   * Update Japanese debconf template translations (thanks, Kenshi Muto).

 -- Fabio M. Di Nitto <fabbione@fabbione.net>  Tue, 28 Sep 2004 13:14:12 +0200

xfree86 (4.3.0.dfsg.1-7) unstable; urgency=high

   Changes by Branden Robinson:
 
   * Update Turkish debconf template translations (thanks, Recai Oktas).
     (Closes: #256360)
 
   * Grab latest version of XTerm (#191) from Thomas Dickey's website.
 
   * Add FAQ entry: Why is xterm using the "fixed" font for everything,
     disregarding the font configuration from the X resource database?
     (Closes: #254650)
 
   * Update hyperlink to Debian X FAQ in NEWS file.  Thanks to Calum Mackay for
     pointing this out.
 
   * Make libxpm-dev rather than xlibs-static-dev provide libxpm4-dev.
     Thanks to Daniel Schelper for pointing this out.  (Closes: #256420)
 
   * Move atobm and its manpage from xutils to xbase-clients; this shuts up
     dangling symlink warning mails from cron on systems with xutils installed
     but not xbase-clients.  Make xbase-clients declare that it replaces xutils
     (<< 4.3.0.dfsg.1-7).  (Closes: #200061)
 
   * Invert the sense of a test in debian/rules; this results in xlibmesa-dri's
     bug script actually being shipped.  D'oh!
 
   * Make xbase-clients depend on xlibs and explain why in the package's
     extended description.  Thanks to Andreas Metzler for catching this.
     (Closes: #257023)
 
   * Update FAQ entry "How do I run an X client as root when the X session
     is run by a user?" to document existence of sux.
 
   * Update Glide3 library support for amd64 and ia64 thanks to Guillem Jover.
     Increment versioned build-dependency on libglide3 to >= 2002.04.10-7, and
     require this library for building on amd64 and ia64.  Edit patch #003 to
     enable compilation of tdfx DRI Mesa module on amd64 and ia64.  Shut up cpp
     warnings when generating Makefiles by defining a default value for
     HasGlide3 in xfree86.cf ("NO").  Resync patches #004, #048, #103, #150,
     #250, #500, and #600.  Ship tdfx DRI Mesa module in xlibmesa-dri for amd64
     and ia64, and unstripped version of same in xlibmesa-dri-dbg.
     (Closes: #255270)
 
   * Fix up Glide3 library support in various respects.  Stop shipping tdfx DRI
     Mesa module on powerpc until it stops being useless (i.e., until
     libglide3-dev is available on that architecture).  Move xlibmesa-gl's
     suggestion of the libglide3 package (and explanation thereof) to the
     xlibmesa-dri package.
 
   * Add FAQ entry: I'm having trouble getting dual-head support to work on my
     ATI Radeon card.  Can you help?  (Closes: #236197)
 
   * Update FAQ to include hyperlink to the upstream source for the XTerm FAQ.
 
   * Grab latest version of XTerm (#192) from Thomas Dickey's website.
     According to the upstream changelog, this release addresses several Debian
     bugs.
     + Change resource settings for color4 and color12; add some discussion in
       XTerm-col.ad.  (Closes: #255070)
     + Add a note in xterm manpage regarding possible conflict between resource
       settings for xterm.vt100.font and xterm.vt100.utf8Fonts.font.
       (See #254650.)
     + Add case to uxterm to accommodate locales ending with "@euro", e.g.,
       fr_FR.UTF-8@euro (report/analysis by Matthieu Lagouge).
       (Closes: #255197)
     + Save the fontnames for bold fonts that are derived from normal fonts, or
       from the boldFont resource, so the same value is restored when switching
       with the VT Fonts menu.  (Closes: #256086)
     + Fix typo in manpage's description of character classes.
       (Closes: #257073)
     + Modify terminfo to accommodate luit, which relies on G1 being used via
       an ISO-2022 escape sequence (analysis by Juliusz Chrobocek).
       (See #254316; in Debian, this is actually an ncurses-base bug.)
 
   * Update XTerm FAQ to latest version (1.84) from Thomas Dickey's website.
 
   * Grab from XFree86 CVS (no later than 2003-11-10) several fixes to the
     RandR extension manual page and server-side implementation.
     + Remove reference to non-existent Xrender(3) man page (reported to
       webmaster).  [David Dawes]
     + Fix manual pages typos (Bugzilla #316, Jens Schweikhardt).  [Matthieu
       Herrb]
     + Removed Copyright sign from man pages as this causes some formatters to
       choke (Egbert Eich).
     + Fixed rounding of refresh rate in RandR, updated Xrandr man page
       (BugzillaR #527, Egbert Eich).
     + Fix RandR initialization problem when default screen resolution is
       different from the virtual resolution. (Bugzilla #853, Bob Paauwe).
       [Alan Hourihane]
     + The call to xf86RandRSetMode() from xf86RandRCreateScreenResources()
       doesn't appear to be necessary.  Removing it restores the documented
       ViewPort behaviour when RandR is enabled (David Dawes).
     + Warning fix [Marc Aurele La France]
     + C-style comments were being stripped by preprocessing.  [David Dawes]
     (Closes: #256297)
 
   * Fix bug in COMPOUND_TEXT translation of the GBK character encoding
     (thanks, Su Yong).  (Closes: #255224)
 
   * Fix missing element of Debian X FAQ conversion to XHTML; correct
     s390-specific version of xfree86-common dh_installdocs file to recognize
     that the FAQ is already gzipped.
 
   * Move BDF font character set conversion files from xfonts-base package to
     xutils (these files are used and needed by the ucs2any tool in the latter
     package, and not by anything else).  Update MANIFEST and .install files
     accordingly.  Make xutils declare that it replaces xfonts-base (<<
     4.3.0.dfsg.1-7).
 
   * Rewrite and greatly enhance manifest-install-reconcile tool to be able to
     check against lists of known false positives and false negatives on a
     per-architecture basis.  Ship these lists, add a usage message to
     manifest-install-reconcile, and document use of the script in the README
     file.
 
   * Grab from XFree86 CVS (no later than 2003-12-18) fixes to the ja_JP.UTF-8,
     ko_KR.UTF-8, and zh_TW.UTF-8 XLC_LOCALE files to prefer ISO
     10646-1-encoded fonts less strongly.  Add zh_CN.UTF-8 XLC_LOCALE file.
     Update MANIFEST and .install files accordingly.  (Closes: #255701)
 
   * Provide local, hacked version of debconf-updatepo (in debian/scripts) that
     doesn't destroy the comment and header block of debian/po/templates.pot.
     Add "pristine" comment and header file in debian/po, add debian/rules
     targets to handle PO and POT file updates using our local script, and
     document the recommended procedure in debian/README.  Hopefully the real
     debconf-updatepo will be fixed soon.
 
   * Update debian/po/*.{po,pot} files to update comment header and get effects
     of a debconf-updatepo bugfix which misidentified template types in some
     situations.
 
   * Update Czech debconf template translations (thanks, Miroslav Kure).
     (Closes: #260868)
 
   * Update German debconf template translations (thanks, Florian Ernst and
     Alwin Meschede).  (Closes: #261239)
 
   * Update Dutch debconf template translations (thanks, Bart Cornelis).
     (Closes: #261337)
 
   * Update Brazilian Portuguese debconf template translations (thanks, André
     Luís Lopes). (Closes: #261389, #269507)
 
   * Apply patch from Thomas Dickey to fix Imake's CppRawFileTarget() so that
     it no longer tempts cpp into corrupting manpages.  Thanks, Thomas!
     (Closes: #259996)
 
   * Update hurd-i386 support.
     + Update gnu.cf to declare platform support for groff, libpng, and PAM
       libraries in parity with Linux; also specify correct path to cpp
       executable.
     + Tell XTerm's Imakefile that openpty() needs -lutil on GNUArchitecture
       (patch #803).
     + Disable special hostname registration code for __GNU__ in xdm (patch
       #804).
     + Update MANIFEST.hurd-i386.in in light of updates to build configuration.
     + Remove MANFIEST.hurd-i386.all; it is no longer needed.
     + Update mir-false-negatives and mir-false-positives to reflect changes in
       MANIFEST files.
     (Thanks, Michael Banck!)
 
   * Grab from XFree86 CVS (2003-05-29) a fix for a SEGV in libX11's lcPrTxt()
     function, which caused application crashes when, e.g., pasting text into
     XTerm.  Also remove patch #051 in favor of identical fix committed to
     XFree86 CVS on 2003-04-03.  Thanks to Thomas Dickey for tracking this
     bug, and fix, down.  (Closes: #250655)
 
   * Expand, correct, and tidy up the setxkbmap(1x), xkbcomp(1x), xkbevd(1x),
     and xkbprint(1x) manpages; also correct typos in xkbcomp's README.config
     file (patch #051).  (Closes: #255371)
 
   * Perform major stylistic fixes to the XF86Config-4(5x) manpage, greatly
     expand its cross-reference section to mention all shipped section 4x
     manpages (e.g. radeon(4x)), and fix some typos (patch #099e).
     (Closes: #257440)
 
   * Update manpage cross-references to refer to XF86Config-4(5x) instead of
     XF86Config(5x), and add brief explanatory note to top of XF86Config-4(5x)
     (patch #911).
 
   * Update FAQ to split off some of existing entry "Why are some fonts (or
     graphical rulers) sized incorrectly?" into new question "How do I set the
     DPI (dots-per-inch) value used by the X server?".
 
   * Grab fix from XFree86 CVS (2003-05-07) to bounds problems in *scanf(),
     snprintf() and strncpy() calls in lbxproxy, makepsres, and xedit.
 
   * Tighten regex in patch-audit rule so messages like "patching file
     xc/doc/man/Xt/XtOffset.man" are not false positives.
 
   * Grab from XFree86 CVS (2003-05-29) a boatload of typographical fixes to
     manual pages.  Resync and make further corrections to manpages in patches
     #026 (appres, ico) and #051 (setxkbmap, xkbcomp, xkbevd, xkbprint).
     Resync patches #032, #099e, #911.
 
   * Grab from XFree86 CVS (2003-07-16) more updates to the nv driver.  Fixes
     several bugs as well as adding support for several chipsets, including
     GeForce FX 5600SE, GeForce FX Go5600, GeForce FX Go5650, Quadro FX Go700,
     GeForce FX Go5100, GeForce FX 5900 Ultra, GeForce FX 5900, Quadro FX 3000,
     and the "mystery" TNT2 card with a PCI model ID of 0x002a.  Extend
     reversion of REGION_EQUAL macro implementation to nv driver in patch #030.
     Resync patch #911.
 
   * Grab from XFree86 CVS (2003-07-07) more updates to the trident driver,
     placing them in their own patch file.  Fixes several bugs and adds support
     for TV chipsets VT1621 and CH7005.  Drop trident driver patches in
     #000_stolen_from_HEAD in favor of new patch file.  Extend reversion of
     REGION_EQUAL macro implementation to trident driver in patch #030.  Resync
     patch #911.
 
   * Change Catalan debconf template translations to use the characters "LATIN
     SMALL LETTER L" and "MIDDLE DOT" instead of "LATIN SMALL LETTER L WITH
     MIDDLE DOT" so that the file can be successfully transcoded to ISO
     8859-15, shutting up hateful noise from one of the programs called by
     dh_installdebconf (thanks, Guillem Jover).
 
   * Grab from XFree86 CVS (2003-10-02) several updates to the mouse input
     driver, fixing bugs and adding support for the Kensington
     "ValuMouseScroll" protocol.  Grab an additional fix from XFree86 CVS
     (2003-12-08) for mouse wheel misbehavior on PowerPC.  Resync patches #040
     and #097.  Add "ValuMouseScroll" to the list of supported serial mouse
     protocols in xserver-xfree86's configuration script.
 
   * Grab from XFree86 CVS (2003-10-02) several bugfixes to xedit, including a
     fix for a SEGV in Lisp_New().  Move existing xedit patches from XFree86
     CVS to their own patch file.  (Closes: #257835)
 
   * Major housecleaning of X11's locale support (patch #011a).
     + Add all locales supported by version 2.3.2 of the GNU C Library except
       zh_CN.GB18030, sq_AL.ISO-8859-1, and tg_TJ.KOI8-T.  X has no support for
       the GB18030 and KOI8-T character sets, and glibc appears to disagree
       with most of the world about which character set Albanians use (see, for
       example, iso_8859-2(7)).  This baka gaijin has learned his lesson about
       trying to report l10n bugs in glibc, so I'll let someone else do the
       jousting.  :-P
     + Synchronize compose.dir with locale.dir wherever possible (i.e.,
       wherever compose tables exist) so that as many supported locales as
       possible get a Compose map.  Comment out references to compose tables
       that don't actually exist.
     + Disable support for iu_CA.NUNACOM-8.  X11 doesn't have any support for
       the NUNACOM-8 character set.  (iu_CA.UTF-8 is still supported.)
     + Disable support for locales that are neither supported by the GNU C
       Library, nor use standard ISO 639 language or 3166 territory codes.
       This includes Esperanto (eo_EO, eo_XX), and what I presume is
       Pennsylvania "Dutch" (pd_DE, pd_US).
     + Turn off intrusion of Nynorsk into Nyanja's ISO 639 space.  (Nynorsk is
       nn, not ny.)
     + Retain support for a3 as an alias for az (Azerbaijani), though I'm
       dubious about it.
     + Turn off support for the bogus (and ancient) FreeBSD-ism of using
       "lt_LN.ISO8859-1" as a "generic" Latin-1 locale.
     + Remove bogus "ee" locales for Estonian (et).
     + Remove ISO 8859-15 support for languages that don't use that character
       set according to glibc.
     + Alias "fi" and "fi_FI" to use ISO 8859-1, not ISO 8859-15, for
       compatiblity with glibc (thanks, Jukka Suomela).  (Closes: #266834)
     + Remove @euro modifier support from locales that don't use that currency
       (i.e., countries not in the Euro zone).
     + Ensure we support the @euro modifier for all locales that use it
       (according to glibc), even if the codeset is explicitly specified.  See
       Debian #208137.
     + Rewrite some comments to be in grammatical English.
     + Add locale-munger script, which I used to gather the information that
       drove these changes.
     + Resync patch #096.
     + Fix a few Debian bugs in the process:
       - en_GB.ISO-8859-15 is now supported.  (Closes: #122039)
       - et_EE.ISO-8859-15 is now supported.  (Closes: #258223)
       - sv_SE.ISO-8859-15 is now supported.  (Closes: #243237)
 
   * Apply patch to savage driver to turn off RandR extension when driver's
     "Rotate" option is used, preventing screen garbling (patch #099f; thanks,
     Jorg Schuler).  Update manpage to document this fact.  Resync patch #911.
     (Closes: #258986)
 
   * Fix wrong comment character in Debian customizations to XTerm application
     defaults file.  (Closes: #252274)
 
   * Grab from X.Org CVS a fix for SEGVs in the chips driver when the current
     mode wasn't valid.  Thanks to Ryan Underwood for identifying and testing
     this fix.  Resync patches #044 and #045.  (Closes: #260753)
 
   * Make keypad delete key <KPDL> generate KP_Separator, not KP_Decimal, in
     Polish XKB layouts (thanks, Emil Novak).  (Closes: #261163)
 
   * Grab latest version of Thomas Winischhofer's SiS driver for the XFree86 X
     server from his website as of 2004-08-20.  Resync patch #911.
     + Circumvent unresolved symbol complaints by explicitly loading the "glx"
       module when DRI is used.  (Closes: #254601)
 
   * Fix up the Mesa DRI tdfx module so that it really does use only libglide3,
     not libglide3-dev (#099h).  Open the actual libglide shared library we
     need, not the symbolic link used at compile time, which may not be
     installed on non-development systems.  When opening chipset-specific glide
     libraries, use the filenames actually in use by the current version of the
     libglide3 package.  Thanks to Guillem Jover for this patch.
     (Closes: #260099)
 
   * Update "Why does the X server take up so much memory?" FAQ entry with
     information from Albert Cahalan about how I/O is charged to processes in
     the procps utilities (he says it actually isn't).  Also add description of
     xrestop package and utility.
 
   * Overhaul dexconf.
     + Drop support for XFree86 3.x X server format.
     + Drop support for -f, --format and -s, --stdout options.
     + Use exec and open file descriptor 4 for output, instead of repetitiously
       redirecting standard output to a file explicitly all the time.  We can't
       use fd 3 since debconf uses it.
     + Use here documents a little more, and printf a little less.
     + Put blank lines between XF86Config-4 sections so that the file is easier
       to read.
     + Overwrite the destination file instead of "mv"ing or "cp"ing it; this
       way it is never unlinked.  (The maintainer scripts implement enough
       paranoia already.)
     + Tidy up shell style.
     + Modernize dexconf(1) manual page to undocument obsolete options, replace
       the "FUTURE DIRECTIONS" section with "HISTORY", correct and update
       "DIAGNOSTICS" section, provide more cross-references, and put a newline
       at the end of every sentence in the document source (per the GNU Roff
       texinfo documentation).
     + Use -o instead of -s and redirection when invoking dexconf from
       xserver-xfree86's postinst script, since the -s option is no longer
       supported.
     + WARNING: xserver-xfree86{,-dbg} 4.3.0.dfsg.1-[56] are not compatible with
       this version of xserver-common, or planned future versions, due to the
       above-mentioned removal of dexconf's -s option.  At the same time,
       saying xserver-common 4.3.0.dfsg.1-7 conflicts: xserver-xfree86
       (<< 4.3.0.dfsg.1-7) and xserver-xfree86-dbg (<< 4.3.0.dfsg.1-7) is
       excessive because 4.3.0.dfsg.1-4 and earlier will work.  I have heard
       that stating such a conflict can make things difficult for apt's
       problem resolver (or even impossible, if in conjunction with enough
       other versioned dependency or conflicts), so the risk seems greater than
       the reward.  It's too bad we don't have a way to conflict on ranges that
       aren't bounded on either zero or infinity.  Given that 4.3.0.dfsg.1-[56]
       have never appeared even in sarge, I'm making this judgement call.  Any
       bugs about this will be closed with this changelog entry included,
       unless you can rebut my premises; i.e., "I am Jason Gunthorpe and I
       declare that apt can eat a stack of versioned conflicts like this for
       breakfast and still see the One True Upgrade Path!", or "You silly
       person, of course dpkg and apt accept 'Conflicts: (4.3.0.dfsg.1-4 <<)
       xserver-xfree86 (<< 4.3.0.dfsg.1-7)'!"
 
   Changes by Fabio M. Di Nitto and Branden Robinson:
 
   * Support building only the parts of the source tree needed by
     architecture-specific packages.
     + Modify Debian Imake configuration to support building with fonts and
       specs docs turned off (patch #003).  Resynchronize GNU/Hurd,
       GNU/FreeBSD, and GNU/NetBSD Imake configurations with Debian
       configuration (patches #800, #820, #842, #900).  Resync diffs in patches
       #004, #099c, #600.
     + Modify Imakefiles to build and install the font utilities even if the
       fonts themselves are not being shipped (patch #095).
     + Make the "build" target a dummy target, replacing it with
       "build-arch-only" and "build-all" targets.  Target-specific variable
       values are used to invoke a "real-build" target, turning off the
       building of fonts and "specs docs" as needed.
     + Add comments to rules file, update $(stampdir_targets) and .PHONY
       target.
     + Split MANIFEST files into arch-specific and arch-independent parts.
       Update the README to explain how these files work now and how to update
       them.
     + Ship the XTerm control sequences document only in the xspecs package.
     Consequences:
     + Reduce the disk space required to build the package by ~520MB when the
       "binary-arch" target is used (e.g., by "dpkg-buildpackage -B".)
     + Reduce the build time by 20 to 30 percent when the "binary-arch" target
       is used (ccache users might see even more improvement).
     + Make the buildd admins hate us less.
 
   * Rewrite migration of app-defaults (in libxt6) and xkb (in libx11-6)
     directories.
     + Enhance the shell libary with new functions:
       - Implement check_symlink() and change check_symlinks_and_warn() and
         check_symlinks_and_bomb() to use it.
       - Implement make_symlink_sane().  Ensure that the specified symbolic
         link symlink exists, and points to the specified target.  If symlink
         does not exist, create it and point it at target.  If symlink exists
         but is not a symbolic link, back it up.  If symlink exists, is a
         symbolic link, but points to the wrong location, fix it.  If symlink
         exists, is a symbolic link, and already points to target, do nothing.
         This function wouldn't be needed if ln had an -I, --idempotent option.
       - Implement migrate_dir_to_symlink().  Per Debian Policy section 6.5.4,
         "A directory will never be replaced by a symbolic link to a directory
         or vice versa; instead, the existing state (symlink or not) will be
         left alone and dpkg will follow the symlink if there is one."  We have
         to do it ourselves.  This function moves the contents of old_location,
         a directory, into new_location, a directory, then makes old_location a
         symbolic link to new_location.  old_location need not exist, but if it
         does, it must be a directory (or a symlink to a directory).  If it is
         not, it is backed up.  If new_location exists already and is not a
         directory, it is backed up.
     + Add config scripts for libx11-6 and libxt6, which detect if
       /usr/X11R6/lib/X11/{app-defaults,xkb} is a directory but not a symlink,
       and use debconf to prompt the user (at low priority) whether the
       directories should be moved.  If the user says no, abort the script.  If
       the user says yes (default), start the migration with
       migrate_dir_to_symlink().
     + Update preinst scripts to use debconf as the configs script do; this is
       unusual but necessary because if we're going to do the migration we need
       to start before any other packages (which may use the old directories)
       are unpacked.
     + In the preinst scripts, call check_symlink(), and if that fails, call
       make_symlink_sane().  Stop calling check_symlinks_and_warn().
     + Update postinst scripts to indicate that migration is completed.
     + Update postrm scripts to run migration in reverse if it had been started
       and the package installation or upgrade is aborted.
     + We keep shipping /etc/X11/{app-defaults,xkb} symlinks as part of the
       package payloads, because manipulating them in the preinst isn't enough
       -- dpkg will remove "disappearing" files from the system after the
       preinst runs but before the postinst does, leaving a window for packages
       using the legacy paths to unpack to the old location with no symlink to
       redirect them, which is precisely what we don't want (see section 6.5 of
       the Debian Policy Manual).
 
   * Make xserver-xfree86 config script's validate_monitor_frequency_db_input()
     function more strict, so it doesn't regard open-ended ranges like "40-" as
     valid.
 
   * Fix some lingering references to an unreleased version of xserver-common
     in the debian/control file; bump the versioning up to the subsequent
     package release.
 
   Changes by Robert Millan:
 
   * Get glxinfo to link properly with g++ (instead of adding -lstdc++).
 
   Changes by Fabio M. Di Nitto:
 
   * Fix default drivers lists in xserver-xfree86.config.in. The via driver is
     only available for hurd-i386 and i386.
 
   * Fix bug in xserver-xfree86 configuration script where failure of
     autodetection would cause the script to think it had detected one X server
     or XFree86 video driver instead ($(echo "" | wc -l) is "1", not "0").
 
   * Add French and Danish translation of "Generic Monitor" to
     xserver-xfree86.config.in.  Thanks to Christian Perrier and Anders Dybdal.
 
   * Add Danish translation of "Generic Video Card" to
     xserver-xfree86.config.in.  Thanks to Anders Dybdal.
 
   Changes by Denis Barbier:
 
   * Grab from XFree86 CVS (no later than 2003-12-18) several fixes to XKB:
     + Fix for XKB map 'altwin' to avoid one keysym to more than one modifier
       mapping (Ivan Pascal).  This really fixes the Alt-Tab issue.
       (Closes: #256706)
     + Fix xmodmap's output of the modifiers map to not display BadKey when
       the first column keysym is empty (Ivan Pascal).
     + The "modifier_add none" construct was introduced by Ivan Pascal some
       times ago, but it was not documented in the changelog and a piece was
       missing to enable this feature.  No keymaps currently use this feature,
       but users may find it useful with broken keymaps.
 
   * Update Italian debconf template translations (thanks, Danilo Piazzalunga).
     (Closes: #270126)
 
   * Update French debconf template translations (thanks, Clement Stenac).

 -- Fabio M. Di Nitto <fabbione@fabbione.net>  Mon, 06 Sep 2004 09:54:18 +0200

xfree86 (4.3.0.dfsg.1-6) unstable; urgency=low

   Changes by Branden Robinson:
 
   * Apply patch by David S. Miller via Ben Collins to add RENDER and X
     Acceleration Architecture (XAA) support to the Sun FFB driver, and use FB
     framebuffer layer instead of MFB and CFB.  (Closes: #245246)
 
   * Convert Debian X FAQ from plain text to XHTML.  Thanks to Andreas Metzler
     for doing most of the hard work of conversion.  Make several minor updates
     to FAQ text.  Use lynx to convert FAQ to plain text format for shipping in
     package.  Ship both plain text and XHTML form of FAQ in xfree86-common.
     Add build-dependency on lynx.  Update xfree-common's doc-base information
     to include (X)HTML form of FAQ document.
 
   * Update XTerm FAQ to latest version from Thomas Dickey's website.
 
   * Revert to using lynx instead of html2text for converting XTerm FAQ from
     HTML to plain text.  Drop build-dependency on html2text.  Ship
     (compressed) plain text version of XTerm FAQ as
     /usr/share/doc/xterm/xterm.faq.gz, not
     /usr/share/doc/xterm/xterm.faq.text.gz.  Update xterm's doc-base
     information accordingly.
 
   * Update Danish debconf template translations (thanks, Claus Hindsgaul).
     (Closes: #255184)
 
   * Enhance xlibs package's bug script to report compiled XKB data for X
     server, if possible.
 
   * Add "How to Use this Document" and "Acknowledgements" sections to FAQ.
 
   * Update FAQ entries:
       + What is the X Window System?
       + What is XFree86?
 
   * Add FAQ entries:
       + What is the story with XFree86 being forked?
       + What is the story with XFree86's license?
       + What is freedesktop.org?
       + What is X.Org?  (Thanks to Steve Swales for his explanations of the
         X.Org organization's history and expected future.)
 
   * Update Japanese debconf template translations (thanks, Kenshi Muto).
     (Closes: #256099)
 
   * Grab OS/2 updates from XFree86 CVS as of 2003-03-24 to ease pending
     merges.  Resync patch #802.
 
   * Grab from XFree86 CVS (2003-06-04) client- and server-side implementation
     of MiscExtPassMessage() addition to XF86Misc extension (primarily to ease
     pending merges).  Resync patch #802.  Add NEWS file to xlibs-static-pic
     package to note API change.
 
   * Grab from XFree86 CVS (2003-06-11) support for the keypad equal key on
     Macintosh keyboards.  Resync patch #066.
 
   * Grab from XFree86 CVS (2003-08-22) a fix for the problem some window
     managers have seeing Alt key release events (commonly known as the
     "Alt-Tab problem").  (Closes: #254973)
 
   * Fix miscellaneous Macintosh XKB data problems:
     + The keypad equal key (<KPEQ>) should map to the "KP_Equal" keysym, not
       "equal".
     + Fix typo that kept the right Alt key from working.
 
   * Fix xdm and xfs's init and postinst scripts in several respects.
     + Don't remove the "daemon not stopped" flag file in the postinst; we want
       to leave it there so it is seen by the next invocation of the init
       script (which is already written to remove it when needed).
     + Correct init scripts' notion of the name of the "daemon not stopped"
       flag file (completes change begun in 4.3.0.dfsg.1-1).
     + Use --name instead of --exec argument to start-stop-daemon when stopping
       a daemon that was not stopped across an upgrade (see #256790).
     + Fix misleading wording (and misleading variable name) in xdm postinst
       when refusing to start the daemon.
 
   Changes by Fabio Massimo Di Nitto:
 
   * Update French debconf template translations (thanks, Christian Perrier).
     (Closes: #255464)
 
   * Update Brazilian Portuguese debconf template translations (thanks, André
     Luís Lopes). (Closes: #255963)

 -- Fabio M. Di Nitto <fabbione@fabbione.net>  Wed, 07 Jul 2004 16:14:19 +0200

xfree86 (4.3.0.dfsg.1-5) unstable; urgency=low

   Changes by Branden Robinson:
 
   * Re-run debconf-updatepo to get templates.pot and po files in sync with
     debconf template changes in 4.3.0.dfsg.1-3.
 
   * Update Greek debconf template translations (thanks, Konstantinos
     Margaritis).  (Closes: #251509)
 
   * Grab updates to XKB data from XFree86 CVS, mostly from 2003-05, with a
     couple of later updates (none later than 2003-12-18).  Remove supserseded
     portion of patch #013.  Adjust offsets in patch #084.  Update MANIFEST
     files and ship new chicony, ibm/thinkpad, and omnibook XKB geometry files.
     + Small fixes in keyboard maps:
       - add an explicit type declaration in level3(ralt_switch)
           (Bugzilla #225, Siamus S Ciardhuain);
       - fix wrong group number in Russian keyboard map (Ivan Pascal).
     + Add missing letters to Ukrainian phonetic keyboard map (Andriy Rysin).
     + Add workaround for problems that arise when in multi-layout map
       different modifier keysyms share the same key (Ivan Pascal).
     + Small fix for Italian keyboard map (Sebastiano Vigna).
     + Update Tamil keyboard map (Thuraiappah Vaseeharan).
     + Fixes and updates for XKB keyboard maps:
       - add asciitilde to Swedish 'nodeadkeys' map (Bugzilla #291).
       - add map for true Romanian keyboard (Bugzilla #300, Manfred Pohler).
       - add EuroSign to "us_intl" keyboard map (Bugzilla #309, Paul Bolle).
       - fix some keys in Armenian 'phonetic' layout (Bugzilla #313, Ani).
       - add some geometry files (Alexander Pohoyda).
       - some cosmetic changes.
     + Fixes for XKB keyboard maps:
       - fix Meta, Super, Hyper keysyms interpretation
     + Fixes and updates for XKB keyboard maps:
       - Add to 'us' keymap backslash key that can be rewritten in other
         layouts (Bugzilla #976, B?rre Gaup).  (Closes: #237583)
 
   * Grab latest version of XTerm (#190) from Thomas Dickey's website.  Check
     for license contamination from XFree86 CVS, and document findings in patch
     annotation (short story: there is none).  Resync patch #907.
     + Fix problem responding to session management events, e.g., which would
       make logging out very slow (patch by Eddy De Greef, Debian #233883).
       (Closes: #233883)
     + Do not call xim_real_init() if openIm resource is false (Debian #249025).
       (Closes: #249025)
 
   * Update Czech debconf template translations (thanks, Miroslav Kure).
     (Closes: #251681)
 
   * Attempt to mitigate serious DRI performance problems on Rage 128 chips by
     retrying CCE idle commands until the timeout is reached (thanks, Daniel
     Jacobowitz!).  (Closes: #223089)
 
   * Grab missing part of updated XVideo (Xv) server-side implementation from
     XFree86 CVS as of 2003-04-30.  Update module loader to export the new
     symbols xf86XVCopyYUV12ToPacked and xf86XVCopyPacked to drivers.  Thanks
     to Michel Dänzer for diagnosing the problem.  (Closes: #251307)
 
   * Add -s, --stdout option to dexconf, and document this new option in its
     manpage.  This option instructs dexconf to write the generated
     configuration file to standard output.
 
   * Modify xvfb-run to create a temporary directory (respecting $TMPDIR) in
     addition to a temporary file for the X authority file; this way we do not
     have to worry about whether xauth(1x) manages the authority file in a
     secure fashion.  Also, if the user specifies an authority file to use, do
     not create it or remove it.  Document these changes in behavior in
     xvfb-run's manual page.
 
   * Modify Xsession to always append to the error file, closing a temporary
     file race condition window if it has to fall back to using tempfile(1) to
     create an X session error file.  Because it always appends now, log the
     fact that the session has started, the username, and the date to the X
     session error file once it is successfully opened.  Document this change
     in behavior in Xsession(5).
 
   * Update Xsession(5) manpage to document the file specifications of the X
     session "scriptlets" that are shipped by default.  Make other cosmetic and
     stylistic improvements.
 
   * Reduce susceptibility of tempfile(1)-using maintainer scripts to temporary
     file race conditions by only appending to temporary files created by
     tempfile, instead of recreating them with the shell redirection operator.
     Make xserver-xfree86 postinst script use new --stdout option of dexconf,
     and increase versioned dependency of xserver-xfree86 and
     xserver-xfree86-dbg on xserver-common accordingly.  (Thanks to Andrew
     Suffield for pointing out this problem.)
 
   * Fix XFree86 X server's PCI bus support code to be able to cope with both
     Linux 2.4 and Linux 2.6 styles of organization for /proc/bus/pci, checking
     for the 2.6 style first (thanks, Daniel Seyffer and Ciaran McCreesh).
     (Closes: #225526)
 
   * Modify xserver-xfree86's config script to be more paranoid and mistrustful
     of Discover.  Store standard error from checking for the installed version
     of Discover instead of discarding it, and if this fails, report Discover's
     error output to the user and trap the failure instead of permitting it to
     break us.  (Thanks to Kevin B. McCarty for identifying the cause of these
     mysterious failures; see #251690 and #252348.  Thanks also to the libcurl2
     maintainer for the reminder that "The issue isn't whether you're
     paranoid...The issue is whether you're paranoid enough." [Max Peltier])
     (Closes: #149586)
 
   * Expand patch #104 to prevent 64-bit addressing modes from being used when
     they should not be on UltraSPARC Linux.
 
   * Enhance xserver-xfree86's config script to be able to handle the new
     output format of lspci, which reports the PCI domain information as well.
     Retain support for the older lspci format, and if the output format isn't
     recognized at all, issue a warning and do not set a default answer for the
     BusID debconf question.  (Closes: #251568)
 
   * Update xserver-xfree86's config script and debconf templates file to
     support "1280x1024 @ 60Hz" in the list of modes the user can select to
     configure the monitor characteristics using the "medium method".
 
   * Fix and enhance Bus ID validation code in xserver-xfree86's config script
     to recognize all bus types and corresponding ID formats supported by
     XFree86 (ISA, PCI, SBUS).  Update template descriptions accordingly.
     (Closes: #251808)
 
   * Add "bug" script for xlibmesa-dri package to attempt to automatically
     gather useful information when people report problems with DRI/3D
     acceleration.  Ship this script in the xlibmesa-dri package where
     reportbug will find it.  Thanks to Michel Dänzer for his suggestions.
 
   * Fix bug in sessreg such that it assumes hostnames in utmp entries are
     unique in the last four characters.  Rectify this problem by hashing the
     entire hostname field from the utmp entry, so that we can tell unlike
     hostnames apart with much greater reliability.  There is still a
     possiblility of one hash collision in 2^32.  Apply patch by Maximiliano
     Curia and Damián Viano, using a public-domain hash algorithm by Bob
     Jenkins.  Thanks also to Margarita Manterola for helping to steer this
     ship into port.  (Closes: #229785)
 
   * Fix problem with numbers and symbols being un-typable in the Lithuanian
     keymap (patch by Mantas Kriaučiūnas via Vytautas Lukenskas).
     (Closes: #247387)
 
   * Fix a few problems with the U.K. Macintosh keyboard layout:
     + Map <TLDE> key to "section, plusminus".
     + Map <LSGT> key to "quoteleft, asciitilde".
     + Map AltGr+<AE02> to "EuroSign".
     + Include group(switch) symbols so that the already-defined mapping
       of AltGr+<AE03) to "numbersign" can be used.
     (Closes: #201737)
 
   * Implement XkbOption "compose:caps" (make the Caps Lock key a compose key,
     a.k.a. Multi_key), courtesy of Andrew Suffield.  (Closes: #251310)
 
   * Update Catalan debconf template translations (thanks, Ivan Vilata i
     Balaguer).  (Closes: #253484)

 -- Fabio M. Di Nitto <fabbione@fabbione.net>  Wed, 16 Jun 2004 07:29:04 +0200

xfree86 (4.3.0.dfsg.1-4) unstable; urgency=medium

   * The "thanks for the 'testing'" release.
 
   Changes by Branden Robinson:
 
   * Fix hang in xserver-xfree86 config script by telling grep what file to
     search.

 -- Branden Robinson <branden@debian.org>  Fri, 28 May 2004 21:49:53 -0500

xfree86 (4.3.0.dfsg.1-3) unstable; urgency=low

   Changes by Branden Robinson:
 
   * Fix breakage of NumLock under XKB, caused by crack-addled patch that
     warped the XKB types/basic file 7 years backwards in time.
     (Closes: #251119)
 
   * Rework xserver-xfree86/config/device/driver debconf logic.
     + Attempt to populate driver choices by scanning filesystem first.
     + observe() if we do not find any.
     + Set default driver on an architecture-specific basis.  Use vga for
       alpha; vesa for amd64, hurd-i386, and i386; and fbdev for everyone else,
       except mips and mipsel boxen that report themselves as "SGI Ind*"
       machines via /proc/cpuinfo, for which we default to newport.
       (Closes: #226193, #249614)
 
   * Update xserver-xfree86/config/device/bus_id logic.
     + Add comments describing why we don't default to a blank answer all the
       time.
     + Use "1" as the default answer on systems that identify themselves as
       "SGI Indigo2" machines via /proc/cpuinfo.
     + Update template description to tell SGI Indigo2 XL users to specify "1"
       for the BusID.
 
   * Move XDeviceTimeCoord(3x) manpage from libx11-dev to libxi-dev, where it
     belongs.  Make libxi-dev conflict/replace libx11-dev (<< 4.3.0.dfsg.1-3)
     so that upgrades proceed smoothly.  Thanks to Stephen Kitt for identifying
     this problem.  (Closes: #233839)

 -- Fabio M. Di Nitto <fabbione@fabbione.net>  Fri, 28 May 2004 19:41:04 +0200

xfree86 (4.3.0.dfsg.1-2) unstable; urgency=low

   Changes by Branden Robinson:
 
   * Fix 30xfree86-common_xresources Xsession script to check for existence of
     xrdb command before attempting to execute it, and warn if it is not found
     (thanks, Ryan Murray).  (Closes: #242485)
 
   * Fix shell scriptlets in Xsession.d to use shell's && and || operators
     instead of test(1)'s -a and -o operators, since the former is
     POSIX-compliant and the latter is not.
 
   * Add support for the AMD64 architecture (thanks, Andreas Jochens!).
     (Closes: #240889)
 
   * Grab updated list of PCI IDs from XFree86 CVS as of 2003-10-30.  Remove
     superseded parts of patches #030a, #030b, #099.
 
   * Grab updated XFree86 X server I2C code from XFree86 CVS as of 2003-08-29.
     Implements and exposes xf86I2CGetScreenBuses() function.
 
   * Grab updated XVideo (Xv) server-side implementation from XFree86 CVS as of
     2003-04-30.
     + Initialise v4l's XVideo adaptors last (Marc La France).
     + Reduce cut&paste effects by adding more helpers to Xv (derived from
       #5645, Björn Augustsson, Marc La France).
     + XvExtension driver cleanups (Marc La France).
     + Fix precision problems in xf86XVClipVideoHelper (Marc La France).
 
   * Backport XFree86 X server ATI driver (including Rage 128 and Radeon
     sub-drivers) from XFree86 CVS as of 2004-02-11.  Drop superseded patches
     #030[a-h], #048, #049, #085, and #099.  Add patch #030 which fixes driver
     to work with not-backported overhaul of X server's region macros.  Resync
     patches #022, #024, #025, #027, #069, #079, #450, #451, and #600.
     + adds support for Radeon IGP320; Radeon IGP330/340/350; Radeon 7000 IGP;
       Radeon 9100; Radeon 9500; Radeon 9000 IGP; Radeon 9200; Radeon Mobility
       M9+; Radeon 9600; Radeon 9800; Radeon 9800XT
     + add display bandwidth calculation routine to Radeon driver to fix
       flickering/tearing display problem (Closes: #218169)
     + fixes Radeon register initialization for RGB offset to fix the
       "milky-screen" problem (Closes: #234025)
     + radeon driver now supports "ForceMinDotClockOption" (Closes: #240581)
 
   * Grab from XFree86 CVS (2003-11-23) a fix to a problem resolving hostnames
     of indirect entries in xdm's Xaccess file.  Resync patch #002.
     (Closes: #245044)
 
   * Update (from XFree86 CVS, 2003-12-18) the XFree86 X server's PCI bus
     handling code and device recognition databases from CVS.  Resync patch
     #452.  Delete superseded patch #453.
     + Simplify internal interfaces in the PCI code and remove the Xserver's
       interference with normal PCMCIA operation (Marc La France).
     + Fixed typo in getPciBiosTypes() (Bugzilla #382,  Jakub Bogusz).
     + Change DEVID macro to work around glitch in SCO's C compiler (Marc La
       France).
     + Fixed support for 64bit PCI bus on 32bit systems (Egbert Eich).
     + Be a little more precise about differentiating between active and
       inactive non-video PCI resources (Marc La France).
     + Fix bug in detection of multi-function PCI devices (Marc La France, in
       partial resolution of Bugzilla #574).
     + Rip out incorrect limits on the number of PCI buses an ix86 chipset can
       handle and implement an improved solution for avoiding "phantom" PCI
       buses (Marc La France, Bugzilla #604).
 
   * Add dependencies on libxext-dev, libxi-dev, and xlibs-static-dev to
     libx11-dev, and explain why in the latter's extended description.  Thanks
     to Filip Van Raemdonck for noticing this problem.  (Closes: #247525)
 
   * Backport XFre86 X server VIA driver from XFree86 CVS HEAD as of
     2004-02-12.  This driver adds support for the VIA CLE266 and related
     northbridge integrated chipsets, typically found in VIA EPIA-M Mini-ITX
     systems.  Add patch #048 (not from XFree86 CVS) to enable the driver in
     the build.  (Thanks, Adam Conrad!)
 
   * Add package infrastructure in debian/ directory for the new VIA
     driver.  (Thanks, Adam Conrad!)
     + Add "via" to DRIVER_LIST for hurd-i386 and i386 in
       xserver-xfree86.config.in.
     + Add /usr/X11R6/lib/{modules/drivers/via_drv.o,man/man4/via.4x}
       to xserver-xfree86.install.{hurd-,}i386 and MANIFEST.{hurd-,}i386.
 
   * Grab latest version of Thomas Winischhofer's SiS driver for the XFree86 X
     server from his website as of 2004-05-10.
     + display should no longer "melt" on SiS 630ST (Closes: #245249)
     + SiS 330 (Xabre) support improved and should no longer hang system
       (Closes: #246087)
 
   * Stop shipping the "Xterm Control Sequences" document in the xspecs
     package; ship it only in xterm.  Add HTML version of this document to the
     xterm package.  Update xterm's extended description to mention the
     availability of this document.
 
   * Grab latest version of XTerm from Thomas Dickey's website.  Revert
     inconsequential changes merged from XFree86 CVS after 2004-02-13 that
     could conceivably be under the XFree86 1.1 license's terms.
     + When deriving bold fontname from normal fontname, use the normal font's
       average width to avoid for example selecting 7x13bold from an 8x13
       normal font.  (Closes: #107769)
     + Modify xtermAddInput() to use the complete set of default keyboard
       translations so that one can use shifted pageup, wheel mouse, etc.,
       while the mouse pointer is over the scrollbar.  (Closes: #178812)
     + Improve description of utf8 resource in manpage.  (Closes: #179407)
     + Correct comment in terminfo file regarding modifier used for kDC.
       (Closes: #189764)
     + Correct typo in example for character classes in xterm manpage.
       (Closes: #198910)
     + Add translation to ASCII of commonly-used characters that groff
       translates to Unicode, when the font in use does not provide the
       corresponding glyphs.  (Closes: #219551)
     + Add a limit check to ScrnTstWrapped() (XFree86 Bugzilla #981).
       (Closes: #222530)
     + Modify uxterm script to interpret help and version options so xterm does
       not always create a window when the user requests this information.
       (Closes: #223926)
     + Modify initialization of terminal colors, e.g., mouse pointer and text
       cursor, to treat XtDefaultForeground and XtDefaultBackground values as
       the actual foreground and background colors of the terminal rather than
       white and black.  (Closes: #241717)
 
   * XTerm's manual page now accurately documents the default set of VT
     terminal colors used in the XTerm-color app-defaults file.  (Upstream
     adopted Debian's changes.)  (Closes: #247705)
 
   * Stop using an Xaw7 gradient for the backgrounds of the xterm menus; it
     produces an unappealing effect if the menus are configured to use a larger
     font than the stock configuration (also, xterm has added items to some
     menus since I last calculated the gradient size and I can't be bothered to
     do it again).
 
   * If the X server is capable of color and has more than 8 planes of color
     depth available, set the menu colors to gray15 on antique white, and
     customize the appearance VT widget's scrollbar.  Otherwise, do not eat up
     precious entries in the color palette.
 
   * Define the "xterm-debian" terminal type in the termcap and terminfo files
     as an alias for "xterm-new" instead of "xterm-xfree86", reflecting
     upstream change.
 
   * Update references to Debian Policy Manual to cite the correct section for
     backspace key handling.
 
   * Ship the new README.i18n document in /usr/share/doc/xterm.
 
   * Grab a couple of minor documentation-related fixes from XFree86 CVS.
     + There's no config/util/rman.man (Peter Stromberg). [Matthieu Herrb]
       From XFree86 CVS 2003-04-07.  Delete superseded patch #006.
     + One xieperf reference left over.  Noticed by ISHIKAWA Mutsumi. Thanks.
       [Matthieu Herrb]  From XFree86 CVS 2003-04-14.
 
   * Grab a fix to the XFree86 X server chips driver from XFree86 CVS
     2003-04-04.
     + Fixed DPMS problem on C&T 69000 due to incorrect LCD flag (Bugz: 101,
       Egbert Eich).
 
   * Grab updates to XKB documentation and code from XFree86 CVS.
     + Fix typo in XKB README.config file.  (Egbert Eich, 2003-04-07)
     + Fix xkbcomp crash with some combinations of layouts in a multi-layout
       keyboard map (Ivan Pascal).  (2003-04-19)
 
   * Grab updates to XKB data from XFree86 CVS, none later than 2003-04-30.
     Resync offsets in patches #082 and #084.  Update MANIFEST files and
     xlibs.install to recognize and ship new XKB symbols files hr_US, th_pat,
     and th_tis.
     + Add Thai (Pattachote) and Thai (TIS-820.2538) keymap support as layouts
       "th_pat" and "th_tis", respectively.  [Theppitak Karoonboonyanan, Visanu
       Euarchukiati, Supphachoke Santiwichaya, David Dawes]
     + Fix a typo that causes the 'yu' keymap to emit a lower case 'L' in both
       shift states (#A.1675, Nikola Smolenski). [David Dawes]
     + Add xkb symbols layout for BTC 5090 internet keyboard (Bugz: 57, Jack
       Angel). [Egbert Eich]
     + Add keys missed in multi-layout keyboard maps: LSGT key in [...]
       'old','phonetic' variants in Armenian map (Ivan Pascal).
     + Update Italian keyboard map (Bugzilla #109, Sebastiano Vigna). [Ivan
       Pascal]
     + Fix the <KPDL> mapping for the hr XKB map, and add an hr_US map
       (#A.1726, Vlatko Kosturjak). [David Dawes]
     + Keyboard maps cleanups, including:
       - fix incorrect aliases in a keycodes file.
       - remove unneeded type declarations.
       - remove ThirdLevel modifier key descriptions in maps and replace them
         with references to a common one in 'level3' file.
       - some cosmetic changes.
       (Ivan Pascal). [David Dawes]
 
   * Apply Michel Dänzer's fix for Radeon driver trying forever to initialize
     card if card's firmware is not loaded.  Add patch #006.  Resync patches
     #024, #079.  (Closes: #246901)
 
   * Add Turkish debconf template translations (thanks, Osman Yüksel).
     (Closes: #248144)
 
   * Adjust package relationships of libxrandr2 and libxrandr2-dbg so that they
     no longer conflict with and replace xlibs (<< 4.3.0); there are no file
     overlaps in these cases (though there are with libxrandr-dev), so such
     declarations are spurious.  (Closes: #248539)
 
   * Handle failure of "which" command when processing arguments to Xsession,
     so that the script is not aborted prematurely (thanks, Oliver Bausinger).
     (Closes: #248632)
 
   * Update ARM support patch #315 to add #define guards against more instances
     of x86 and legacy VGA I/O code (thanks, Wookey).  (Closes: #234808)
 
   * Add dependency of libxp-dev on xlibs-static-dev, since the former's
     Print.h #includes the latter's Xauth.h (thanks, Matt Kraai).
     (Closes: #249738)
 
   * Remove spurious sourcing of debconf confmodule from maintainer scripts
     that do not actually need it (thanks, LaMont Jones).  (Closes: #250061)
 
   Changes by Fabio Massimo Di Nitto:
 
   * Update xutils's package description to refer to bdftruncate and ucs2any
     programs by their correct names.

 -- Fabio M. Di Nitto <fabbione@fabbione.net>  Tue, 25 May 2004 22:11:46 +0200

xfree86 (4.3.0.dfsg.1-1) unstable; urgency=low

   Changes by Branden Robinson and Fabio Massimo di Nitto:
 
   * Re-generate .orig tar archive to eliminate files containing object code
     with no corresponding source (none of which are actually needed or used by
     XFree86 at run time).  Add these files to the prune-non-free script.
     Update patch #025 to stop patching one of the affected files and add patch
     #913 to remove all references to the affected files inside the code
     required to build.  Update MANIFEST and xserver-xfree86.install files for
     alpha, hurd-i386, i386, ia64 and sparc accordingly. Thanks to Nathanael
     Nerode for his assistance with this issue.  (Closes: #242865)
 
   * Fix SEGV when attempting to use GLX extension on SPARC due to failure of
     extension to initialize a Mesa context; patch by Ferris McCormick,
     backported from XFree86 CVS 2003-12-08 by Christian Guggenberger,
     and updated to build on non-SPARC architectures by Fabio M. Di Nitto.
     (Closes: #241331)
 
   Changes by Fabio Massimo di Nitto:
 
   * Quote menu items in Debian menu files (quiets Lintian warning).
 
   Changes by Branden Robinson:
 
   * The tar achive within the .orig tar archive (stored this way due to the
     requirements of dbs) has been re-packed using gzip instead of bzip2.  This
     increases the size of the .orig tar archive by 10MB (a 21% increase), but
     speeds unpacking of the stored tar achive from 2m49s to 39s on a 400MHz
     PowerPC 750 (G3) processor with 512MB of RAM.
 
   * Add FAQ entry about the <LSGT> key problem.  Edit news item about the
     <LSGT> problem to tidy up the wording a little and direct people to the
     FAQ for more information.
 
   * Make xev flush standard output after processing each event, since its
     exit(0) is unreachable code (thanks, Bill Currie).  (Closes: #238638)
 
   * Fix compilation of a.out object loader on uClibc (and possibly other
     non-GNU-libc systems) in XFree86 X server by including correct header file
     for ntohl() prototype (thanks, Erik Andersen).  (Closes: #216806)
 
   * Restore original xdm behavior of interpreting an XDMCP request port of
     zero (the default) as an instruction not to open a port at all.
     Equivalent code was apparently accidentally deleted in upstream CVS
     (thanks, Jeff King).  [SECURITY FIX] (CAN-2004-0419) (Closes: #239341)
 
   * Fix cosmetic formatting error in dexconf manpage.
 
   * Improve logging of xdm's script handling in session.c.
     + Make execution of the session program an informational log message (with
       LogInfo()), not a Debug() message.
     + Ensure that source()d scripts (Xreset, Xsetup, Xstartup) can be
       fopen()ed before invoking runAndWait() on them.  If they can, LogInfo()
       the fact.  If they cannot, LogInfo() that, too, and use _SysErrorMsg()
       to report why fopen() failed.  (Closes: #219311)
     + Make source() complain using Debug() when it is given a null pointer in
       its file argument.
     + For clarity, make source() return from only one location.
 
   * Clean up debian/rules's "not building" logic.
     + Rename NOT_BUILDING_XF86_SERVER to NOT_BUILDING_XFREE86_X_SERVER.
     + Use NOT_BUILDING_XFREE86_X_SERVER, not NOT_BUILDING_X_SERVER, to control
       whether build-tree/xc-xserver-xfree86-dbg is populated and built.  This
       should speed up builds on the s390 architecture.
     + Drop now-unused NOT_BUILDING_X_SERVER variable entirely.
 
   * Stop shipping the generated files encodings.dir, fonts.cache-1, fonts.dir,
     and fonts.scale in the xfonts-scalable package.  (Closes: #238555)
 
   * If defoma-app and fontconfig's defoma script are available, invoke
     "defoma-app update fontconfig" on package configuration and removal;
     otherwise, use fc-cache as before.  (Closes: #238797)
 
   * Stop setting the debconf-configured default amount of video RAM to 8MB for
     users of the i810 driver; in XFree86 4.3.0, the i810 driver defaults to
     8MB internally, and the i830 driver defaults to 32MB if DRI is enabled,
     and 8MB otherwise.  (Closes: #238340)
 
   * If using Discover 1.x to scan for hardware in the XFree86 X server
     packages' config scripts, pass the discover command the
     "--disable=serial,parallel" option to avoid long delays on some systems.
     We're certain to not find a VGA device on those buses anyway.  Also,
     discard standard error output from discover 1.x.  (Closes: #237046)
 
   * If using Discover 2.x to scan for hardware in the XFree86 X server
     packages' config scripts, invoke the discover command such that an
     abnormal exit on its part does not crash the script.
 
   * Grab fixes to the X server's DIX events processing from XFree86 CVS
     (none later than 2004-01-23).
     + Fix a potential hang in Xinerama caused by an uninitialized
       sprite.hotShape. [Mark Vojkovich]
     + Build fix for when XKB is disabled but XINPUT isn't.  Reported by Paul
       Jarc. [Marc Aurele La France]
     + Fix a crash when xkb is disabled. [Matthieu Herrb] (Closes: #238407)
 
   * Apply patch by Emmanuel Thomé and Ole Rohne to enable resume from suspend
     level S3 on Dell D600 and D800 laptops; when the VT is re-entered, the
     Radeon chipset's memory size is queried, and if zero is returned, the
     chipset is re-POSTed via the int10 interface.  (Closes: #234575)
 
   * Implement IsolateDevice and SingleCard layout options for XF86Config, and
     -isolateDevice command-line flag for XFree86 X server.  Useful for
     multi-card setups where different X servers run on each card (thanks,
     Andreas Schuldei).  (Closes: #207543)
 
   * Correct the package description of libx11-6-dbg to accurately identify the
     location of Xlib's loadable modules (thanks, Chung-chieh Shan).
     (Closes: #239988)
 
   * Fix the latin(type3) PC keyboard map to override the AB10 key definition
     inherited from the basic layout, mapping the key to "minus, underscore"
     rather than "slash, question".  This enables the al (Albanian), hr
     (Croatian), pl2 (Polish QWERTZ), si (Slovenian), and yu (Yugoslavian)
     layouts to inherit this key mapping (though al overrides it).  Thanks to
     Josip Rodin for reporting this bug and testing the fix.  (Closes: #236604)
 
   * Update libxmuu-dev's package description to explain why it does not ship
     header files.
 
   * German keyboards using the "nodeadkeys" variant should produce an
     apostrophe, not an acute accent, when <AE12> is pressed.  This change is
     also consistent with the existing xc/programs/xkbcomp/symbols/de file
     (thanks, Andreas Metzler).  (Closes: #241127)
 
   * Demote x-window-system-dev's priority to "extra" since it depends on
     library -dbg packages, which are themselves of extra priority (see Debian
     Policy section 2.5).
 
   * Add Fabio Massimo Di Nitto to list of package uploaders.
 
   * Fix update-fonts-scale to not attempt to manipulate temporary files that
     do not exist.  (Closes: #243000)
 
   * Enhance update-fonts-scale in several small ways:
     + Improve comments.
     + Update copyright notice.
     + On startup, query the terminal with stty if $COLUMNS is not set.
     + Send all diagnostic messages to standard error output in message()
       function.
     + Add observe() function for debugging diagnostics.
     + Rename error() to die() and update invocations of it accordingly.
     + Quote shell variables more religiously when expanding them.
     + Use consistent syntax style.
     + Update Vim modeline.
 
   * Improve update-fonts-scale(8) manual page:
     + Update copyright notice.
     + Fix minor wording issues.
     + Add "ENVIRONMENT" section documenting effects of $COLUMNS and $DEBUG.
     + Add a preface to the "DIAGNOSTICS" section.
     + Document the new "index references nonexistent font file" diagnostic.
 
   * Update xdm.options(5) and xfs.options(5) manual pages to instruct the user
     to use the invoke-rc.d command instead of invoking packages' init scripts
     directly.
 
   * Improve xfs package's maintainer scripts:
     + Always start the daemon on package install (as opposed to upgrade).
       (Closes: #241539)
     + Replace xfs "upgrade" flag file with two distinct ones, "install" and
       "daemon-not-stopped".  Create install flag file when preinst script is
       invoked with "install" argument; remove in postinst, and in postrm when
       invoked with "abort-install" or "abort-upgrade" argument.  Create
       "daemon-not-stopped" flag file in prerm script if the daemon is not
       stopped with invoke-rc.d; remove in postinst, and in postrm when invoked
       with "abort-upgrade" argument.
     + Duplicate the postinst's daemon logic in the postrm when invoked with
       the "abort-upgrade" argument; this way the daemon is restarted if it was
       stopped for upgrade, but the upgrade failed.
     + Pass package name literally to update-rc.d and invoke-rc.d; quiets
       lintian warning.
     + Call db_stop before update-rc.d; if the latter spews to stdout, it can
       confuse debconf.
     + Use shell's && and || operators instead of test(1)'s -a and -o
       operators, since the former is POSIX-compliant and the latter is not.
 
   * Disable RandR extension support in siliconmotion driver when the driver's
     "Rotate" option is used (thanks, Jim Paris).  (Closes: #241286)
 
   * Implement XkbOption "grp:sclk_toggle" (pressing Scroll Lock toggles the
     key group), courtesy of Michal Kaspar.  (Closes: #242209)
 
   * Provide instructions on how to read the FAQ in every README.Debian file.
 
   * Add dependency of libxtst-dev on libxi-dev; XTest.h #includes XInput.h for
     a structure definition, though objects that link against libXtst don't
     necessarily link against libXi (thanks, Glenn Maynard).  (Closes: #242830)
 
   * Update list of available video drivers on each architecture in
     xserver-xfree86's config script.
 
   * Migrate users of the GPM repeater (/dev/gpmdata) to the IntelliMouse
     protocol and make this the only protocol supported in debconf for that
     mouse port.  Document and justify migration in NEWS file.
     (Closes: #233933)
 
   * Tidy up relationships with now-vanished xlib6g and xlib6g-dev packages.
     This enables people to keep the versions of these packages that were
     harmless pseudopackages on the system.
     + Version xfree86-common's and xutils's replacement of xlib6g-dev at <<
       4.0 (xlib6g-dev shipped no files after that).
     + Version xlibs's conflict with and replacement of xlib6g and xlib6g-dev
       at << 4.0.  (Closes: #233818)
     + Version xlibs-static-dev's conflict with and replacement of xlib6g-dev
       at << 4.0.
 
   * Re-order diagnostic output of xserver-xfree86 bug script to be skimmable
     more quickly (in Branden's opinion, anyway).
 
   * Fix dexconf to not write an empty line to the end of generated
     XF86Config{,-4} files.
 
   * Rename shell-lib.sh's safe_debconf() function to run(); there's no reason
     to imply it's useful only for debconf commands.  Update all script
     invocations of safe_debconf() to run().
 
   * Source the debconf confmodule before setting variables local to
     maintainer scripts; the way confmodule works causes the values of any
     unexported variables already set to be lost (continuation of incomplete or
     regressed fix from 4.2.1-10).
 
   * Fix up xfree86-common postinst and postrm scripts in minor ways.
     + Pass package name literally to update-rc.d and invoke-rc.d; quiets
       lintian warning.
     + Use shell's && and || operators instead of test(1)'s -a and -o
       operators, since the former is POSIX-compliant and the latter is not.
 
   * Improve xdm package's maintainer scripts:
     + Add capability to start the daemon on package install, controlled by the
       "start-on-install" flag in /etc/X11/xdm/xdm.options (which defaults
       off).  Update xdm.options(5) manpage to document this option and explain
       why it defaults off.
     + Replace "upgrade" flag file with two distinct ones, "install" and
       "daemon-not-stopped".  Create install flag file when preinst script is
       invoked with "install" argument; remove in postinst, and in postrm when
       invoked with "abort-install" or "abort-upgrade" argument.  Create
       "daemon-not-stopped" flag file in prerm script if the daemon is not
       stopped with invoke-rc.d; remove in postinst, and in postrm when invoked
       with "abort-upgrade" argument.
     + Make the logic deciding whether or not to start the daemon more
       sophisticated.  After determining the user's intentions via the
       xdm.options file, check to see if the daemon is already running, and
       record its pid.  If it isn't, check xdm's Xservers file to see if we
       would be starting an X server on the current display.  If either of
       these is the case, refuse to start the daemon and issue a warning
       message explaining why.
     + Duplicate relevant logic from the postinst script logic in the postrm
       when invoked with the "abort-upgrade" argument; this way the daemon is
       restarted if it was stopped for upgrade, but the upgrade failed.
     + Pass package name literally to update-rc.d and invoke-rc.d; quiets
       lintian warning.
     + Call db_stop before update-rc.d; if the latter spews to stdout, it can
       confuse debconf.
     + Use shell's && and || operators instead of test(1)'s -a and -o
       operators, since the former is POSIX-compliant and the latter is not.
 
   * Migrate xdm's PAM configuration to the New World Order.  (Closes: #231589)
     + Use @include common-{auth,account,session,password} to load pam_unix.so
       instead of doing so directly.
     + Load pam_nologin.so as a requisite auth module.
     + Load pam_limits.so as a required session module.
     + Make xdm depend on libpam-modules and libpam-runtime (>= 0.76-13.1).
 
   * Fix problem with DVI displays connected to ATI Radeon 9200 cards not
     initializing properly every other time the X server is started (patch by
     Hui Yu of ATI, from XFree86 Bugzilla #673).  (Closes: #243575)
 
   * Fix problem with shift key misbehaving when caps lock active on PC
     keyboards using the Dvorak layout: don't define such keyboards as
     four-level (patch by Ivan Pascal, from XFree86 CVS 2003-04-19 via Denis
     Barbier).  (Closes: #242987)
 
   * Apply backport by David Mosberger of PCI support in XFree86 CVS (no code
     more recent than 2003-10-30) for the ZX1 IA-64 chipset.  (Closes: #238276)
 
   * Fix typo in sun rules file for XKB: provide separate "type6" and
     "type6_euro" model definitions, instead of defining "type6" twice (thanks,
     Denis Barbier).
 
   * Rewrite prune-non-free script, and move it to debian/scripts directory.
 
   * Fix typo in example XKB option in Danish translation of
     xserver-xfree86/config/inputdevice/keyboard/options template (thanks,
     Denis Barbier).
 
   * Fix _XimProtoCreateIC() to call _XimUnregisterFilter() on errors creating
     the input context.  Prevents a SEGV in the ximcp Xlib module (thanks,
     Chung-chieh Shan).  (Closes: #239991)
 
   * Add XKB support for Compaq Evo laptop multimedia keys (patch by Egbert
     Eich, from XFree86 CVS 2003-09-08).  (Closes: #222804)
 
   * Fix the altwin:meta_win and altwin:left_meta_win XKB options to not
     override current definitions of Alt keys or the Mod1 modifier map (thanks,
     Denis Barbier).  (Closes: #234081)
 
   * Fix AT keyboard rate I/O controls by operating on the actual console file
     descriptor, not on file descriptor zero (thanks, Keith Packard).
     Suppresses warning messages from Linux 2.6.  (Closes: #224909)

 -- Fabio M. Di Nitto <fabbione@fabbione.net>  Wed, 28 Apr 2004 18:55:17 +0200

xfree86 (4.3.0-7) unstable; urgency=medium

   * Urgency due to fix for FTBFS.  Yes -- I too am begging for it to stop.
 
   * Fix default library build defines to not build the (X)Render, Xft, Xft1,
     or Xcursor libraries if BuildLibraries is not "YES".  This prevents
     gratuitous library builds when, e.g., BuildServersOnly is set to YES.
     Clarify and improve related patch annotation.  Also, fix the Imake
     configuration for Debian GNU/Linux, the Hurd, and GNU/FreeBSD to not force
     BuildXft1Library to YES unconditionally.  These changes resolve a FTBFS in
     environments where libxext-dev is not installed, since the Xft1 library
     was getting gratuitously built during the debugging server build, and
     couldn't find the Xext library to link against.  As a minor bonus, this
     should speed the build up a little, since a library that isn't needed is
     no longer being built.

 -- Branden Robinson <branden@debian.org>  Wed, 17 Mar 2004 13:13:31 -0500

xfree86 (4.3.0-6) unstable; urgency=medium

   * Urgency due to fix for FTBFS on SPARC.
 
   * Fix build-server rule to copy a hardlinked source tree for the debugging
     server build exactly as the normal build rule does; the clever tricks
     undertaken to conserve inodes did not work properly (thanks, Daniel
     Jacobowitz).
     - debian/rules
 
   * Fix build-server's stamp rule to depend on patch-audit's stamp rule, not
     patch-audit itself (thanks, Daniel Jacobowitz).
     - debian/rules
 
   * Fix yet another incorrect usage of printf.  Aggressive line-wrapping at 80
     columns considered harmful!
     - debian/xlibs.bug
 
   * Flesh out elographics driver manpage, courtesy of Lee Maguire.
     (Closes: #236388)
     - debian/patches/075_elographics_improve_manpage.diff
 
   * Update examples and information in xdm's Xservers file to give sysadmins
     more detailed and accurate advice, and to use XFree86 4.x's "-depth"
     option in the examples instead of XFree86 3.x's "-bpp" option.  Thanks to
     Frank Murphy for pointing out how long in the tooth this information had
     become.  (Closes: #237878)
     - debian/patches/905_debian_xdm.diff
 
   * Drop xlibs's conflicts/replaces relationship with xlib6 (the old,
     no-longer-maintained, security-hole-ridden libc5 version of the X
     libraries from XFree86 3.3.6), because it is spurious.  There is no file
     overlap and no particular reason to force xlib6 off the system, apart from
     the sheer insanity of keeping libraries with known security holes on the
     system.  However, that's the user's decision.  (Closes: #236780)
     - debian/control
 
   * Revert patch applied in 4.3.0-3 to enhance the sunffb driver;
     unfortunately, it does not build.  (Closes: #236705)
     + Apply patch by David S. Miller to implement XAA and Render support in
       the sunffb driver.
     - debian/patches/073_sunffb_xaa_render_fb_support.diff: deleted
 
   * Fix IGNORE_MANFIEST_CHANGES logic to properly distinguish diff's exit
     codes, and work as intended.  Thanks to Daniel Schepler for bringing this
     problem to my attention.  (Closes: #238080)
     - debian/rules

 -- Branden Robinson <branden@debian.org>  Tue, 16 Mar 2004 15:44:17 -0500

xfree86 (4.3.0-5) unstable; urgency=medium

   * Urgency due to fix for FTBFS on some architectures.
 
   * Fix more non-idiomatic and incorrect usages of printf.
     - debian/xlibs.bug
     - debian/xserver-xfree86.bug
 
   * Update Danish debconf template translations (thanks, Claus Hindsgaul).
     (Closes: #235853)
     - debian/po/da.po
 
   * Revert changeset from upstream CVS HEAD that didn't compile (fixes FTBFS
     on hurd-i386, i386, and ia64).
       + For drivers that support 'Option "dri"' have the driver request
         loading the dri module when this option is true.  This brings
         it in to line with how other things are handled.  Other drivers
         that have DRI support need to have the "dri" option added (David
         Dawes).
     - debian/patches/000_stolen_from_HEAD_i830_driver.diff

 -- Branden Robinson <branden@debian.org>  Thu, 4 Mar 2004 23:08:44 -0500

xfree86 (4.3.0-4) unstable; urgency=medium

   * Urgency due to fix for grave bug which prevents packages from installing
     on systems where shells other than bash, ksh, or posh are used for
     /bin/sh.
 
   * Fix missing non-breaking spaces (thanks, Christian Perrier).
     - debian/po/fr.po
 
   * Stop attempting to chmod X session error file if it is a symbolic link
     (see #234788).
     - debian/local/Xsession
 
   * Grab from upstream CVS HEAD several updates to the en_US.UTF-8 Compose
     file.
       + Add convenient ways to enter "double quote" and "cedilla" with the
         en_US.UTF-8 compose rules (Alexandre Oliva).  (Closes: #234355)
       + Add some missing dead-key compose sequences for Vietnamese (#5981, Le
         Hong Boi).
       + Update Compose file for en_US.UTF-8 locale (Bugzilla #1053, Matthew
         Fischer) and fix wrong comment signs there (Ivan Pascal).
       + Fix some rules in en_US.UTF-8 Compose file (Bugzilla #1071, Matthew
         Fischer).
     - debian/patches/000_stolen_from_HEAD.diff
 
   * Invoke printf with only one format string argument.
     - debian/xserver-xfree86.bug
 
   * Add script to help package maintainers validate shell scripts against
     POSIX-compatible shell interpreters.
     - debian/scripts/validate-posix-sh
 
   * Fix non-POSIX-compliant syntax when placing a here document inside a shell
     expansion (thanks to Colin Watson for ruling out a bug in in some shell
     interpreters).  (Closes: #235687)
     - debian/shell-lib.sh
 
   * Grab from upstream CVS HEAD some fixes to the i810 driver's i830 support.
       + For drivers that support 'Option "dri"' have the driver request
         loading the dri module when this option is true.  This brings
         it in to line with how other things are handled.  Other drivers
         that have DRI support need to have the "dri" option added (David
         Dawes).
       + Update manpage to clarify that XVideo is only enabled by default when
         the configurations supports it.  (David Dawes)
       + Add a "VBERestore" option for the i830 part of the i810 driver, to
         allow the VBE restore bug workaround to be disabled.  This is needed
         for correct text mode restoration on some 830M-based machines
         (David Dawes, reported by Martin van Es).
       + Turn off the GetDisplayInfo BIOS call by default and add an option
         to turn it back on in the i810 driver. This fixes some lockup
         problems found with some Dell BIOS' (Alan Hourihane, Alain Poirier).
         (Closes: #226430)
     - debian/patches/000_stolen_from_HEAD_i830_driver.diff

 -- Branden Robinson <branden@debian.org>  Thu, 4 Mar 2004 09:21:36 -0500

xfree86 (4.3.0-3) unstable; urgency=medium

   * Urgency due to fix for serious bug which frustrates removal of library
     packages.
 
   * Fix missing line-continuation character.  (Closes: #233674)
     - debian/xdm.config.in
 
   * Fix typos.
     - debian/NEWS
 
   * Grab from upstream CVS HEAD a patch to define the <LSGT> key on Belgian
     keyboard maps (per request from Wouter Verhelst).  (Closes: #233734)
     - debian/patches/000_stolen_from_HEAD.diff
 
   * Fix missing-word typo in xserver-xfree86/config/modules description.
     Re-ran debconf-updatepo.  Translators: this will mark your translations as
     fuzzy, but should be a false positive, as the literal meaning of the
     template description has not changed.
     - debian/xserver-xfree86.templates, debian/po/{ca.po,cs.po,da.po,de.po,
       el.po,es.po,fr.po,gl.po,it.po,ja.po,nl.po,pl.po,pt_BR.po,ru.po,sv.po,
       templates.pot}
 
   * Fix typo in libxmuu-dev's dependencies (thanks, Petr Salinger).
     - debian/control
 
   * Fix missing second argument to fgrep in deregister_x_lib_dir_with_ld_so(),
     which can cause it to block, attempting to read from standard input; also
     drop -q from fgrep's option list, since we actually want to do something
     with its output; finally, rework the file replacement logic so that we are
     indifferent to whether or not there are any lines in /etc/ld.so.conf that
     do not match /usr/X11R6/lib, and we do not replace the file if we're not
     actually changing it (thanks, Filip Van Raemdonck and Andreas Metzler).
     (Closes: #233645)
     - debian/shell-lib.sh
 
   * Guard against potentially empty second argument to fgrep in
     find_culprits().  Reimplement the long error message that accompanies the
     discovery of obsolete or Policy-violating packages with file overlaps as a
     here document (since it is a pain to reflow the message every time the
     indentation level is changed).  Use warn() instead of die() in
     check_symlinks_and_bomb() when problems are found, so that multiple
     problems can be identified at the same time, and find_culprits() can be
     run (find_culprits() was previously unreachable).  Call die() after
     find_culprits() returns.
     - debian/shell-lib.sh
 
   * Add script to help package maintainers identify available patch numbers.
     - debian/scripts/find-avail-patch-number
 
   * Define <KPPT> keycode in abnt2 section of XKB xfree86 keycodes file;
     enables numeric keypad period key for Brazilian ABNT2 keyboards (thanks,
     Michael Loos!).  (Closes: #233621)
 
   * Apply patch by David S. Miller to implement support for RGB->BGR
     colorspace conversion in the X server's fb layer.
     - debian/patches/072_Xserver_fb_convert_RGB_to_BGR.diff
 
   * Apply patch by David S. Miller to implement XAA and Render support in the
     sunffb driver.
     - debian/patches/073_sunffb_xaa_render_fb_support.diff
 
   * Fix bug in x86 CPU detection code from Mesa 5.1 that prevented DRI 3D
     hardware acceleration from working (patch from Mesa CVS, courtesy of
     Aurelien Jarno).  (Closes: #229984)
     - debian/patches/000_stolen_from_Mesa_CVS.diff
 
   * Update xserver-xfree86/config/inputdevice/keyboard/model template
     description to include discussion of the distinction between 101/104-key
     PC keyboards, and their 102/105-key counterparts, and warn of the
     consequences if 102/105-key keyboards are misconfigured as 101/104-key
     models.  Re-run debconf-updatepo.  Add news entry with a similar warning.
     - debian/NEWS
     - debian/po/ca.po
     - debian/po/cs.po
     - debian/po/da.po
     - debian/po/de.po
     - debian/po/el.po
     - debian/po/es.po
     - debian/po/fr.po
     - debian/po/gl.po
     - debian/po/it.po
     - debian/po/ja.po
     - debian/po/nl.po
     - debian/po/pl.po
     - debian/po/pt_BR.po
     - debian/po/ru.po
     - debian/po/sv.po
     - debian/po/templates.pot
     - debian/xserver-xfree86.templates
 
   * Make build rule idempotent by having ln and gzip overwrite their
     destinations (based on a patch by Eduard Bloch).  (Closes: #215793)
     - debian/rules
 
   * Fix underlining of TrueType fonts with patch from the After X-TT Project
     (thanks to Sean Neakums for the pointer).  (Closes: #233948)
     - debian/patches/074_freetype_fix_underlining.diff
 
   * Update Japanese debconf template translations (thanks, Kenshi Muto).
     Re-run debconf-updatepo.  (Closes: #234049)
     - debian/po/ja.po
 
   * Update Brazilian Portuguese translations (thanks, André Luís Lopes).
     Re-run debconf-updatepo.  (Closes: #234060)
     - debian/po/pt_BR.po
 
   * Correct minor factual error about DEC VT terminal keyboards (thanks, James
     Cameron!).
     - debian/local/FAQ
 
   * Enhance bug-reporting assistance script for XFree86 X server packages.
       + Report on state of X server symlink and XF86Config-4 file with respect
         to corresponding roster and checksum files.
       + Report failure of various tests (for existence of XF86Config-4 file,
         for availability of lspci command, and so forth); this makes it easier
         to distinguish these diagnostics from a report whose submitter elided
         the information.
       + Show most recently modified XFree86 X server log file instead of
         hard-coding "XFree86.0.log".
       + Add Vim modeline.
     - debian/xserver-xfree86.bug
 
   * Add bug-reporting assistance script for xlibs package; since xlibs now
     contains nothing except for XKB configuration data, all bugs properly
     filed against this package will be keyboard configuration problems, so
     gather and report corresponding keyboard data from XFree86 X server
     logfiles on the system if any.
     - debian/xlibs.bug: new file
     - debian/rules: ship bug script as part of xlibs package
 
   * Add support for R_ALPHA_SREL32 relocations in XFree86 X server's ELF
     object loader; fixes "Elf_RelocateEntry() Unsupported relocation type 10"
     warnings on Alpha; see #234073 (thanks, Falk Hueffner!).
     - debian/patches/202_alpha_elfloader_support_R_ALPHA_SREL32.diff: new file
     - debian/patches/303_arm_cache_flush.diff: resynced
 
   * Update French translations (thanks, Christian Perrier and
     debian-l10n-french!).   Re-run debconf-updatepo.  (Closes: #234903)
     - debian/po/fr.po
 
   * Remove extraneous #undef from lnx_io.c and lnx_kbd.c.
     - debian/patches/050_fix_lnx_io_kbd_rate_fix.diff
     - debian/patches/055_lnx_evdev_keyboard.diff: resync

 -- Branden Robinson <branden@debian.org>  Fri, 27 Feb 2004 15:07:25 -0500

xfree86 (4.3.0-2) unstable; urgency=low

   * The "It's like I have a shotgun in my mouth, I've got my finger on the
     trigger, and I like the taste of the gunmetal." release.
 
   * Set the f---ing distribution to unstable instead of experimental.

 -- Branden Robinson <branden@debian.org>  Wed, 18 Feb 2004 00:28:20 -0500

xfree86 (4.3.0-1) experimental; urgency=low

   * Grab fixes to upstream CVS xf-4_3-branch since last pull.
     - debian/patches/000_post430.diff:
       + (xc/lib/freetype2/Imakefile):
           Include backwards compatibility API for renamed stream functions in
           Freetype2 library.
       + (xc/programs/Xserver/hw/xfree86/drivers/i810/i830_driver.c):
           1011. Build fix for the i810 driver when XF86DRI isn't defined
                 (#6006, Matthias Scheler).
       + (xc/extras/freetype2/src/sfnt/ttcmap.c.save,
          xc/extras/freetype2/src/truetype/ttdriver.c.save,
          xc/extras/freetype2/src/type1/t1driver.c.save,
          xc/extras/freetype2/src/winfonts/winfnt.c.save):
           Remove extra files that shouldn't be there (Bang Jun-Young).
       + (xc/lib/font/fontfile/dirfile.c):
           1012. Fix font alias overrun. [SECURITY FIX] (CAN-2004-0083)
       + (xc/config/cf/Imake.tmpl):
           Make sure a default for HasShadowPasswd gets defined.
       + (xc/lib/font/fontfile/dirfile.c,
          xc/lib/font/fontfile/encparse.c,
          xc/lib/font/fontfile/fontfile.c):
           1013. Some more font path checks. [SECURITY FIX] (CAN-2004-0084,
           CAN-2004-0106)
     - debian/patches/000_stolen_from_HEAD_doc_extensions_fix.diff: resync
     - debian/patches/000_stolen_from_HEAD_i830_driver.diff: resync
     - debian/patches/041_make_xcursor_icondir_configurable.diff: resync
 
   * Fix syntax error in build-server (thanks, David Schmitt).
     (Closes: #225408)
     - debian/rules
 
   * Add new target to rules file, "patch-audit", upon which build targets
     depend.  This target ensures that the patches to the upstream source
     applied cleanly (no offsets, no fuzz).
     - debian/README: document new patch-audit target
     - debian/rules: implement new patch-audit target
 
   * Use hardlinks instead of symlinks when copying build tree for debugging
     server build in build-server target (thanks, David Schmitt).
     - debian/rules
 
   * Search for external Xrender and Xft libraries in /usr/lib instead of
     /usr/X11R6/lib when symlinking them to the local exports directory for
     build purposes.  Update build-dependencies on these libraries' -dev
     packages to ensure their files are where we expect them.
     [ISHIKAWA Mutsumi]
     - debian/rules:
       + symlink libXrender.* from /usr/lib instead of /usr/X11R6/lib
       + symlink libXft.* from /usr/lib instead of /usr/X11R6/lib
     - debian/control:
       + update build-dependency from libxft2-dev to libxft-dev (>= 2.1.2)
       + update build-dependency from libxrender-dev to libxrender-dev
         (>= 0.8.3)
 
   * Stop short-circuiting past update of debconf choices information for
     share/default-x-display-manager template if either the existing owners or
     choices information are null -- doing so was causing some people not to be
     prompted to set their default X display manager when they should have
     been.  Improve debugging output.  (Closes: #226292)
     - debian/xdm.config.in
     - debian/xdm.{postinst,postrm,prerm}.in: add observe() calls to default
       display manager file updates
 
   * Add new Debian X FAQ entry, "Why are some fonts (or graphical rulers)
     sized incorrectly?", based on text submitted by Eduard Bloch (thanks,
     Eduard!).  (Closes: #227217)
     - debian/local/FAQ
 
   * Move rstard.real executable from /etc/X11/rstart to /usr/X11R6/bin.
     (Closes: #143825)
     - debian/patches/000_stolen_from_HEAD.diff:
       (xc/programs/rstart/Imakefile):
       + [Fix] Missing depend target [Marc Aurele La France]
       + Allow rstartd.real to be installed into a location other than LIBDIR
         (#6034, Luke Mewburn).
     - debian/patches/912_debian_rstart.real_location.diff:
       (xc/programs/rstart/Imakefile): use BINDIR instead of MYLIBDIR when
       dealing with RSERVERNAME
     - debian/MANIFEST.*: note new location
     - debian/NEWS: a conffile is being removed on upgrade, so inform users of
       this fact in the unlikely event they customized this ELF executable
     - debian/xutils.install*: ship file from its new location
     - debian/xutils.{postinst,preinst,prerm}.in: prepare, roll back, and
       commit removal of conffile as needed
 
   * Add Greek debconf template translations (thanks, Konstantinos Margaritis).
     Re-run debconf-updatepo.  (Closes: #227616)
     - debian/po/el.po: new
     - debian/po/{templates.pot,*.po}: cosmetic updates made by
       debconf-updatepo
 
   * Fix initialisation of some DRI parameters for RV280 chips (and possibly
     others with the R200 3D core). (Closes: #225759)
     [Michel Dänzer]
     - debian/patches/030b_radeon_rv280_support.diff
     - debian/patches/451_ia64_radeon_pagesize.diff: adjust offsets
 
   * Update build-dependencies; kernel-headers-2.4 (virtual package) becomes
     linux-kernel-headers (real package) and "libpng12-0-dev | libpng-dev"
     becomes "libpng12-dev | libpng-dev" (libpng12-0-dev is no more).
     - debian/control
 
   * Make x-window-system depend on xprt-xprintorg instead of xprt until
     XFree86 gets a fixed XPRINT server.  (Closes: #209352)
     - debian/control
 
   * Acknowledge the long-awaited unscrewing of GNU CPP's -traditional support.
     Remove build-dependency on cpp-3.2 (cpp is build-essential); add
     build-conflict on cpp-3.3 prior to 1:3.3.3ds1-0pre1; generalize
     xbase-clients's, xdm's, and xutils's dependencies from cpp-3.2 to cpp; and
     add conflict for each of these packages with versions of cpp-3.3 prior to
     1:3.3.3ds1-0pre1.  Remove patch that defines CppCmd to be cpp-3.2.
     - debian/control
     - debian/patches/003a_damn_cpp_3.3_to_hell.diff: deleted
 
   * Grab from upstream CVS HEAD a patch to the DIX layer to work around
     spurious repeated keyboard events during sync grabs when using the XKB
     extension (thanks to Mark Histed for the tip).  (Closes: #142569)
     - debian/patches/000_stolen_from_HEAD.diff
 
   * Grab (from upstream Mesa 5.1) a patch which re-implements the x86 CPU
     detection code, which should rectify problems with spurious detection and
     attempted usage of 3Dnow! extensions on Pentium 4 processors (thanks, Petr
     Sebor).  (Closes: #215831)
     - debian/patches/000_stolen_from_Mesa_5.1.diff
 
   * Update German debconf template translations (thanks, Alwin Meschede).
     Re-run debconf-updatepo.  (Closes: #228704)
     - debian/po/de.po
     - debian/po/{templates.pot,*.po}: cosmetic updates made by
       debconf-updatepo
 
   * Fix some bit rot in patch to xdm's session.c file; upstream has changed
     StartClient() to use a locally-scoped variable called pamh which is
     initialized to the return of thepamh(), instead of calling thepamh() every
     time the PAM handle is needed.
     - debian/patches/002_xdm_fixes.diff
 
   * Drop xlibs-static-dev's (exact versioned) dependency on xlibs, since I
     cannot think of a justification for it.  XKB data is not needed to compile
     objects that use XKB extension libraries, there is nothing else in xlibs,
     xlibs-static-dev still depends on -dev packages necessary to link objects
     using the libraries in this package, there is no shared counterpart for
     the libraries in this package upon which to declare an exact versioned
     dependency, and xlibs-static-dev is Architecture: any while xlibs is
     Architecture: all -- this renders binary-only NMUs of xfree86 impossible.
     Thanks to Colin Watson for bringing this issue up on debian-policy.
     - debian/control
 
   * Create the /etc/X11 directory in the xserver-common and xserver-xfree86
     package preinst scripts if the directory does not already exist.  These
     scripts may need to create files (or symlinks) in these directories,
     xfree86-common may not have been unpacked yet, and Pre-Depending on it is
     too heavyweight a solution.  Also, reduce the amount of hard-coding of the
     /etc/X11 directory, moving it into a shell variable instead.  Finally,
     remove the /etc/X11 directory on package purge if it is empty (it is
     not in dpkg's file list, as these packages do not ship it).  Thanks to
     Joey Hess for finding this problem.  (Closes: #228810)
     - debian/xserver-common.{config,preinst,postinst,postrm}.in
     - debian/xserver-xfree86.{config,preinst,postinst,prerm,postrm}.in
 
   * Add versioned build-dependency on linux-kernel-headers (>=
     2.5.999-test7-bk-15) for SPARC only; previous versions of
     linux-kernel-headers have a bug that causes XFree86 builds to fail on that
     architecture.
     - debian/control
 
   * Fix Xv support in r128 driver to work in conjuction with an earlier patch
     to let the driver permit framebuffer pitches in multiples of 8 bytes,
     which enabled support for some models of Rage 128, but broke video in
     depth 24 (thanks, Michel Dänzer and Dagfinn Ilmari Mannsåker).
     (Closes: #148775)
     - debian/patches/022_r128_driver_pitch_tweak.diff
 
   * Add recognition of two models of Radeon Mobility 9200 ("M9+") as
     RV280-based chipsets (and as Mobility products).
     - debian/patches/099_ati_recognize_more_RV280_models.diff
 
   * Attempt again to fix the problem with Xlib not finding the Xcursor library
     to dynamically open it.  Dynamic loading of Xcursor by Xlib wasn't working
     when an external Xcursor library was available during the build; Xlib was
     being told that the name of the Xcursor object was "Xcursor.so.", because
     SOXCURSORREV was only defined in xc/lib/Xcursor/Imakefile, which is not
     used when an external Xcursor library is used.
     - debian/patches/099c_support_loadable_external_Xcursor_lib.diff
 
   * Add Czech debconf template translations (thanks, Miroslav Kure).  Re-run
     debconf-updatepo.  (Closes: #231531)
     - debian/po/cs.po: new
 
   * Revert reordering of xfs's default font catalogue (and default font path
     element order in XFree86 X server configuration files written by dexconf)
     performed in 4.2.1-6.  Low-resolution character-cell fonts (such as those
     used by terminal emulators) come first, followed by unscaled 100dpi and
     75dpi bitmap fonts, followed by Type1 fonts (after the unscaled bitmap
     fonts, because the type1 rasterizer in X is not very good), CID, and
     Speedo fonts, and finally scaled 100dpi and 75dpi fonts.  Attempting to
     follow the advice in README.fonts just doesn't work too well for us.
     (Closes: #199111)
     - debian/local/dexconf
     - debian/patches/906_debian_xfs.diff
 
   * Update Danish debconf template translations (thanks, Claus Hindsgaul).
     - debian/po/da.po
 
   * Make xlibmesa-dri-dbg conflict with and replace xlibmesa3-gl-dbg (>=
     4.2.1-13) due to file overlaps with unstripped DRI modules.
     - debian/control
 
   * Make libxv-dev conflict with and replace xlibs-dev (<< 4.3.0) due to file
     overlap with Xv header files, static library, and manpages.
     - debian/control

 -- Branden Robinson <branden@debian.org>  Tue, 17 Feb 2004 12:58:28 -0500

2003

xfree86 (4.3.0-0pre1v5) experimental; urgency=low

   * Grab fixes to upstream CVS xf-4_3-branch since last pull.
     - debian/patches/000_post430.diff:
       + (xc/programs/Xserver/hw/xfree86/doc/sgml/LICENSE.sgml,
          xc/programs/xdm/{genauth.c,prngc.c}):
           Grab licenses clarifications from trunk. (Matthieu Herrb)
       + (xc/programs/Xserver/hw/xfree86/doc/LICENSE):
           update formatted docs (Matthieu Herrb)
       + (xc/programs/Xserver/hw/xfree86/drivers/i810/{common.h,i810.h,
         i810.man,i830.h,i830_cursor.c,i830_dri.c,i830_dri.h,i830_driver.c,
         i830_memory.c,i830_video.c}):
           Fix some i830+ VT switch/exit crashes (David Dawes, Egbert Eich).
     - debian/patches/002_xdm_fixes.diff: resynced
     - debian/patches/056_i810_make_i830_usable.diff: resynced
 
   * Update Debian copyright file to resync with update to upstream LICENSE
     file (new BSD-style licenses from Theodore Ts'o, Theo de Raadt, and
     Damien Miller).
     - debian/copyright
 
   * Undocument the restriction on loading both freetype and xtt modules in
     the XFree86 X server's debconf questions, since this restriction no longer
     exists in XFree86 4.3.  Enable the xtt module by default.
     - debian/xserver-xfree86.templates
 
   * Update xlibs and xlibs-data's package descriptions to clarify that X
     Keyboard Extension (XKB) data is in xlibs, but other
     architecture-independent data is in xlibs-data.  The XKB data has not
     moved because dpkg supports no mechanism for migrating conffiles between
     packages, and it is unacceptable for people to be spuriously shown dpkg's
     changed-conffile prompt dozens of times when upgrading from versions of
     xlibs prior to 4.3.0.
     - debian/control
 
   * Correct mispelling of forthcoming package name in xlibs's shlibs file; the
     package containing libXmuu.so.1 will be called "libxmuu1", not "libxmuu6".
     - debian/xlibs.shlibs
 
   * Move correction of old /usr/X11R6/lib/X11/locale symlink problem from
     xlibs package to xlibs-data, and convert from simple remove-in-preinst
     approach to prepare-preinst/commit-postinst/rollback-postrm model.
     Correct mis-self-identification of xlibs-data's maintainer scripts (caused
     by sloppy cut-and-pasting), correct and update their copyright
     information, and use debhelper to ship the
     /usr/X11R6/lib/X11/icons/default directory instead of creating it behind
     the packaging system's back in xlibs-data's postinst.
     - debian/xlibs-data.dirs
     - debian/xlibs-data.postinst.in
     - debian/xlibs-data.postrm.in
     - debian/xlibs-data.preinst.in
     - debian/xlibs-data.prerm.in
     - debian/xlibs.preinst.in
 
   * Patch Xlib (CrGlCur.c) to search harder for an Xcursor library.  Not
     everybody has symlinks on their system for compile-time linking of objects
     with libXcursor.  Attempt to find "libXcursor.so.1" first, then (per the
     existing code), fall back to "libXcursor.so" and finally "libXcursor".
     (Closes: #204358)
     - debian/patches/099a_improve_search_for_libXcursor.diff
 
   * Update the extended descriptions of packages that depend on cpp-3.2 to
     explain why they use cpp in general, and why cpp-3.2 in particular.
     - debian/control
 
   * Move unstripped versions of the Mesa DRI modules from the (renamed)
     xlibmesa3-gl-dbg package to the new package xlibmesa-dri-dbg.
     - debian/control
     - debian/xlibmesa-dri-dbg.install.alpha
     - debian/xlibmesa-dri-dbg.install.i386
     - debian/xlibmesa-dri-dbg.install.ia64
     - debian/xlibmesa-dri-dbg.install.powerpc
     - debian/xlibmesa-dri-dbg.install.sparc
 
   * Grab latest fixes to upstream CVS xf-4_3-branch.
     - debian/patches/000_post430.diff:
       (xc/programs/Xserver/hw/xfree86/os-support/xf86drm.h):
         1009. Fix DRM_CAS on ia64 as used by the DRI (Bugzilla #778, John
               Dennis). (Alan Hourihane)
     - debian/patches/453_ia64_fix_radeon_dri_deadlock.diff: deleted;
         superseded by upstream patch
 
   * Fix building against 2.6.x kernel headers by adding '#define rate period'
     where needed. [Fabio Massimo Di Nitto, Daniel Stone]
     - debian/patches/000_stolen_from_HEAD.diff
 
   * Stop shipping render and renderproto.h in xlibs-dev.
     - debian/xlibs-dev.install
     - debian/xlibs-dev.install.hurd-i386
     - debian/xlibs-dev.install.s390
 
   * Make i830 driver automatically reserve the amount of memory specified in
     'Option "VideoRAM"', eliminating the need for an external program. Grab a
     couple of other small fixes from HEAD, and integrate this with patch #056.
     - debian/patches/000_stolen_from_HEAD_i830_driver.diff: new
     - debian/patches/056_i810_make_i830_usable.diff: deleted
     [Daniel Stone]
 
   * Add package relationships with xlibs-data and xutils where needed, and
     explain them in packages' extended descriptions.
     - debian/control:
       + xbase-clients depends on xlibs-data: the bitmap, editres, viewres,
         xbiff, xcalc, xconsole, xditview, xedit, xf86cfg, xman, xsetroot, and
         xsm programs use bitmap images provided by the xlibs-data package.
       + xmh depends on xlibs-data: the xmh program uses bitmap images provided
         by the xlibs-data package.
       + xterm recommends xutils: the uxterm command requires the luit program
         from the xutils package.
       + xterm depends on xlibs-data: the xterm program uses bitmap images
         provided by the xlibs-data package.
       + xutils suggests xlibs-data: the luit program requires locale
         information from the xlibs-data package (add luit to list of programs
         in xutils's extended description while we're at it).
 
   * In maintainer scripts, query the terminal to establish a default number of
     columns to use for displaying messages to the user.  This is used only as
     a fallback in the event the COLUMNS variable is not set.  Change from
     using fold to format messages to fmt, so we can get indentation on wrapped
     lines, making them easier to read.  Remove unused message_nonl() function.
     - debian/shell-lib.sh
 
   * Move correction of old /usr/X11R6/lib/X11/locale symlink problem from
     xlibs package to xlibs-data, and convert from simple remove-in-preinst
     approach to prepare-preinst/commit-postinst/rollback-postrm model.
     Correct mis-self-identification of xlibs-data's maintainer scripts (caused
     by sloppy cut-and-pasting), correct and update their copyright
     information, and use debhelper to ship the
     /usr/X11R6/lib/X11/icons/default directory instead of creating it behind
     the packaging system's back in xlibs-data's postinst.
     - debian/xlibs-data.dirs
     - debian/xlibs-data.postinst.in
     - debian/xlibs-data.postrm.in
     - debian/xlibs-data.preinst.in
     - debian/xlibs-data.prerm.in
     - debian/xlibs.preinst.in
 
   * Split xlibs package into one package per shared library, keeping only the
     XKB data files in xlibs (see above).  The XRX plugin
     (/usr/X11R6/lib/libxrx.so.6.3) and its manpage are being dropped entirely.
     - debian/xlibs.install: stop shipping everything but the XKB data
     - debian/xlibs.{dirs,links,postinst.in,postrm.in,preinst.in,shlibs,
       shlibs.dummy}: deleted
     - debian/rules: eliminate special dh_shlibdeps handling for xlibs package;
       add special dh_shlibdeps handling for libdps1 and libx11-6 (see below)
     - debian/scripts/manifest-install-reconcile: add libxrx shared library and
       object to list of files expected to be unshipped
     - debian/shell-lib.sh: define new functions to aid maintainer scripts of
       new libraries
       + register_x_lib_dir_with_ld_so(): add /usr/X11R6/lib to /etc/ld.so.conf
         if needed
       + deregister_x_lib_dir_with_ld_so(): remove /usr/X11R6/lib from
         /etc/ld.so.conf when no shared libraries left in directory
     - debian/{libice6,libsm6,libx11-6,libxext6,libxft1,libxi6,libxmu6,
       libxmuu1,libxp6,libxpm4,libxrandr2,libxt6,libxtrap6,libxtst6,
       libxv1}.install: new; ship shared library
     - debian/{libice6,libsm6,libx11-6,libxext6,libxft1,libxi6,libxmu6,
       libxmuu1,libxp6,libxpm4,libxrandr2,libxt6,libxtrap6,libxtst6,
       libxv1}.links: new; ship SONAME symlinks to shared libraries
     - debian/{libice6,libsm6,libx11-6,libxext6,libxft1,libxi6,libxmu6,
       libxmuu1,libxp6,libxpm4,libxrandr2,libxt6,libxtrap6,libxtst6,
       libxv1}.shlibs: new; provide shlibs file, specifying alternative
       versioned dependencies on older versions of xlibs (except in the case of
       libxv1, for which a shared version did not exist in XFree86 prior to
       4.3)
     - debian/{libdps1,libx11-6}.shlibs.local: add special local shlibs files
       for use during the package build so that libdps1 and libx11-6 do not get
       spurious self-dependencies; libdps1 ships three related shared
       libraries, and libx11-6 ships loadable modules for Xlib that reference
       symbols in Xlib -- both of these cases confuse dpkg-shlibdeps (via
       dh_shlibdeps)
     - debian/{libice6,libsm6,libx11-6,libxext6,libxft1,libxi6,libxmu6,
       libxmuu1,libxp6,libxpm4,libxrandr2,libxt6,libxtrap6,libxtst6,
       libxv1}.{postinst,postrm}: new; call register_x_lib_dir_with_ld_so(),
       deregister_x_lib_dir_with_ld_so(), and ldconfig as appropriate
     - debian/{libx11-6,libxt6}.{preinst,postinst,postrm}: migrate
       /usr/X11R6/lib/X11/{app-defaults,xkb} prepare/commit/rollback handling
       from xlibs maintainer scripts, now deceased
     - debian/libx11-6.links: migrated from xlibs.links for
       /usr/X11R6/lib/X11/xkb symlink
     - debian/libxt6.dirs: migrated from xlibs.dirs for /etc/X11/app-defaults
       directory
     - debian/libxt6.links: migrated from xlibs.links for
       /usr/X11R6/lib/X11/app-defaults symlink
     - debian/control: update package data to reflect split
       + add stanzas for new packages libice6, libsm6, libx11-6, libxext6,
         libxft1, libxi6, libxmu6, libxmuu1, libxp6, libxpm4, libxrandr2,
         libxt6, libxtrap6, libxtst6, xlibs-data
       + libx11-6 depends on xfree86-common (>> 4.3.0) and xlibs-data; needs
         xlibs-data for locale data and X error and keysym databases
       + xlibs is now a transitional package depending on the packages into
         which it split
       + sanitize xlibs's conflicts and replaces relationships by removing
         versioned conflicts on withdrawn packages (except where they continue
         to be Provided by still-existing packages)
       + xlibs is now an architecture-independent package
       + xlibs no longer provides libxpm4
       + rewrite xlibs's short and extended descriptions
 
   * Split xlibs-dbg package into one package per shared library.
     - debian/xlibs-dbg.install: deleted
     - debian/xlibs-dbg.links: deleted
     - debian/{libice6-dbg,libsm6-dbg,libx11-6-dbg,libxext6-dbg,libxft1-dbg,
       libxi6-dbg,libxmu6-dbg,libxmuu1-dbg,libxp6-dbg,libxpm4-dbg,
       libxrandr2-dbg,libxt6-dbg,libxtrap6-dbg,libxtst6-dbg,
       libxv1-dbg}.install: new; populated from xlibs-dbg.install
     - debian/{libice6-dbg,libsm6-dbg,libx11-6-dbg,libxext6-dbg,libxft1-dbg,
       libxi6-dbg,libxmu6-dbg,libxmuu1-dbg,libxp6-dbg,libxpm4-dbg,
       libxrandr2-dbg,libxt6-dbg,libxtrap6-dbg,libxtst6-dbg,
       libxv1-dbg}.links: new; populated from xlibs-dbg.links
     - debian/control: update package data to reflect split
       + add stanzas for new packages libice6-dbg, libsm6-dbg, libx11-6-dbg,
         libxext6-dbg, libxft1-dbg, libxi6-dbg, libxmu6-dbg, libxmuu1-dbg,
         libxp6-dbg, libxpm4-dbg, libxrandr2-dbg, libxt6-dbg, libxtrap6-dbg,
         libxtst6-dbg, libxv1-dbg
       + xlibs-dbg is now a pseudopackage depending on the packages into which
         it split
       + update x-window-system-dev to depend on the packages split from
         xlibs-dbg instead of xlibs-dbg itself
     - debian/rules:
       + don't dh_strip new -dbg packages
       + let dh_strip have its wicked way with xlibs-dbg, which no longer has a
         payload
 
   * Split xlibs-dev package into one package per shared library, plus separate
     packages for Proxy Management protocol headers (pm-dev), X protocol
     headers (x-dev), and libraries that exist only in static form
     (xlibs-static-dev).  Note that there is no libxft1-dev package; this is
     deliberate.  libxft1 is obsolete and libxft2 (packaged separately from
     XFree86) should be used instead.
     - debian/xlibs-dev.install: deleted
     - debian/xlibs-dev.links: deleted
     - debian/{libice-dev,libsm-dev,libx11-dev,libxext-dev,libxi-dev,
       libxmu-dev,libxmuu-dev,libxp-dev,libxpm-dev,libxrandr-dev,libxt-dev,
       libxtrap-dev,libxtst-dev,libxv-dev,pm-dev,x-dev,
       xlibs-static-dev}.install: new; populated from xlibs-dev.install
     - debian/{libice-dev,libsm-dev,libx11-dev,libxext-dev,libxi-dev,
       libxmu-dev,libxmuu-dev,libxp-dev,libxpm-dev,libxrandr-dev,libxt-dev,
       libxtrap-dev,libxtst-dev,libxv-dev}.install: new; populated from
       xlibs-dev.links
     - debian/control: update package data to reflect split
       + add stanzas for new packages libice-dev, libsm-dev, libx11-dev,
         libxext-dev, libxi-dev, libxmu-dev, libxmuu-dev, libxp-dev,
         libxpm-dev, libxrandr-dev, libxt-dev, libxtrap-dev, libxtst-dev,
         libxv-dev, pm-dev, x-dev, xlibs-static-dev
       + update dependencies for existing -dev packages libdps-dev,
         libxaw6-dev, libxaw7-dev, xlibmesa-gl-dev, xlibosmesa-dev
       + update dependencies for xlibs-static-pic based on actual linkage of
         the libraries within it
       + simplify xlibs-static-pic's extended description to refer to
         xlibs-static-dev for details
       + xlibs-dev is now a pseudopackage depending on the packages into which
         it split
       + update x-window-system-dev to depend on the packages split from
         xlibs-dev instead of xlibs-dev itself
 
   * The above package splits collectively resolve a request in the Debian Bug
     Tracking System to do so.  (Closes: #172550)
 
   * debian/patches/099b_Xft_FreeType_2.1.7_build_fix.diff:
     + Patch XFree86's internal copies of the Xft library to enable building
       against FreeType 2.1.7; fixes FTBFS.
 
   * Remove ${shlibs:Depends} substvar from dependencies of library -dbg
     packages; -dbg packages already declare an exact versioned dependency on
     their non-debugging counterparts, and using this substvar can lead to
     duplicate package relationships and lintian warnings.
 
   * Fix incorrect symlink to Xrender.h during package build. [ISHIKAWA
     Mutsumi]
     - debian/rules
 
   * Update libdps1's extended description to clarify the state of server-side
     DPS implementations, and stop referring to a package that is no longer
     shipped in Debian.  (Closes: #138883)
     - debian/control
 
   * Make x-window-system-dev depend on xlibmesa-gl-dbg and xlibmesa-glu-dbg,
     not xlibmesa3-gl-dbg and xlibmesa3-glu-dbg.
     - debian/control
 
   * Make the xlibmesa3 pseudopackage "Architecture: any" instead of
     "Architecture: all", because its dependencies vary depending on what
     architecture it is compiled for (thanks to F:Xlibmesa-gl-Depends).
     - debian/control
 
   * Fix encoding of Catalan translations file to not use a codepoint that is
     undefined in ISO 8859-15, which prevents the file from being transcoded
     from UTF-8 to ISO 8859-15 (thanks, Denis Barbier).  (Closes: #223024)
     - debian/po/ca.po

 -- Branden Robinson <branden@debian.org>  Fri, 5 Dec 2003 21:18:07 -0500

xfree86 (4.3.0-0pre1v4) experimental; urgency=low

   * Add missing symbolic links for libXTrap. [ISHIKAWA Mutsumi]
     - debian/xlibs-dev.links: add libXTrap link
     - debian/xlibs-dbg.links: add libXTrap link
 
   * Restore m68k package support.  Thanks, Adam Conrad!
     - {MANIFEST,xserver-xfree86.docs,xserver-xfree86.install,
        xutils.install}.m68k: added
 
   * Add missing libXv to xlibs-dbg. [ISHIKAWA Mutsumi]
     - debian/xlibs-dbg.install: add libXv.so.1.0
     - debian/xlibs-dbg.links: add libXv link
 
   * Grab latest fixes to upstream CVS xf-4_3-branch.
     - debian/patches/000_post430.diff:
       + (xc/programs/xdm/genauth.c):
           Build fixes (Branden Robinson, Matthieu Herrb).
       + (xc/programs/xdm/session.c):
           Use pam_strerror() to print an error message after pam_setcred()
           fails, C style unification (Branden Robinson).
       + (xc/programs/xdm/prngc.c):
           improve portability:
           - use the already defined X_NO_SYS_UN symbol for sys/un.h inclusion
           - don't use struct sockaddr_storage
     - debian/patches/002_xdm_fixes.diff:
       + resynchronize and drop patches applied upstream
       + fix for exciting new build failure in genauth.c
       + more stylistic cleanups to session.c
     - debian/patches/067_fix_X11_and_xdm_build_problems.diff: drop patches
       applied upstream
 
   * Add s390-specific debhelper install file for xlibs-static-pic, since s390
     doesn't compile the libxf86config object.
     - debian/xlibs-static-pic.install.s390: added
 
   * Add s390-specific debhelper install file for xlibs-data, since for some
     reason upstream decided s390 doesn't need the cursor themes.  s390 doesn't
     ship xf86cfg's bitmaps and pixmaps, either.
     - debian/xlibs-data.install.s390: added
 
   * Grab fixes to upstream CVS xf-4_3-branch since last pull.
     - debian/patches/000_post430.diff:
       + (xc/programs/Xserver/hw/xfree86/common/xf86Mode.c):
           1004. Fixed erronous freeing of DisplayModeRec in xf86DeleteMode()
                 when deleting the modePool in xf86PruneDriverModes() the
                 'prev' member has a different meaning for modePool modes than
                 for ScrnInfoPtr->modes modes where it creates a doubly linked
                 list (Bugzilla #678, Juergen Keil).
       + (xc/programs/mkfontscale/mkfontscale.c):
           1005. Close freetype fontfile filehandle in mkfontscale, this
                 prevents problems from limitation of simultaniously open files
                 (Bugzilla #676, Jun-ichiro itojun Hagino).
       + (xc/lib/X11/imDefIm.c):
           [undocumented] Call _XimShutdown(), not XimShutdown(), in
           _XimProtoOpenIM().
       + (xc/programs/Xserver/hw/xfree86/os-support/xf86_libc.h):
           1007. Fixing crash on ia64 because of wrong setjmp buffer alignment
                 (Bugzilla #596, John Dennis).
       + (xc/config/cf/X11.tmpl):
           1008. Fixed definititon of UseInstalledOnCrossCompile so that it
                 never is undefined (Harlod L. Hunt II).
     - debian/patches/000_stolen_from_HEAD_doc_extensions_fix.diff,
       debian/patches/057_X11.tmpl_warning_fix.diff,
       debian/patches/058_external_XrenderXftXcursor_X11.tmpl.diff: resynced
         offsets
 
   * Provide xlibs-pic pseudopackage to smooth upgrades from Debian 3.0
     systems.
     - debian/control:
       + add versioning of (<< 4.3.0) to xlibs-static-pic's conflicts and
         replaces relationships on xlibs-pic
       + xlibs-static-pic no longer provides xlibs-pic (dpkg does not support
         versioned provides)
       + resurrect xlibs-pic as an empty architecture-all pseudopackage in the
         oldlibs section which depends on xlibs-static-pic
 
   * Add s390-specific debhelper docs file for xfree86-common, since upstream
     doesn't ship the README.dps, RELNOTES, or Versions files when
     BuildXF86Server is switched off.  Grab these documents from the build-tree
     directory instead.
     - debian/xfree86-common.docs.s390: added
 
   * Fix regular DRI deadlocks on ia64; patch by John Dennis. [Daniel Stone]
     - debian/patches/453_ia64_fix_radeon_dri_deadlock.diff: added
 
   * Change xlibs package's shlibs file to specify alternatives for xlibs
     itself, using the names of the packages that xlibs will split into.  This
     should allow for more in the way of partial upgrades and a smoother
     transition for packages depending on the libraries in xlibs.
     - debian/xlibs.shlibs
 
   * Rename "stolen from HEAD" XTerm patch to not include the version number of
     XTerm in its name.
     - debian/patches/000_stolen_from_HEAD_xterm.diff: renamed from
       debian/patches/000_stolen_from_HEAD_xterm_177.diff
 
   * Enable building of scanpci utility for m68k architecture, and ship the
     executable and its manual page in the xutils package for m68k.
     - debian/patches/250_m68k_build_scanpci.diff: patch xfree86.cf to not
       exclude scanpci from building if Mc68020Architecture is defined
     - debian/MANIFEST.m68k: add scanpci and its manpage
     - debian/xutils.install.m68k: deleted; m68k can now use the generic
       xutils.install file
 
   * Give patch #453 a more accurate name, since the patch is not
     video-chipset-specific in any way (and has to do specifically with the
     DRM: Direct Rendering Manager).
     - debian/patches/453_ia64_fix_drm_deadlock.diff: renamed from
       debian/patches/453_ia64_fix_radeon_dri_deadlock.diff
 
   * Install the xmodmap.std file using dh_installexamples instead of placing
     it into /usr/X11R6/lib/X11/etc, a directory which contains no other files.
     Xmodmap is really old tech these days, too.
     - debian/xbase-clients.examples: add line
     - debian/xbase-clients.install: drop line
 
   * Apply patch to resolve problems with corruption when using XVideo on
     NVidia chipsets in fullscreen mode on a flat panel at high resolutions.
     (Closes: #215997)
     - debian/patches/098_nv_xvideo_fullscreen_fix.diff: new
 
   * Recognize the Radeon 9200 SE (RV280 5964) as any other RV280 chip; also,
     fix detection of RV280 5962 and 5963 chips by the ATI driver.
     (Closes: #216896)
     - debian/patches/099_ati_recognize_radeon_9200_se.diff: new
 
   * Fix build error when XF86DRI macro is undefined.  The "pI830" variable
     introduced in patch 056 is used unconditionaly, but only declared when
     XF86DRI macro is defined.  I could only reproduce this error in weird
     conditions on which the XF86DRI macro was undefined (probably due to wrong
     configuration in gnu.cf (GNU/Hurd)).  In any case, the bug is fixed now.
     [Robert Millan]
     - debian/patches/056_i810_make_i830_usable.diff

 -- Branden Robinson <branden@debian.org>  Wed, 22 Oct 2003 00:13:12 -0500

xfree86 (4.3.0-0pre1v3) experimental; urgency=high

   * Update pam_setcred() security fix to xdm to use pam_error and
     pam_strerror().
     - debian/patches/002_xdm_fixes.diff
 
   * Drop xlibmesa-drm-source package.
     - debian/MANIFEST.*: remove usr/src/xlibmesa-drm.tar.gz from list
     - debian/control: drop control stanza for package
     - debian/local/xlibmesa-drm-source: delete package infrastructure
       directory
     - debian/rules: stop constructing package
     - debian/xlibmesa-drm-src.install: deleted
 
   * SECURITY: Fix overflows in the test for integer overflows. Reported by
     Paul Anderson.
     - debian/patches/000_post430.diff
 
   * Apply more fixes for libraries' weak shared object dependencies.
     [ISHIKAWA Mutsumi]
     - debian/patches/063_fix_weak_deps.diff:
       + define SharedXvReqs in xc/config/cf/lnxLib.tmpl
       + add MathLibrary to SharedDPSTKReqs #define in xc/config/cf/lnxLib.tmpl
       + add MathLibrary to REQUIREDLIBS in xc/lib/GL/mesa/src/OSmesa/Imakefile
       + (cleanup) replace $(EXTENSIONLIB) $(XONLYLIB) with $(XLIB) in
         Shared*Reqs #defines in xc/config/cf/lnxLib.tmpl

 -- Branden Robinson <branden@debian.org>  Sat, 27 Sep 2003 03:43:37 -0500

xfree86 (4.3.0-0pre1v2) experimental; urgency=low

   * debian/patches/911_debian_XF86Config_to_XF86Config-4.diff: merge this
     (forgotten?) patch from the trunk and resync with 4.3.0 and current
     patches
 
   * Fix libxaa bug that could result in NULL pointers being passed to drivers,
     and thus complete machine death (thanks, Thomas Winischhofer).
     + debian/patches/000_stolen_from_HEAD.diff: new stanza, per Thomas
 
   * Address xlibmesa* package upgrade issues from woody and 4.2.1 packages in
     sarge/sid.
     + debian/scripts/vars.{alpha,i386,ia64,powerpc,sparc}:
         - add xlibmesa-dri to dependencies of x-window-system-core on
           architectures where xlibmesa-dri exists
         - add new variable, XLIBMESA_GL_SPECIAL_DEPENDS, which adds xlibmesa-dri
           to dependencies of xlibmesa on architectures where xlibmesa-dri exists
     + debian/rules:
         - pass expansion of XLIBMESA_GL_SPECIAL_DEPENDS to dpkg-gencontrol
         - report expansion of XLIBMESA_GL_SPECIAL_DEPENDS in "environment"
           target to aid debugging
     + debian/control:
         - change Architecture: of xlibmesa-dri from "any" to only those
           architectures which actually ship this package (alpha, i386, ia64,
           powerpc, sparc)
         - xlibmesa-dri conflicts/replaces xlibmesa3-gl and non-pseudo versions of
           xlibmesa3 (this was effectively a package split on 5 architectures)
         - tweak xlibmesa-dri's description to mention the Linux kernel
           specifically (poor unloved Hurd and *BSD folks get no respect, I tell
           you)
         - xlibmesa-gl conflicts/replaces xlibmesa3-gl and non-pseudo versions of
           xlibmesa3
         - xlibmesa-gl-dbg conflicts/replaces xlibmesa3-gl-dbg and non-psuedo
           versions of xlibmesa3-dbg
         - xlibmesa-gl-dev conflicts/replaces non-pseudo versions of xlibmesa-dev
         - update xlibmesa-gl-dev's description to refer to itself correctly
         - xlibmesa-glu conflicts/replaces xlibmesa3-glu and non-pseudo versions
           of xlibmesa3
         - xlibmesa-glu-dbg conflicts/replaces xlibmesa3-glu-dbg and non-psuedo
           versions of xlibmesa3-dbg
         - xlibmesa-glu-dev conflicts/replaces non-pseudo versions of xlibmesa-dev
         - update xlibmesa-glu-dev's description to refer to itself correctly
         - add xlibmesa3, xlibmesa3-dbg, and xlibmesa-dev pseudopackages (merged
           from trunk and updated) to smooth upgrades from woody
         - rename xlibmesa-drm-src to xlibmesa-drm-source, for consistency with
           other kernel module source packages, and make modules built with it
           depend on xlibmesa-dri (thanks, David B. Harris)
     + debian/local/xlibmesa-drm-source/debian/buildpkg
         - replace entirely bogus reference to /usr/src/modules/device3dfx
 
   * debian/xserver-xfree86.install.*: ship keyboard(4x) manpage (thanks,
     Michel Dänzer)
 
   * Grab all fixes to xf-4_3-branch since 4.3.0 was tagged.
     - debian/patches/000_post430.diff: fixes of interest include:
       + fix R300 PLL value (Enrik Berkhan)
       + Fix for possible buffer overflow in _XlcLocaleDirName().  privilegied
         binaries ignore the XLOCALEDIR environment variable and are not
         vulnerable.
       + Resync with the trunk's setjmp & libc5 changes.
       + Another setjmp fix
       + Fix typo that caused incorrect initialization of xkb memory (John
         Heasley).
       + int10 fix for all ix86 non-Linux systems (Marc La France).
       + Another int10 fix.  This time for adapters found at PCI:0:0:0.  This
         fix is particularly important for ZX1-based systems (Marc La France).
       + Fix bug in mode validation that occurs when the XF86Config doesn't
         specify any mode or virtual resolution information (Marc La France).
       + Now ShadowComposite correctly clips the refresh box. Fix server crash
         when using render outside of the visible screen with shadowfb.
       + fix XFree86ManVersionString in the case of a release.
       + Fix programming error in ix86 motherboard chipset determination
         (Marc La France).
       + Fix to prevent PCI and CardBus resets when switching out of the
         server's virtual console (Marc La France).
       + Fix infinite loop that occurs on systems whose PCI configuration space
         doesn't advertise a host bridge (Marc La France).  (Closes: #207460)
       + Workaround for broken devices that don't implement the header type
         field in their PCI configuration space (Marc La France).
       + Fix lockup on server reset in radeon driver (Michel Dänzer, Keith
         Whitwell).
       + Set Mesa hooks to flush vertices on state changes in Radeon 3D drivers
         (Keith Whitwell).
       + Check for NULL tObj in the i830 3D driver's TexEnv function.  This
         fixes a FlightGear crash (Keith Whitwell).
       + Fix double free bug when a Mac-specific font fails to load with
         Freetype.
       + Prevent a SIGFPE with the glint/pm3 driver when attempting to display
         an XVideo image less than 8 pixels wide (Måns Rullgård).
       + Fix a SEGV that can happen with Riva128 cards (Mark Vojkovich).
       + Fix SiliconMotion driver for mode switching and SEGV problem when
         initializing Xv functionality (Bugzilla #50, Alan Hourihane).
       + Fix a problem with savage driver when UseBIOS is off, such that the
         performance drops dramatically. Now the performance matches or
         exceeds that of the option UseBIOS (Alan Hourihane).
       + Typo fix in radeon driver cursor code, fixes the primary head
         switching off when the cursor moves to the secondary head on dualhead
         cards (Michel Dänzer)
       + i810/815 depth buffer needs to be a multiple of the tile size.  This
         fixes 3D corruption near the bottom of the screen at 800x600@16bpp
         (Bugzilla #283, Dave Airlie).
       + Fixed Imakefiles so the driver SDK builds again (Sven Luther).
       + Fix XDMCP queries when using getifaddrs() (Bugzilla #277, Joel Ray
         Holveck)
       + Fix repeated image problem when using a vesa video mode before
         starting the Xserver on the S3 Trio3D cards (Alan Hourihane).
       + Fix for a crash if a scalable font has a bitmap entry in fonts.dir
         (#5687, Bugzilla #332, Juliusz Chroboczek).
       + Fix for xfs crashes in Freetype backend (Bugzilla #242, Juliusz
         Chroboczek).
       + Pull twm fixes (signal handler, empty windows menu) from -current.
       + Fix calculation of CRTC2 frame offset with page flipping in radeon
         driver (Michel Daenzer)
       + Fix an XAA pixmap cache server crash that can happen in some cases
         when the off-screen memory is heavily fragmented (David Dawes, based
         on #5752, Koike Kazuhiko, Chisato Yamauchi).
       + Fixed a crash when _XIMProtoOpenIM(), hich is called through XOpenIM()
         API when protocol IM is being set up,  fails (Bugzilla #618, Hisashi
         MIYASHITA).
       + Don't call FBIOPAN_DISPLAY ioctl with arguments that will cause a
         confusing if harmless error (Michel Dänzer)
       + Fixes for potential integer overflows in font libraries. (blexim,
         Matthieu Herrb).
       + for integer overflow tests, use SIZE_MAX which is more standard than
         SIZE_T_MAX, and default to ULONG_MAX for the case of LP64 systems.
         Based on reports by Matthias Scheler and Alan Coopersmith (Bugzilla
         #646).
       + Many fixes to xdm:
         - use better pseudo-random generators to generate magic cookies,
           including EGD-like prng daemons support.
         - add support for LISTEN keyworkd in Xaccess
         - deal with small memory leaks
         - use SIOCGLIFCONF to query network interfaces where available
         - fix XDMCP bug that could cause localhost entries in /etc/X0.hosts
           to be lost
         - add xdm /dev/random handling for Solaris
         - fix XDMCP queries on systems using getifaddrs().
         (Alan Coopersmith, Marc La France, Oswald Buddenhagen, Matthieu Herrb,
         Nicolas JOLY, Jason L. Wright, Joel Ray Holveck).
       + SECURITY: not mentioned in the upstream commit message is a fix for
         CAN-2003-0690 (return value of pam_setcred() not checked, which could
         conceivably lead to privilege escalation in some configurations)
     - resynced:
       + debian/patches/000_stolen_from_HEAD.diff
       + debian/patches/000_stolen_from_HEAD_bsdsupport.diff
       + debian/patches/000_stolen_from_HEAD_doc_extensions_fix.diff
       + debian/patches/000_stolen_from_HEAD_int10.diff
       + debian/patches/000_stolen_from_HEAD_netbsd.diff
       + debian/patches/000_stolen_from_HEAD_nv_driver.diff
       + debian/patches/000_stolen_from_HEAD_sis_driver.diff
       + debian/patches/002_xdm_fixes.diff
       + debian/patches/003_linux.cf_and_xfree86.cf.diff
       + debian/patches/003a_damn_cpp_3.3_to_hell.diff
       + debian/patches/004_imake_manpage_handling_overhaul.diff
       + debian/patches/057_X11.tmpl_warning_fix.diff
       + debian/patches/058_external_XrenderXftXcursor_X11.tmpl.diff
       + debian/patches/061_savage_driver_1.1.27t.diff
       + debian/patches/068_fix_InstallAppDefFiles_screwage.diff
       + debian/patches/900_debian_config.diff
       + debian/patches/905_debian_xdm.diff
     - deleted:
       + debian/patches/000_xf-4.3-branch.diff
       + debian/patches/046_radeon_dualhead_cursor_crash.diff
       + debian/patches/047_radeon_r200_flush_vertices.diff
       + debian/patches/050_radeon_reset_no_lockup.diff
       + debian/patches/066_xdm_do_not_read_from_dev_mem.diff
 
   * debian/shlibs.local is a generated file, so we might as well generate it
     during the build process.
     - debian/shlibs.local: deleted from source package
     - debian/rules:
       + (clean): remove debian/shlibs.local
       + (debian/shlibs.local): new target
       + ($(STAMPDIR)/binary-arch): depends on debian/shlibs.local
       + ($(STAMPDIR)/binary-server): depends on debian/shlibs.local
 
   * debian/patches/063_fix_weak_deps.diff: fix weak shared object dependencies
     in libDPS and libDPSTK (Closes: #210651)
 
   * debian/patches/067_fix_X11_and_xdm_build_problems.diff: fix build
     failures; xc/lib/X11/Wrap.c and Wraphelp.c were being linked over from
     lib/Xdmcap but lib/Xdmcp/Wrap.h was not; same problem with xdm, plus
     identical problem with greeter's header files; also fix some problems with
     undeclared variables and pointer-to-integer comparison in genauth.c
 
   * debian/patches/068_fix_InstallAppDefFiles_screwage.diff: always define the
     Imake symbol "InstallAppDefFiles" to "YES" on Debian systems; shuts up an
     extremely annoying build-time warning
 
   * debian/patches/069_fix_ugly_r128_driver_warning.diff: fix an ugly
     diagnostic message which was also a multiline string literal
 
   * debian/po/ja.po: update Japanese translations (thanks, Kenshi Muto and
     Takeo Nakano)
 
   * debian/control: the XKB implementation in XFree86 4.3.0 has changed in a
     non-backward-compatible manner; update package relationships accordingly
     - xbase-clients conflicts with xlibs (<< 4.3.0) and xlibs-data (<< 4.3.0)
     - xlibs conflicts with xbase-clients (<< 4.3.0) and xlibs-data (<< 4.3.0)
     - xlibs-data conflicts with xbase-clients (<< 4.3.0)
 
   * Update xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_video.c to
     latest version from upstream CVS HEAD to resolve severe performance
     problems caused by opening /dev/mem with the O_SYNC flag, per Egbert Eich.
     - debian/patches/000_stolen_from_HEAD_int10.diff: updated
     - debian/patches/021_riscpc_ioport_fix.diff: resynced (also improve error
       reporting when ioperm()/iopl() fail for reasons other then ENODEV)
 
   * The control file generated for xlibmesa-drm-module-* packages should
     include a "Source:" field.  (Closes: #212186)
     - debian/local/xlibmesa-drm-source/debian/control.m4

 -- Branden Robinson <branden@debian.org>  Mon, 22 Sep 2003 17:25:58 -0500

xfree86 (4.3.0-0pre1v1) experimental; urgency=low

   * new upstream release
     - XFree86 X server now supports ATI Radeon Mobility (Closes: #196810)
     - XFree86 X server now supports Intel i845G (Closes: #184322)
     - XFree86 X server now supports Intel i865G (Closes: #221686)
     - XFree86 X server now supports SiS 650, 651, and 740 (Closes: #183619)
     - XTerm allows window title reporting, disabled by default, to be enabled
       at the user's option via the allowWindowOps X resource (Closes: #200857)
     - Wacom driver has improved support for Graphire 2 tablets
       (Closes: #165849)
     - Wacom driver now supports absolute motion on Graphire tablets
       (Closes: #188842)
     - extraneous tokens at end of MakeSimpleDoc #ifdef in X11.tmpl removed
       (Closes: #196058)
     - XVideo supported at high resolutions on ATI Rage 128 Mobility LF
       (Closes: #176014)
     - Xinerama header file now usable by C++ code (Closes: #224757)
     - XFree86 X server has improved Xv support for ATI Radeon chipsets
       (Closes: #228408)
     - S3 driver now properly restores video mode on VT switch back to X on
       Trio 32/64 rev 67 (Closes: #164780)
     - ATI/Radeon driver now properly unblanks LCD on Radeon Mobility M7 LW rev
       0 (Closes: #169308)
     - Trident driver now works properly with TGUI 96xx rev 211
       (Closes: #170396)
     - xwd manpage no longer cross-references nonexistent xpr manpage
       (Closes: #104241)
     - SiS driver fixes distortion and cursor problems on 6326 rev 11
       (Closes: #195758)
 
   * Grab a number of documentation fixes from upstream CVS, including:
     + Lower-case file extensions, e.g. .ps instead of .PS.
     + New HTML and PostScript documentation (and PDF, seemingly).
     + A few manpage cleanups.  (Closes: #80404)
     [Daniel Stone]
 
   * Include patch for ATI RV280 chipset support.  (Closes: #211528)
     [Daniel Stone]
     - debian/patches/030b_radeon_rv280_support.diff
 
   * Update XTerm to upstream Patch #177.
     - debian/patches/000_stolen_from_HEAD_xterm_177.diff:
       + uxterm now recognizes locale modifiers (Closes: #179929)
 
   * Some things changed.  This release would not have been possible without
     the assistance of Daniel Stone (sponsored by Trinity College, Melbourne
     Uni) and ISHIKAWA Mutsumi.  A proper changelog entry for this release may
     not be possible even if God Himself grabbed my keyboard away from me.
 
   * converted package build process to use packaged version of DBS, courtesy
     of Warren Turkal
     - debian/control: build-depend on dbs
     - debian/rules: use DBS
     - debian/scripts/vars: DBS knows where the stampdir is
     - debian/setperms: no longer need to enforce permissions on local version of
         DBS
     - debian/{doogie-build-system,scripts/{fix.source.patch,patch.apply,
       patch.unapply,source.patch,source.unpack,unfix.source.patch}: deleted in
         favor of DBS
 
   * remove special-case logic in linux.cf that defined "HasLinuxInput" to
     "NO" for Mc68020Architecture:
     - m68k is now supported by the Linux 2.4.20 kernel (at least in
       Debian), so we let this symbol be defined to "YES" just like all the
       other architectures.  This only really affects the Wacom input driver
       and should not cause any regressions.  (thanks to James Troup for
       pointing out this no-longer-needed conditional)
     - patch #003 update
 
   * always disable FontLibSharedFreeType, ensuring similarity between normal
     XFree86 server and XFree86 debugging server:
     - patch #003 updated
     - this change should be dropped when the module-loading server can be
       linked against an external FreeType2 library          [ISHIKAWA Mutsumi]
 
   * Imake warning fix patch:
     - patch #057_X11.tmpl_warning_fix.diff: new             [ISHIKAWA Mutsumi]
 
   * Use external Xft, Xrender and Xcursor libraries:
     - patch #058, #059, #060: new
     - patch #909: remove (reimplemented as above patches)
     - xlibs{,-dbg,-dev}.*, shlibs*: drop Xrender and Xcursor related entry
     - debian/control: add Build-Depends: libxrender-dev, libxcursor-dev
                                                             [ISHIKAWA Mutsumi]
 
   * fix Xv regression in trident driver
     - #patch 000_stolen_from_HEAD: updated
 
   * new SiS driver, from XFree86 HEAD:
     - patch #000_stolen_from_HEAD_sis_driver: new
       + XVideo supported on SiS 630 (Closes: #186237)
 
   * new Savage driver (version 1.1.27t): patch #063.
     - driver supports ProSavage KM133 rev 3 (Closes: #110974)
     - xscreensaver's "blaster" and "critical" hacks no longer wedge system
       (Closes: #112703)
     - running xlock for a long time no longer hangs Savage/IX-MV rev 19
       (Closes: #115223)
     - switching to textmode VTs should work again on Savage/IX-MV rev 19
       (Closes: #117454)
     - system no longer freezes on server start when loading GLcore module on
       ProSavage PM133 rev 2 (Closes: #128125)
     - switching to textmode VTs should work again on Savage/MX-MV rev 17
       (Closes: #129216)
     - resolves SEGVs on Savage/MX-MV rev 17 (Closes: #145420)
     - resolves SEGVs when attempting to use Xinerama extension on Savage/MX-MV
       rev 17 (Closes: #148008)
     - resolves server crashes after suspending and resuming on Savage/IX-MV
       rev 19 (Closes: #152796)
     - includes code from 1.1.25t (Closes: #167910)
     - should fix flickering problems on Savage/IX-MV (Closes: #183300)
     - resolves system freezes while moving eterm windows in enlightenment
       (Closes: #185443)
     - should fix system hangs when gdm starts on ProSavage PM133
       (Closes: #191915)
     - resolves system freezes when drawing accelerated solid Bresenham lines
       on VIA/S3 ProSavage DDR-K (Closes: #194144)
     - resolves drawing problems with Savage/MX-MV rev 17 (Closes: #194351)
     - XVideo windows are no longer a non-working uniform blue
       (Closes: #197058)
 
   * eliminate TEXTREL section from libGL, making it PIC-compliant:
     - patch #062: new (Closes: #190323)
 
   * patch #063: new; fix weak library shared object dependencies
     - fix libGLU (Closes: #187365)
     - fix libXmuu, libXp, libXrandr (Closes: #187374)
 
   * xlibs-pic package renamed to xlibs-static-pic
     - reintegrate piclib_support.diff (previously patch #046, now patch #909)
     - all static-only libraries are now available in -fPIC varieties,
       including libXss (Closes: #185936)
 
   * fix DPMS-on-DVI for Radeon driver (Closes: #180938)
     - patch #048 updated with new patch from XFree86 Bugzilla, via Martin
       Loschwitz
 
   * Xft.man name conflict problem fix [ISHIKAWA Mutsumi]
     - patch #065: new
     - man page name under xc/lib/{Xft,Xft1}/Xft.man name space confliction fix,
       simply rename xc/lib/Xft1/Xft.man to xc/lib/Xft1/Xft1.man
 
   * patch #909: rework support for static libraries with PIC info; by default,
     only libraries without a shared version build static-PIC versions, and
     then only on systems where PIC info is not included in static ("normal")
     libraries by default (such as Debian)
 
   * xftcache related things cleanup [ISHIKAWA Mutsumi]
     - xftcache description dropped from debian/control.
     - use fc-cache instaed of xftcache in xfonts-scale.{postinst,postrm}
 
   * X-TT font engine update to X-TT 1.4.1 [ISHIKAWA Mutsumi]
 
   * debian/control:
     - Change all references to libstdc++5-dev to be
       libstdc++5-dev | libstdc++-dev, allowing libstdc++5-3.3-dev to satisfy
       the dependency, and thus allowing gcc3.2 to be removed.
       (Closes: #194136)
 
   * debian/xlibosmesa4-dbg.install: install the unstripped library in
     /usr/X11R6/lib/debug, not /usr/X11R6/lib
 
   * The xspecs package now contains HTML-formatted version of most X Window
     System technical documents.
     - debian/xspecs.docs

 -- Branden Robinson <branden@debian.org>  Thu, 26 Jun 2003 10:14:27 -0500

xfree86 (4.2.1-16) unstable; urgency=low

   * Neutralize the workaround for the Linux kernel kbd_rate structure change
     after it is no longer needed, so that we don't inadvertently re-#define a
     symbol used by the Linux kernel's kbd_repeat structure.  Yeesh.  Fixes
     FTBFS on SPARC (thanks, Daniel Jacobowitz and Nathanael Nerode!)
     (Closes: #220814)
     - debian/patches/098_fix_lnx_io_kbd_rate_fix.diff
 
   * Make xlibs's shlibs file report names of post-xlibs-split packages (and
     post-separate Xrender packaging) from experimental as alternatives to a
     versioned dependency on xlibs (requested by Daniel Stone).
     - debian/xlibs.shlibs
     - debian/shlibs.local: resync with xlibs.shlibs

 -- Branden Robinson <branden@debian.org>  Wed, 28 Jan 2004 11:51:38 -0500

xfree86 (4.2.1-15) unstable; urgency=medium

   * Urgency due to fix for FTBFS triggered by libfreetype6-dev package.
 
   * Fix corrupted error message text in check_symlinks_and_warn().
     (Closes: #220713)
     - debian/shell-lib.sh
 
   * Fix bogus invocation of "head" in xdm's configuration script.
     (Closes: #223038)
     - debian/xdm.config.in
 
   * Change maintainer scripts to never use safe_debconf() with db_get or
     db_metaget.  Instead, check the exit status of these commands normally
     with an if statement and only take the appropriate actions if the command
     succeeds.  For extra paranoia (in the event code is changed to live inside
     a loop in the future), clear variables we'll be filling with db_get or
     db_metaget output before using them.  (Closes: #217605)
     - debian/xdm.config.in
     - debian/xdm.postinst.in
     - debian/xdm.prerm.in
     - debian/xserver-common.config.in
     - debian/xserver-common.postinst.in
 
   * Don't make I/O permission and interrupt-related system calls meant for the
     x86 architecture on ARM machines (thanks, Peter Naulls).
     (Closes: #223567)
     - debian/patches/315_arm_fix_up_lnx_video_io_access.diff
 
   * Add aliases for more locale names supported by glibc 2.3.2 (thanks, Robert
     McQueen).  (Closes: #121900)
     - debian/patches/011a_recognize_glibc_2.3.2_locale_names.diff (renamed
       from debian/patches/011a_recognize_euro_modifier_locales.diff)
 
   * Ship the font encoding map for Microsoft Windows 3.1.  (Closes: #221773)
     - debian/patches/064_ship_microsoft_win3.1_encodings_file.diff
     - debian/MANIFEST.*: updated
     - debian/xfonts-base.install: ship new file in xfonts-base package
 
   * Do not include <freetype/freetype.h> directly; use the macro FT_FREETYPE_H
     to include it instead, as required by FreeType 2.1.7 (thanks, Tore
     Anderson).  Fixes FTBFS caused by new version of FreeType.
     - debian/patches/099b_Xft_FreeType_2.1.7_build_fix.diff

 -- Branden Robinson <branden@debian.org>  Wed, 17 Dec 2003 13:55:13 -0500

xfree86 (4.2.1-14) unstable; urgency=medium

   * Urgency due to fix for FTBFS triggered by linux-kernel-headers package.
 
   * Make libxaw6-dev and libxaw7-dev conflict with and replace libxaw-dev (<<
     4.0.3); the latter existed as a real package in pre-woody unstable, and
     this permits smooth upgrades from such systems.
     - debian/control
 
   * Update Catalan translations (thanks, Ivan Vilata i Balaguer).
     (Closes: #218788)
     - debian/po/ca.po
 
   * Make x-window-system-dev installable on architectures that do not ship the
     offscreen Mesa libraries.  Use the same technique as is used for populating
     x-window-system-core's dependencies on a per-architecture basis: define an
     architecture-specific Make variable, then use its value for a dpkg
     substvar.
     - debian/control
     - debian/rules
     - debian/scripts/vars.alpha
     - debian/scripts/vars.i386
     - debian/scripts/vars.ia64
     - debian/scripts/vars.powerpc
     - debian/scripts/vars.sparc
 
   * Fix building against 2.6.x kernel headers by adding '#define rate period'
     where needed; fixes FTBFS when linux-kernel-headers package installed.
     (Closes: #219714)
     - debian/patches/000_stolen_from_HEAD.diff
 
   * Recognize the ko_KR.EUC-KR locale (thanks, Denis Barbier).
     (Closes: #200256)
     - debian/patches/011b_recognize_ko_KR.EUC-KR_locale.diff

 -- Branden Robinson <branden@debian.org>  Wed, 12 Nov 2003 12:29:52 -0500

xfree86 (4.2.1-13) unstable; urgency=low

   * Acknowledge bug fixed in NMU.  Thanks, LaMont! (Closes: #213774)
 
   * Create new metapackage, x-window-system-dev, whose job it is to haul in
     all the -dbg and -dev packages (except for libxaw6, which is legacy stuff)
     as well as xspecs and xlibs-pic.  That's 14 packages already, and it will
     get much worse with the xlibs split in 4.3.0, so in my opinion a
     metapackage is warranted.  Drop xspecs from x-window-system metapackage,
     and clarify x-window-system's extended description.
     - debian/control
 
   * Add new entry to the Debian X FAQ: "I've customized my /etc/X11/X,
     /etc/X11/Xwrapper.config, and/or /etc/X11/XF86Config-4 files so the
     packages don't automatically update them anymore.  I'd like them
     automatically managed again, though; how can I achieve that?".
     - debian/local/FAQ
 
   * Update Russian translations (thanks, Ilgiz Kalmetev). (Closes: #214352)
     - debian/po/ru.po
 
   * Give uxterm another 10 points of update-alternatives priority.  In my own
     testing, at least, it seems to consistently do the right thing when
     presented with various locale settings in the environment.
     (Closes: #136470)
     - debian/xterm.postinst.in
 
   * Fix missing-word typo in Xsession.options(5) (thanks, Christian Garbs)
     (Closes: #214634)
     - debian/local/Xsession.options.5
 
   * Shell style cleanup: use integer (not string) comparisons on $?.
     - debian/xserver-common.config.in
 
   * Quote readlink subshell command in xbase-clients pre-installation script
     so that the test command doesn't fail in the case where readlink returns
     nothing.  (Closes: #214804)
     - debian/xbase-clients.preinst.in
 
   * Remove redundant test for the existence of the XFree86 X server
     configuration file from the xserver-xfree86 pre-installation script.
     - debian/xserver-xfree86.preinst.in
 
   * Fix font_update() to really ignore requests to run xftcache on the
     Speedo directory.  The previous attempt at a fix (in -12) was
     unsuccessful.  Thanks to "Jack.R" for his assistance and patience in
     tracking down the problem.  (Closes: #192138)
     - debian/shell-lib.sh
 
   * Remove obsolete xbase-clients.conffiles.s390 file whose execution was
     overlooked in the transition to let debhelper handle conffiles (4.2.1-7).
     - debian/xbase-clients.conffiles.s390: deleted
 
   * Update Danish translations (thanks, Morten Brix Pedersen).
     (Closes: #216448)
     - debian/po/da.po
 
   * Support commit/rollback of default display manager file.  In the config
     script, if the default is changed, move the file to a temporary location.
     In the postinst script (package configuration), remove the temporary file.
     In the postrm script, if package install or upgrade is being aborted,
     restore the temporary file to its original location.
     - debian/xdm.config.in
     - debian/xdm.postinst.in
     - debian/xdm.postrm.in
 
   * Don't tell the user that the selected default display manager (if it's not
     xdm) must be configured every time xdm's postinst runs.
     - debian/xdm.postinst.in
 
   * Perform further overhauls and robustification to shell-lib.sh.
     + reject_nondigits(),reject_whitespace(),reject_unlikely_path_chars(): new
       functions for validating shell function arguments and environment
       variables not under this file's control
     + message(),message_nonl(): call reject_nondigits to validate $COLUMNS
     + create more coherent functions for user communication; drop debugmsg()
       and errormsg(), and create three levels of communication: fatal errors,
       warnings, and chatter
       - observe(): used for any user communication that is not fairly
         important; not seen by default, but visible when the
         $DEBUG_XFREE86_PACKAGE variable is set in the environment to a non-null
         value; also someday when dpkg supports logging, we'll send these
         messages its way
       - warn(): new function, used for communicating important information
       - die(): new function, used for hideous death screams
     + internal_error(): renamed from internal_errormsg(); also identifies
       itself explicitly in output
     + usage_error(): renamed from usage_errormsg(); also identifies itself
       explicitly in output
     + maplink(): use internal_error() instead of internal_errormsg()
     + analyze_path(),find_culprits:
       - explicitly scope local variables and make them lowercase
       - call reject_whitespace() on arguments
     + readlink(): quote shell variable in internal Perl implementation
     + check_symlinks_and_warn(),check_symlinks_and_bomb:
       - use usage_error() instead of usage_errormsg()
       - use observe() instead of debugmsg()
       - use die() instead of message()
     + font_update():
       - explicitly scope local variables and make them lowercase
       - define a local variable to store the X font directory prefix
         (/usr/X11R6/lib/X11/fonts), as this may change in the future
       - call reject_unlikely_path_chars() on shell variables used
       - confirm that the font directory being operated exists before attempting
         operations on it
       - don't let failures of a font update command be fatal to the package; if
         a command fails, warn() about it instead
       - improve language of warnings issued when font update command not found
         or font directory does not exist
       - improve efficiency by using shell parameter expansion instead of
         basename utility
     + remove_conffile_prepare(),remove_conffile_commit(),
       remove_conffile_rollback(): use usage_error() instead of usage_errormsg()
     + remove_conffile_rollback(): correct self-reference in error message (cut
       and paste error)
     + safe_debconf():
       - use usage_error() instead of usage_errormsg()
       - use observe() instead of debugmsg()
     - debian/shell-lib.sh
 
   * Convert message()-using maintainer scripts to use the new
     observe()/warn()/die() approach.
     - debian/twm.preinst.in
     - debian/xbase-clients.postinst.in
     - debian/xdm.postinst.in
     - debian/xdm.postrm.in
     - debian/xdm.preinst.in
     - debian/xdm.prerm.in
     - debian/xfs.preinst.in
     - debian/xfree86-common.config.in
     - debian/xfree86-common.postinst.in
     - debian/xfree86-common.postrm.in
     - debian/xfree86-common.preinst.in
     - debian/xlibs.preinst.in
     - debian/xserver-common.config.in
     - debian/xserver-common.postinst.in
     - debian/xserver-common.preinst.in
     - debian/xserver-xfree86.config.in
     - debian/xserver-xfree86.postinst.in
     - debian/xserver-xfree86.preinst.in
     - debian/xserver-xfree86.prerm.in
     - debian/xutils.preinst.in
 
   * Make the xserver-xfree86 config script's debug_echo() function, which now
     wraps observe(), set DEBUG_XFREE86_PACKAGE when calling it so that the
     output is sure to be generated.
     - debian/xserver-xfree86.config.in
 
   * Add several new entries to the FAQ:
     + The X server log says there was an error and it's disabling DRI.  Is
       that why the X server won't start?
     + The X server log says there was an error opening my "core pointer" or
       the file /dev/input/mice.  Is that why the X server won't start?
     + The X server log says it's skipping modules due to "No symbols found"
       errors.  Is that why the X server won't start?
     + The X server log says "AddScreen/ScreenInit failed for driver 0".  Is
       that why the X server won't start?
     + How can I tell if it's the X server crashing, or my X session exiting
       abnormally?
     - debian/local/FAQ
 
   * Fix migration of configuration files from "debconf-managed" to
     conffile-style management, in that the Xwrapper.config and XF86Config-4
     files were marked as locally changed even if there were no changes outside
     the "debconf markers".  Detect this case by searching for lines outside
     that range which contain anything other than whitespace or comments, and
     if none are found, treat the config file as handled by the package
     ("automatic update mode").  This should eliminate some overly aggressive
     migrations to manual update mode, though people who made changes only
     within the debconf markers and didn't follow instructions may still be
     incorrectly placed in automatic mode (that's why copies of the old config
     files are made when migration is done).  Thanks to John R. Daily for
     bringing this scenario to my attention.  (Closes: #214604)
     - debian/xserver-common.preinst.in
     - debian/xserver-xfree86.preinst.in
 
   * Fix "priority ceiling" logic introduced in xserver-xfree86's config script
     in 4.2.1-10.  We can't just use shell parameter expansion tricks to
     accomplish this.  Implemented new function priority_ceil() which compares
     its argument, a debconf priority string, to the shell variable
     PRIORITY_CEILING, another debconf priority string, and returns the lesser
     of the two.  Thanks to Goswin Brederlow for identifying the precise cause
     of debconf question priority inflation of late.
     (partially addresses #207537)
     - debian/xserver-xfree86.config.in
 
   * Fix xdm to handle case where alternative X display managers do not provide
     a "daemon_name" debconf template (which is supposed to contain the file
     specification of the display manager daemon).  If that is true, assume
     that the package name of the display manager is also the name of the
     daemon executable, and try to find it with the "which" command.  If that
     fails as well, warn the user that we were unable to update the default X
     display manager file.
     - debian/xdm.postinst.in
     - debian/xdm.prerm.in
 
   * Add aliases to upstream locales.alias file for many locales using the
     "@euro" modifier and the ISO-8859-15 or UTF-8 character sets (thanks,
     Jean-Christophe Dubacq and Denis Barbier).  (Closes: #208137)
     - debian/patches/011a_recognize_euro_modifier_locales.diff: new
 
   * Ship unstripped versions of the Mesa DRI modules in the xlibmesa3-gl-dbg
     package, in the directory /usr/X11R6/lib/modules/dri/debug.
     - debian/xlibmesa3-gl-dbg.install.alpha
     - debian/xlibmesa3-gl-dbg.install.i386
     - debian/xlibmesa3-gl-dbg.install.ia64
     - debian/xlibmesa3-gl-dbg.install.powerpc
     - debian/xlibmesa3-gl-dbg.install.sparc
     - debian/control: document existence of unstripped modules and explain
       how to use them in xlibmesa3-gl-dbg's extended description
 
   * Fix long-standing thinko in xserver-xfree86's config script; test correct
     variable for nullity when deciding if mdetect didn't return anything for
     the mouse protocol (thanks, Daniel Barlow).  Also perform extra sanity
     check on mdetect output (we expect exactly 2 lines' worth), and do not set
     the question priority to low just because mdetect succeeds.
     (Closes: #216932)
     - debian/xserver-xfree86.config.in
 
   * Update security fix for xdm pam_setcred() vulnerability to match current
     upstream implementation in xf-4_3-branch, which now includes my patch to
     use pam_strerror().  This change is not a security fix.
     - debian/patches/000_stolen_from_HEAD.diff: updated
     - debian/patches/002_xdm_fixes.diff: resynced
 
   * Grab latest fixes to XAA (X Acceleration Architecture) from upstream CVS
     HEAD.
     - debian/patches/000_stolen_from_HEAD.diff: remove existing XaaPCache
       patch (moved to 000_stolen_from_HEAD_xaa.diff)
     - debian/patches/000_stolen_from_HEAD_xaa.diff: new;
       + (xc/programs/Xserver/hw/xfree86/xaa/xaaFillPoly.c): Fix a bug filling
         trapezoids in some obscure 8x8 pattern fill case. (Mark Vojkovich)
       + (xc/programs/Xserver/hw/xfree86/xaa/xaaPCache.c): Fix Color8x8 cache
         bug (pattern expanded from source) (Thomas Winischhofer)
       + (xc/programs/Xserver/hw/xfree86/xaa/xaaPict.c):
         - move existing XaaPCache patch (crash while off-screen memory heavily
           fragmented) to this patch
         - Warning fix (Alan Hourihane).
         - Change XAA to not sync when it sees RENDER operations that don't
           touch VRAM, and to try to accelerate Glyphs with Composite if it
           seems likely that will work (#5509, Nolan Leake).
         - Add missing tests for vtSema to xaa 'Picture' functions.  These
           missing checks caused strange behavior with some drivers when RENDER
           extension requests were made while X was switched away.  (Egbert
           Eich)
       + (xc/programs/Xserver/hw/xfree86/xaa/xaaStipple.c): Fix an XAA stipple
         bug that's been there for some 4+ years. (Mark Vojkovich)
 
   * Update Dutch translations (thanks, cobaco and the debian-l10n-dutch team).
     (Closes: #207837)
     - debian/po/nl.po
 
   * Run fc-cache on the font directories provided by xfonts-scalable when the
     package is configured, removed, purged, or disappeared.
     - debian/xfonts-scalable.postinst.in
     - debian/xfonts-scalable.postrm.in
 
   * Fix xdm's config script to not choke on multiword garbage in
     /etc/X11/default-display-manager, by quoting the argument to basename.
     Use grep with head to extract the first non-whitespace, non-comment line
     from the file.  If the result does not appear to be a command ("which"
     fails), observe() it.  (Closes: #217605)
     - debian/xdm.config.in
 
   * Improve efficiency of maintainer scripts and programs by using POSIX shell
     parameter expansion (instead of using command substitution to run basename
     on a shell variable argument).
     - debian/local/dexconf
     - debian/local/update-fonts-alias
     - debian/local/update-fonts-dir
     - debian/local/update-fonts-scale
     - debian/xserver-common.postinst.in
     - debian/xserver-common.postrm.in
     - debian/xserver-common.preinst.in
     - debian/xserver-xfree86.config.in
     - debian/xserver-xfree86.postinst.in
     - debian/xserver-xfree86.postrm.in
     - debian/xserver-xfree86.preinst.in
     - debian/xserver-xfree86.prerm.in
 
   * Have the remove_conffile_prepare(), remove_conffile_commit(), and
     remove_conffile_rollback() functions call observe() to report the actual
     actions performed.  Remove such uses of observe() in maintainer scripts.
     This way these observational messages are issued only when the system
     changes state, and not when a function that potentially does nothing is
     called.
     - debian/shell-lib.sh
     - debian/xdm.postinst.in
     - debian/xdm.postrm.in
     - debian/xdm.preinst.in
     - debian/xfree86-common.postinst.in
     - debian/xfree86-common.postrm.in
     - debian/xfree86-common.preinst.in

 -- Branden Robinson <branden@debian.org>  Mon, 27 Oct 2003 12:43:26 -0500

xfree86 (4.2.1-12.1) unstable; urgency=low

   * Fix typo in xlibs preinst.  Closes: #213774, #213776

 -- LaMont Jones <lamont@debian.org>  Thu, 2 Oct 2003 10:07:11 -0600

xfree86 (4.2.1-12) unstable; urgency=high

   * urgency high due to security fix for font service integer overflow attacks
     and xdm's failure to verify return value of pam_setcred() (see below)
 
   * debian/twm.menu-method: correctly escape doublequote characters in menu
     entry titles (thanks, Bill Allombert) (Closes: #193759)
 
   * debian/shell-lib.sh: font_update(): ignore requests to run xftcache on the
     Speedo directory; it segfaults under certain circumstances that have never
     been nailed down, and according to Juliusz Chrobocek, it's pointless to do
     this anyway since the Xft library (and FreeType behind it) do not
     understand Speedo-format fonts (Closes: #192138)
 
   * debian/xserver-xfree86.config.in: pre-set a reasonable default for users
     of the newport driver: depth 8 and resolution 1280x1024 (thanks, Bernhard
     R. Link) (Closes: #208500)
 
   * patch #097: new; add Bartosz Zapalowski's patch for supporting wheel mice
     with large numbers of buttons; the ZAxisMapping option "pushes up" the
     other buttons so that the mouse behaves sanely.  This addresses problems
     with how the X server parses wheel data from at least some devices that
     use the ExplorerPS/2 protocol. (Closes: #166550)
 
   * debian/control: remove build-dependency on libglide3-alpha-dev for alpha
     architecture and add alpha-specific build-dependency on libglide3-dev
     since Guillem Jover has merged the libglide3-alpha and libglide3 packages
     (Closes: #209142)
 
   * debian/control: xlibmesa3-gl now suggests the libglide3 package; updated
     extended description explains why (Closes: #119297)
 
   * debian/xserver-common.preinst.in: correct erroneous reference to debconf
     template name
 
   * patch #000_stolen_from_HEAD: SECURITY: backport fix from CVS HEAD
     + CAN-2003-0730 (multiple integer overflows in the font libraries for
                     XFree86 allow local or remote attackers to cause a denial
                     of service or execute arbitrary code via heap-based and
                     stack-based buffer overflow attacks)
     + Fix overflows in the test for integer overflows. Reported by Paul
       Anderson.
 
   * debian/xdm.prerm.in: clean up the old logic for deregistering the old
     xdm-greeter alternative to only do so if upgrading from versions of the
     package prior to 4.0.3 and that alternative is actually registered (see
     bug #164021 for a similar issue with another package)
 
   * debian/shell-lib.sh: various enhancements;
     - Use special abnormal exit codes so that problems with this library are
       more easily tracked down.
     - Abort if the variables $THIS_PACKAGE or $THIS_SCRIPT are not defined, so
       that we can do better error reporting.
     - errormsg(): report package and script name in error messages
     - internal_errormsg(): report package name, script name, and package
       version in error message; also, tell people about reportbug
     - usage_errormsg(): new; basically a version of internal_errormsg() that
       doesn't care if the package was an unofficial build or not
     - find_culprits(): exit with status $SHELL_LIB_THROWN_ERROR instead of 1
       when packages obstructing an upgrade are found
     - remove_conffile_prepare(), remove_conffile_commit(),
       remove_conffile_rollback(): new functions to handle the obsoletion of
       conffiles across upgrades; remove_conffile_prepare() can handle both old
       dpkg (pre-1.10) and new md5sum command behavior (Closes: #152920)
     - debugmsg(): new function to support debugging messages in the maintainer
       scripts
     - safe_debconf(): new function to run debconf confmodule commands
       defensively (but which we expect to succeed nevertheless)
 
   * debian/local/Xstartup: a bit of cleanup;
     - quote all shell variables
     - tighten up /etc/nologin conditionals to work the same but be less
       redundant
     - don't try to use xmessage if it's not in the path
     - don't display the /etc/nologin file if it is zero-length
 
   * Drop the /etc/X11/xdm/{Xreset,Xsetup} conffiles.
     - They can no longer cause problems with xconsole running on multiple
       servers.  (Closes: #128338)
     - debian/MANIFEST.*: drop files from MANIFEST
     - debian/local/xdm.README.Debian: stop mentioning no-longer-shipped
       Xreset and Xsetup conffiles
     - debian/local/xdm.options.5: update wording to reflect fact that Xreset
       and Xsetup are no longer part of the package
     - debian/local/xdm/{Xreset,Xsetup}: deleted
     - debian/xdm.install: drop files from package
     - debian/xdm.preinst.in: use remove_conffile_prepare()
     - debian/xdm.postinst.in: use remove_conffile_commit()
     - debian/xdm.postrm.in: use remove_conffile_rollback()
 
   * debian/xbase-clients.preinst.in: a bit of cleanup;
     - rewrite deregistration of obsolete ancient xconsole alternative to only
       take place on upgrades from extremely old installations, and fix up
       usage of update-alternatives (see #164021)
     - move workaround for bug #28519 into the main conditional block
 
   * Migrate existing obsolete-conffile handling to use new shell-lib.sh
     functions.
     - debian/{xfree86-common,xbase-clients}.preinst.in: use
       remove_conffile_prepare()
     - debian/{xfree86-common,xbase-clients}.postinst.in: use
       remove_conffile_commit()
     - debian/{xfree86-common,xbase-clients}.postrm.in: use
       remove_conffile_rollback()
 
   * debian/xterm.{preinst,postinst}.in: migrate removal of obsolete old xterm
     alternative to the package preinst script where it belongs
 
   * patch #000_stolen_from_HEAD:
     + Fix an XAA pixmap cache server crash that can happen in some cases
       when the off-screen memory is heavily fragmented. (Closes: #208804)
 
   * Improve fix for #191463 (fix hangs when threaded apps use XInput library),
     using the fix committed to upstream CVS HEAD after analysis by Bastien
     Nocera, Owen Taylor, and Egbert Eich.
     + patch #000_stolen_from_HEAD: in with the new
     + patch #095: out with the old (deleted)
 
   * Robustify xdm maintainer scripts.
     - debian/xdm.{config,preinst,postinst,prerm,postrm}.in:
       + improve comments
       + wrap bare db_* commands with safe_debconf()
       + quote shell variables where reasonable to do so
       + don't do things that depend on the value of $RET after a db_* if a
         null value doesn't make sense
       + add debugging messages for tracing of various operations
       + move repair of ancient malformed K* links in /etc/rc[016].d from
         postinst to preinst
     - debian/xdm.config.in:
       + debconf is not a registry; use the basename of the path listed in
         /etc/X11/default-display-manager as the default answer to the
         shared/default-x-display-manager question if it is available;
         otherwise fall back to existing value
       + uh, let's try defining the DEFAULT_DISPLAY_MANAGER_FILE variable since
         we dereference it
     - debian/xdm.postinst.in:
       + use HOST as our iterator variable when checking $DISPLAY instead of
         HOSTNAME, which is often already defined
       + discard error messages from hostname command
       + stop searching for a $DISPLAY on $HOST:0 once we've found one
     - debian/xdm.prerm.in:
       + don't attempt to find any children of the xdm daemon, and don't make
         any effort to stop it, if pidof doesn't report any xdm processes
         running
 
   * Robustify xfree86-common maintainer scripts.
     - debian/xfree86-common.{config,preinst,postinst,postrm}.in:
       + improve comments
       + remove long-commented-out fiddling with rgb.txt
       + convert informational messages to debugging messages
       + add debugging messages for tracing of various operations
       + move removal of long-obsoleted /etc/X11/window-managers file from
         postinst to preinst
     - debian/xfree86-common.config.in:
       + wrap bare db_* commands with safe_debconf()
     - debian/xfree86-common.preinst.in:
       + Stop removing /usr/doc/X11 and /usr/X11R6/lib/X11/doc symlinks; after
         taking a look at old xfree86 package releases (potato, slink, hamm),
         I've concluded that old packages get these symlinks out of the way
         adequately.  If the local admin wants to install symlinks here, it's
         no sweat off me.
       + conditionalize removal of long-obsoleted /etc/X11/window-managers file
         on upgrades/installs over xfree86-common 3.3.6-5
     - debian/xfree86-common.postrm.in:
       + use $THIS_PACKAGE to drive call to update-rc.d
 
   * Robustify xserver-common maintainer scripts.
     - debian/xserver-common.{config,preinst,postinst}.in:
       + convert informational messages to debugging messages
       + add debugging messages for tracing of various operations
       + wrap bare db_* commands with safe_debconf() (Closes: #209181)
     - debian/xserver-common.config.in:
       + stop using debconf as a registry; attempt to read variable settings
         from /etc/X11/Xwrapper.config back into the debconf database
       + allowed_users_english_to_actual(),allowed_users_actual_to_english():
         new functions to covert from debconf question terminology to config
         file terminology
       + validate_nice_value():
         + renamed from checkval()
         + use return code to indicate validity instead of $VALID
         + if upgrading from xserver-common prior to 4.0.1-6, scan old wrapper
           config file /etc/X11/Xserver for a default setting of allowed users
     - debian/xserver-common.preinst.in:
       + stop displacing /etc/X11/Xserver on upgrades from << 4.1.0-6
 
   * patch #000_stolen_from_HEAD: revert some problematic changes to XKB;
     + (xc/programs/xkbcomp/symbols.c):
        489. Fix an xkbcomp bug that prevents a later definition from
             specifying actions if the previous definition didn't (#5471, Joe
             Moss).
     + (xc/programs/xkbcomp/symbols.c,xc/lib/xkbfile/xkbmisc.c):
        * In XFree86 4.3, Latin base maps can have many three- and four-level
          keys.  Some of the keys should behave as 'alphabetic' keys (should
          depend on the CapsLock state) and others should be simple 'four level
          keys'.  To separate these two type of keys, people need to carefully
          specify a type for each key in a symbols map.  However, carelessness
          can can be worked around if xkbcomp itself guesses the type of key.
          This patch adds autodetection of four-level types in XKB symbols
          maps.
     + (xc/programs/xkbcomp/misc.c):
        * Xkbcomp has a check that prevents inclusion of the same partial map
          in an include statement in different single layout maps.  This made
          sense before the multilayout mechanism was added.  But now, it means
          a complete layout can't be composed from 'single layout' maps if the
          maps include the same file.  Thus, this check has ben removed.
     + (xc/lib/xkbfile/xkbtext.c):
        680. Correct problem when the server prints the name of a 'private
             xkb action' in a format that xkbcomp cannot understand, and was
             causing problems when calling XkbGetKeyboard (Ivan Pascal).
     + The above reversions should rectify some problems seen in 4.2.1-6.
       (See what happens when one contracts Ben Collins's Disease?)
       - xkbcomp chokes on XkbSymbols
         'en_US(pc105)+se(nodeadkeys)+ctrl(nocaps)+inet(logicordless)'
         (Closes: #182861)
       - xkbcomp cannot prepare XKB keymap for keycodes=tcv, symbols=tcv(basil)
         (Closes: #185605)
       - xkbcomp cannot prepare XKB keymap for 'ucw' Czech keyboard settings
         (Closes: #188050)
       - xkbcomp cannot load keymap with configuration
         xfree86/pc102/fi/nodeadkeys (stock XFree86 4.2.1 works)
         (Closes: #189298)
 
   * Kill off libxaw-dev virtual package per discussion on debian-devel mailing
     list.
     - debian/control:
       + libxaw6-dev now conflicts with and replaces libxaw7-dev instead of
         libxaw-dev
       + libxaw6-dev no longer provides libxaw-dev
       + libxaw7-dev now conflicts with and replaces libxaw6-dev instead of
         libxaw-dev
       + libxaw7-dev no longer provides libxaw-dev
 
   * The xserver-xfree86 package now suggests the libglide2 package for the
     benefit of 3Dfx Voodoo Graphics and Voodoo2 users.  (Closes: #211780)
     - debian/control: update Suggests and Description fields for
       xserver-xfree86
 
   * Smooth transitions from the Utah GLX packages' libGL and libGLU
     implementation to XFree86's version of the Mesa Project's libGL and libGLU
     libraries.  If the Utah GLX packages stop providing the libgl1 and
     libgl-dev packages (see #148718), these relationships will be necessary
     because the shared library packages provide libGL.so.1 and libGLU.so.1
     symbolic links in /usr/lib, and the development packages provide libGL.so
     and libGLU.so symbolic links in /usr/lib.  Also see #187365.
     - debian/control:
       + xlibmesa3-gl conflicts with and replaces libutahglx1
       + xlibmesa-gl-dev conflicts with and replaces libutahglx-dev
       + xlibmesa3-glu conflicts with and replaces libutahglx1
       + xlibmesa-glu-dev conflicts with and replaces libutahglx-dev
 
   * Get that old-time UTF-8 religion by recoding files from ISO-8859-1 to
     UTF-8.  (Also get right with Debian Policy version 3.6.0.)
     - debian/{copyright,changelog,changelog.Debian.old}: recoded with iconv
 
   * SECURITY: Fix for CAN-2003-0690; xdm did not verify the return value of
     the pam_setcred() function, which could allow attackers to gain root
     privileges by triggering error conditions within PAM modules, as
     demonstrated in certain configurations of the MIT pam_krb5 module.
     Fix backported from XFree86 CVS xf-4_3-branch: xdm now checks the return
     value of pam_setcred(), issues an error message if it is not zero, and
     treats this situation as an authentication failure.
     - debian/patches/000_stolen_from_HEAD.diff: added patch
     - debian/patches/002_xdm_fixes.diff: resynced offsets; update
       pam_setcred() patch to use pam_error and pam_strerror() when reporting
       problems
 
   * Ship empty /etc/X11/app-defaults directory in xlibs package so we do not
     ship a broken symlink, and provide a way for non-packaged
     app-defaults-using software to find the directory to which they should
     install their application defaults files.  (Closes: #191818)
     - debian/xlibs.dirs: new
 
   * Bump package's Standards-Version to 3.6.1; no changes necessary (the
     package maintainer scripts do no non-debconf-based prompting of the user).
     - debian/control: update source stanza
 
   * Further cleanups to XFree86's Mesa library package relationships.
     Essentially, these reflect the necessity of handling the following
     mappings of virtual package names to shared library symbolic links:
                         libgl1        /usr/lib/libGL.so.1
                         libgl-dev     /usr/lib/libGL.so
                         libglu1       /usr/lib/libGLU.so.1
                         libglu-dev    /usr/lib/libGLU.so
     - debian/control:
       + xlibmesa3-gl replaces libgl1 instead of mesag3 (mesag3 provided the
         libgl1 virtual package as far back as potato)
       + xlibmesa3-gl-dev replaces libgl1-dev instead of mesag-dev (mesag-dev
         provided the libgl-dev virtual package as far back as potato)
       + xlibmesa3-glu conflicts with and replaces mesag3 (<< 5.0.0-1) (prior
         versions of mesag3 shipped /usr/lib/libGLU.so.1)
       + xlibmesa3-glu replaces libglu1
       + xlibmesa3-glu-dev conflicts with and replaces mesag-dev (<< 5.0.0-1)
         (prior versions of mesag3 shipped /usr/lib/libGLU.so)
 
   * Remove extraneous line-continuation character in xserver-xfree86's
     post-installation script that caused the X server symlink (/etc/X11/X) to
     erroneously be placed in manual configuration mode on upgrades from the
     Old World Order (prior to 4.2.1-10).
     - debian/xserver-xfree86.preinst.in
 
   * Update xlibs's pre-installation script to clean up after a mess made by
     woody-era xlibs post-installation script: it used ln -sf instead of ln
     -nsf to create a symbolic link to a directory, which often had the result
     of creating a symlink "/etc/X11/app-defaults/app-defaults", which is bogus
     and stupid.  (Closes: #210980)
     - debian/xlibs.preinst.in

 -- Branden Robinson <branden@debian.org>  Tue, 30 Sep 2003 15:34:48 -0500

xfree86 (4.2.1-11) unstable; urgency=medium

   * urgency set to medium because bug #206790 bites a lot of people (but,
     contrary to most submitters' belief, not everyone), and #207305 really
     screws people trying to purge xserver-common and xserver-xfree86
 
   * debian/control: add gcc's epoch to versioned Build-Conflict on gcc-3.3
     (thanks, James Troup)
 
   * debian/local/Xsession{,.options}.5: further clarify the X session startup
     procedure in the manpages, per suggestion from Frank Murphy
 
   * debian/xserver-{common,xfree86}.postinst.in: do not attempt to
     create/update configuration file rosters if the path of the auxiliary
     directory exists but is not a directory; assume local admin cleverness
 
   * Add pt_BR.UTF-8 locale support (as something other than an alias for
     en_US.UTF-8) to Xlib; includes Compose file updates from Gustavo
     Noronha Silva. (Closes: #204148)
     - patch #096: new
     - debian/MANIFEST.*: list new files in /usr/X11R6/lib/X11/locale
     - debian/xlibs.install*: ship new files in /usr/X11R6/lib/X11/locale
 
   * debian/xserver-{common,xfree86}.preinst.in: rework migration logic:
     - create the configuration file auxiliary directory /var/lib/xfree86
       on all installs and upgrades if it doesn't already exist
       (Closes: #206790)
     - don't throw a warning if the path to the auxiliary directory exists but
       is not a directory; assume local admin cleverness
     - don't migrate a configuration file if its debconf region markers have
       been removed (Closes: #206524)
     - if installing (not upgrading) the package, place the non-conffile
       configuration files under automatic management, but only if they do not
       already exist (Closes: #207268)
     - when installing (not upgrading) xserver-xfree86*, point /etc/X11/X to
       the "true" executable which serves as the "unconfigured" default; the
       postinst updates the symlink for the debconf-indicated default X server
 
   * debian/rules: stop calling debconf2po-update, per Denis Barbier
     (Closes: #172579)
 
   * debian/po/pt_BR.po: updated Brazilian Portuguese translations (thanks,
     Andre Luis Lopes) (Closes: #206949)
 
   * debian/{xserver-common.templates,po/{*.po,templates.pot}}: fix silly typo
     in xserver-common/xwrapper/nice_value (thanks, Christian Perrier)
     (Closes: #206971)
 
   * debian/local/FAQ: remove bizarre garbage from file (thanks, Eloy Paris)
     (Closes: #207229)
 
   * Use $(tempfile -s ".xvfb-run") as the default X authority file, not
     $(pwd)/.Xauthority (based on a patch from Gerard Gorman -- thanks!).
     - debian/local/xvfb-run: implement
     - debian/local/xvfb-run.1: document
 
   * debian/xserver-{common,xfree86}.postrm.in:
     - fix horrendous paper-bag bug (failure to give fgrep a file to operate
       on, causing it to wait forever on standart input) that prevented
       xserver-common and xserver-xfree86 from being able to purge under some
       circumstances (thanks, Ingo Saitz) (Closes: #207305)
     - further robustify purge procedure; don't fail when there are no lines
       left in the roster file except the name of the package we're purging,
       and do not let cat spew noise to stderr if the temporary roster file
       does not get created
 
   * debian/po/fr.po: updated French translations (thanks, Christian Perrier)
     (Closes: #207239)
 
   * Backport support for new IA-64 relocation types from post-4.3.0 CVS
     HEAD (thanks, Matthew Wilcox). (Closes: #206929)
     - patch #000_stolen_from_HEAD: updated
     - patch #067: resync
 
   * debian/rules: don't try to install the XFree86.1x manpage as
     XFree86-debug.1x if the XFree86.1x manpage doesn't exist (it doesn't on
     architectures that don't build the XFree86 X server, like s390; fixes
     FTBFS on s390)
 
   * debian/xserver-xfree86.prerm.in: when removing the X server package
     providing the target of the X server symlink (and that symlink is still
     under automatic management), set the symlink target to the unconfigured
     default (the path of the "true" executable) and update the checksum; this
     ensures that an X server symlink under automatic management gets removed
     from the system when the last package managing it is purged

 -- Branden Robinson <branden@debian.org>  Thu, 28 Aug 2003 13:17:07 -0500

xfree86 (4.2.1-10) unstable; urgency=medium

   * patch #000_stolen_from_HEAD_xlib: fix for buffer overflow in
     _XlcLocaleDirName(); privileged binaries ignore the XLOCALEDIR
     environment variable and are not vulnerable (Closes: #201750)
 
   * debian/scripts/manifest-install-reconcile: new script to help keep
     MANIFEST and *.install* files in sync
 
   * debian/scripts/patch.{apply,unapply}: set LC_COLLATE=C to ensure that
     patches are applied in the correct order (Closes: #199838)
 
   * use manifest-install-reconcile script to find and fix several bugs in
     *.install* files:
     - xlibs-dev.install.{,netbsd-i386,s390}: ship several missing extension
       header files: XLbx.h, bigreqstr.h, extutil.h, mitmiscstr.h,
       multibufst.h, shapestr.h, shmstr.h, syncstr.h, xcmiscstr.h, xteststr.h
     - xserver-xfree86.install.hppa: ship tdfx manpage
     - xserver-xfree86.install.mips: ship XFree86 manpage
     - xserver-xfree86.install.mipsel: stop shipping ati manpage (fixes FTBFS);
       ship dmc, penmount, and r128 manpages (Closes: #199830)
     - xserver-xfree86.install.{sh3,sh4}: ship citron manpage
     - xserver-xfree86.install.sparc: ship calcomp, dmc, hyperpen, and penmount
       drivers
     - xutils.install{,.powerpc}: ship darwinLib.{rules,tmpl} Imake
       configuration files
     - xutils.install.arm: ship luit and scanpci programs, their manpages, and
       darwinLib.{rules,tmpl} Imake configuration files
     - xutils.install.{m68k,s390}: ship luit program, its manpage, and
       darwinLib.{rules,tmpl} Imake configuration files
 
   * debian/control: bump Standards-Version to 3.6.0
 
   * debian/xserver-xfree86-dbg.install: install the XFree86(1x) manpage as
     XFree86-debug(1x) in this package; cannot use a symlink because
     xserver-xfree86-dbg does not depend on xserver-xfree86 (recommends it
     instead), and dangling manpage symlinks are extremely annoying
 
   * debian/{xbase-clients,xdm,xprt}.links: remove links to undocumented
     manpage; that practice is no longer countenanced by Debian Policy
 
   * debian/{xdm,xfs}.{posinst,postrm,prerm}.in: use $THIS_PACKAGE variable to
     drive calls to update-rc.d and invoke-rc.d
 
   * debian/xfree86-common.postinst.in: don't use $THIS_PACKAGE to construct
     the path to the init script; this confuses lintian, triggering several
     spurious warnings and errors
 
   * debian/po/fr.po: update French debconf template translations (thanks,
     Christian Perrier) (Closes: #203470)
 
   * debian/xterm.postinst.in: only remove the obsolete old xterm alternative
     if it is in fact registered; this shouldn't be necessary, but
     update-alternatives is buggy, easily confused, and prone to wreak random
     havoc (based on a patch by Eduard Bloch -- thanks!) (Closes: #164021)
 
   * Fix my misunderstanding of how to use dh_install.
     - debian/{libdps1-dbg.install,libxaw6-dbg.install,libxaw7-dbg.install,
       xlibmesa3-gl-dbg.install,xlibmesa3-glu-dbg.install,
       xlibosmesa3-dbg.install,xlibs-dbg.install}: destinations should be
       directories, not filenames (Closes: #201586)
     - rules: install the XFree86(1x) manpage as XFree86-debug(1x) in the
       xserver-xfree86-dbg package
 
   * debian/rules: update list of packages not to strip to reflect
     xlibmesa3-dbg's split into xlibmesa3-gl-dbg and xlibmesa-glu-dbg
 
   * debian/xserver-xfree86.config.in: explicitly assume the number of
     autodetected video cards, corresponding X servers and drivers are zero,
     and that the user does not have a multihead config; and do not let
     discover trick wc into interpreting a blank line as a detected video card
     (based on a patch by Nikita V. Youshchenko -- thanks!) (Closes: #195418)
 
   * Be cognizant of different scheduling behavior in Linux >= 2.5.
     - debian/xserver-common.config.in: if the user is running Linux > 2.5 at
       the time this package is configured for the first time, set the default
       nice value to 0 instead of -10
     - debian/xserver-common.templates: advise users of Linux with O(1)
       scheduler to use a nice value of zero; also, remove the default setting
       for the corresponding template so that a default is set only by the
       config script
 
   * debian/local/xserver-wrapper.c: chdir() to the directory where the X
     server symlink is kept before executing its target, so that relative
     symlinks work (Closes: #138195)
 
   * debian/local/dexconf: write out non-standard modelines built-in to the
     XFree86 4.x server to XF86Config files for XFree86 3.x servers
 
   * debian/local/{Xsession,Xsession.d/*}: fix X session handling bug when a
     specific program is handed to the /etc/X11/Xsession script where that
     program would get ignored in favor of a user's $HOME/.[Xx]session file;
     while I was at it, fixed a lot of confusing variable names that led to
     this logic error in the first place, and add some explanatory comments to
     the elaborate fallback procedure, though this duplicates the content of
     Xsession(5) (based on a patch by Frank Murphy -- thanks!)
     (Closes: #195845)
 
   * debian/xserver-xfree86.config.in: also issue debugging output if the
     DEBCONF_DEBUG environment variable is set to a non-null value, and prefix
     debugging messages with a proper identifier of what is issuing them rather
     than the relatively unhelpful "DEBUG:"
 
   * Help people find the X Strike Force on the web:
     - debian/local/README.Debian-upgrade: provide the X Strike Force's URL
       (Closes: #203460)
     - debian/local/FAQ: update the X Strike Force's URL
 
   * debian/local/Xsession.options.5: fix missing-word typo
 
   * debian/local/*.[0-9]: "I SEE UNESCAPED HYPHENS!"; update all
     Debian-authored manpages to properly escape ASCII 45 ("-", "HYPHEN-MINUS")
     characters so that groff interprets them as dashes instead of hyphens
     (they're actually used as dashes, so that's what we should be telling
     groff they are, eh?)
 
   * debian/local/*: update all GNU GPL copyright boilerplates to be consisent
     (have correct address for the FSF; refer people to
     /usr/share/common-licenses/GPL; tweak the noses of the Hurd-haters by
     saying "the Debian operating system" instead of "the Debian GNU/Linux
     system", and so forth)
 
   * debian/local/FAQ: add new question by Colin Walters; "Why am I not able to
     run "startx" as a non-root user?" (thanks, Colin!) (Closes: #149482)
 
   * debian/local/FAQ: add more information about left-handed mouse use for gpm
     users, courtesy of Osamu Aoki (Closes: #181579)
 
   * xserver-common's postinst script no longer needs to ensure sanity of the X
     server's socket directory since xfree86-common's init script does that
     now.
     - debian/control: increment xserver-common's versioned dependency on
       xfree86-common from (>> 4.2) to (>= 4.2.1-5) so we can rely on its init
       script to handle the server's socket directory for us
     - debian/xserver-common.postinst.in: stop manipulating X server socket
       directory
 
   * Migrate away from the hated-and-reviled "manage <file> with debconf?"
     technique of handling the /etc/X11/X, /etc/X11/XF86Config-4, and
     /etc/X11/Xwrapper.config non-conffile configuration file, and to a
     proto-ucf style of handling:
     - debian/xserver-common.templates: drop the
       xserver-common/manage_config_with_debconf and
       xserver-common/move_existing_nondebconf_config templates
     - debian/xserver-common.config.in: stop asking the now-deleted questions
       and stop manipulating files based on the answers
     - debian/xserver-common.preinst.in: when upgrading from xserver-common <
       4.2.1-10, check value of xserver-common/manage_config_with_debconf; if
       it is true; attempt to back up and store md5sum of existing
       Xwrapper.config file in /var/lib/xfree86; unregister the now-deleted
       questions
     - debian/xserver-common.postinst.in: automatically update the
       Xwrapper.config file (based on the values of the debconf templates) if
       and only if:
       + the file exists;
       + the MD5 checksum file exists;
       + the MD5 checksum of the current version of the file matches the
         stored checksum (indicating that the file hasn't changed since we last
         touched it); and
       + the newly written file actually differs from the existing one
     - debian/xserver-common.postrm.in: on purge, remove the Xwrapper.config
       checksum file; remove Xwrapper.config as well, but only if it matches
       the stored checksum; remove parent directories of conffiles and
       configuration files if possible
     - debian/xserver-xfree86.templates: drop the
       shared/clobber_x-server_symlink,
       xserver-xfree86/manage_config_with_debconf, and
       xserver-xfree86/move_existing_nondebconf_config templates
     - debian/xserver-xfree86.config.in:
       + stop asking the now-delted questions and stop manipulating files based
         on the answers
       + cap question priorities at medium if the configuration file we'd write
         based on the answers already exists (i.e., assume existing defaults
         are "reasonable" per debconf(7))
     - debian/xserver-xfree86.preinst.in: when upgrading from xserver-xfree86
       < 4.2.1-10, check value of shared/default-x-server and if it is
       set to the current package, and the target of the symlink is the server
       provided by this package, attempt to store md5sum of symlink target's
       pathname in /var/lib/xfree86; check value of
       xserver-xfree86/manage_config_with_debconf and if it is true, attempt to
       store md5sum of existing XF86Config-4 in /var/lib/xfree86; unregister
       the now-deleted questions
     - debian/xserver-xfree86.postinst.in: automatically update the /etc/X11/X
       symlink and XF86Config-4 file if and only if:
       + the file exists;
       + the MD5 checksum file exists;
       + the MD5 checksum of the current version of the file matches the
         stored checksum (indicating that the file hasn't changed since we last
         touched it); and
       + the newly written file actually differs from the existing one
     - debian/xserver-xfree86.postrm.in: on purge, remove the /etc/X11/X
       symlink and XF86Config-4 file checksums; remove the files themselves if
       they match the stored checksum; remove parent directories of conffiles
       and configuration files if possible
     - debian/local/FAQ:
       + new question: "How do the XFree86 packages manage their non-conffile
         configuration files like /etc/X11/X, /etc/X11/Xwrapper.config, and
         /etc/X11/XF86Config-4?"
       + updated question: "How do I add custom sections to a dexconf-generated
         XF86Config or XF86Config-4 file?"
     - debian/local/dexconf:
       + support new option -f | --format, which writes XF86Config file in
         selected format (XFree86 3.x or 4.x)
       + use getopt(1) for option handling
       + update comment header when writing 4.x format configuration files to
         reflect the new scheme of things
       + only mess with "DEBCONF SECTION" stuff if writing a 3.x format
         configuration file
     - debian/local/dexconf.1:
       + document new behavior
       + update "FUTURE DIRECTIONS" section
     - debian/local/dexlet/main.py: only mess with the obsolete debconf
       templates when configuring an XFree86 3.x X server
     - debian/control: for xserver-xfree86 and xserver-xfree86-dbg, tighten the
       versioning of the dependency on xserver-common to (>= 4.2.1-10); these
       packages' postinst scripts use functionality that was broken in earlier
       versions of dexconf
 
   * Add technique for deciding when to purge non-conffile configuration files;
     maintain a roster file corresponding to the config file, for which each
     interested package adds its name on package configuration, and removes it
     on package purge.
     - debian/xserver-{common,xfree86}.postinst.in: if the roster file for each
       non-conffile config file doesn't already list this package on
       configuration, add it to the roster
     - debian/xserver-{common,xfree86}.postrm.in: on purge, remove this
       package's name from each non-conffile config file's roster file (if that
       leaves no packages managing a config file, look for a stored MD5
       checksum of the config file; if that matches the current config file,
       remove the config file; finally, remove the checksum file)
 
   * debian/xserver-{common,xfree86}.config.in: input validation errors in the
     package config scripts are now presented with "critical" priority
 
   * New workaround for optimized-code-generation bug in early versions of GCC
     3.3.
     - debian/control: add build-conflict with gcc-3.3 (<< 3.3.2-0pre1)
       (rationale: not using a versioned build-depends because the code
       generation bug is limited to packages of GCC 3.3 prior to that version,
       and there's no reason this package can't be built with GCC 3.2, for
       example)
     - debian/rules: revert kludge that forced optimization level to -O
 
   * debian/{xdm.{config,postinst,prerm}.in,xfree86-common.{config,postinst}.in,
     xserver-common.{config,postinst,preinst}.in},
     xserver-xfree86.{config,postinst,prerm},local/dexconf: be sure to source
     the debconf confmodule before setting any variables local to the
     maintainer script; the way confmodule works causes the values of any
     unexported variables already set to be lost (I tremble at how many subtle
     bugs and how much wacky behavior must have been caused by this).  Thanks
     to Eduard Bloch for noticing odd dexconf behavior which led me to this
     realization.
 
   * Perform log rotation on xdm's log file. (Closes: #200699)
     - debian/rules: invoke dh_installlogrotate in binary-arch target
     - debian/xdm.logrotate: new; log rotation policy file (thanks, Matt Swift)
 
   * debian/po/*: update templates.pot and *.po files to reflect changes to
     debconf templates
 
   * debian/patches/002_xdm_fixes.diff: in auth.c:openFiles(), check the return
     value of fopen() so that we don't SEGV when setting up an X authority file
     in /tmp because we couldn't write one in $HOME (based on a patch by Neil
     Brown -- thanks!) (Closes: #206141)

 -- Branden Robinson <branden@debian.org>  Tue, 19 Aug 2003 22:58:08 -0500

xfree86 (4.2.1-9) unstable; urgency=high

   * urgency due to xterm security fixes; see below
 
   * patch #001b: remove special-case logic in linux.cf that defined
     "HasLinuxInput" to "NO" for Mc68020Architecture; m68k is now supported by
     the Linux 2.4.20 kernel (at least in Debian), so we let this symbol be
     defined to "YES" just like all the other architectures.  This only really
     affects the Wacom input driver and should not cause any regressions.
     (thanks to James Troup for pointing out this no-longer-needed conditional)
 
   * build and ship more static-PIC versions of libraries; Xau (for xcb) and
     xf86misc (for xfce4)
     - patch #046: updated
     - debian/{MANIFEST,xlibs-pic.install}.*: add libXau_pic.a,
       libXxf86misc_pic.a
     - debian/control: update xlibs-pic's extended description
 
   * patch #093: new; SECURITY: disable xterm's window title reporting to work
     around potentially malicious text being spewed to terminal window
     <CAN-2003-0063>">http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0063>;
 
   * patch #094: new; SECURITY: fix for xterm DoS attack; malformed DEC UDK
     escape sequences can lock the terminal window
     <CAN-2003-0071>">http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0071>;
 
   * patch #095: new; fix hangs when threaded apps use XInput library
     (Closes: #191463)
 
   * debian/control: move xlibs-pic from section devel to section libdevel
     (syncrhonize with Debian archive override file)
   * debian/rules: replace presently-useless $(DEBUGFLAGS) variable in
     $(SERVERDEBUG_IMAKE_DEFINES) with -DDefaultGcc2OptimizeOpt=-O0 to turn off
     optimiziation when compiling the debugging XFree86 X server
   * debian/xserver-xfree86.install.arm: get this file up to date:
     - stop shipping things that aren't built for this arch: imstt_drv, libafb,
       imstt manpage
     - start shipping more things that are built for this arch: nv_drv, s3_drv,
       calcomp_drv, dmc_drv, hyperpen_drv, penmount_drv, dmc manpage, nv
       manpage, penmount manpage
     - tdfx driver name corrected to tdfx_drv

 -- Branden Robinson <branden@debian.org>  Thu, 26 Jun 2003 14:28:34 -0500

xfree86 (4.2.1-8) unstable; urgency=high

   * the "you're damn right I'm bitter" release
 
   * Release urgency due to 2 factors:
     - the motivation for 4.2.1-7 wasn't actually fulfilled because of an error
       on my part (see change to debian/xlibs-pic.install* below) (KDE
       maintainer(s), you want this)
     - GCC 3.3 miscompiles XDM-AUTHORIZATION-1 key generation and/or validation
       routines at optimization level -O2 on more than just PowerPC; this hits
       i386 as well.  Also, GCC 3.3 ICEs at -O2 on ARM, but not (reportedly) at
       -O.  Therefore all of XFree86 is being stepped down to -O for all
       architectures.  I'm loving the Brave New World of regressions that GCC
       3.3 is bringing us -- isn't it good all of them were stopped dead in
       their tracks before release thanks to the rigorous testing gcc-snapshot
       buys us?
     - Urgency also high because people apparently do not know how to use the
       Debian Bug Tracking System, and keep reporting the XDM-AUTHORIZATION-1
       breakage over and over again.  And again.  And again.  And again.  And
       again.  And again.  And again.  And again.  And again.  And again.  And
       again.  And again.  And again.  And again.  And again.  And again.  And
       again.  And again.  And again.  And again.  And again.  And again.  So,
       just keep doing that, folks -- the more time I spend triaging redundant
       reports, the less time I have to spend packaging XFree86 4.3.0.
 
   * debian/control:
     - move all "real" -dev and -dbg packages from section devel to section
       libdevel (syncrhonize with Debian archive override file)
     - set priority of xserver-xfree86-dbg to extra
     - move xlibmesa3{,-dev,-dbg} pseudopackages to oldlibs
     - add virtual alternative libstdc++-dev to build dependency on
       libstdc++5-dev; it's up to the build-essential package to enforce the
       version of the C++ compiler used, and up to the administrator of the
       build environment to ensure he/she has the correct libstdc++-dev package
       installed
     - add virtual alternative libstdc++-dev to xlibmesa3-glu-dev's
       dependency on libstdc++5-dev; same reasoning as above item
       (Closes: #194136)
     - xutils depends on cpp-3.2, because imake uses cpp (thanks, James Troup)
       (Closes: #196176)
     - slight clarifications to xserver-xfree86, x-window-system-core, and
       x-window-system package descriptions
   * debian/rules: step compile optimization level down to -O from
     Policy-required -O2 for all architectures, not just powerpc, due to GCC
     3.3 issues (see Debian bugs #195424,#196554,#196575,#196621, etc.)
   * debian/xlibs-pic.install*: sigh; add usr/X11R6/lib/libxkbfile_pic.a so
     that it's actually shipped in the package -- both LaMont and I overlooked
     this subtle detail :-P
   * debian/{xdm.postinst.in,xdm.prerm.in,xfree86-common.postinst.in,
     xfs.postinst.in,xfs.prerm.in}: use invoke-rc.d to execute init scripts
     rather than using the absolute path of the init script itself
   * debian/local/Xsession: if $DISPLAY is set and the xmessage command is
     present, also use xmessage to create a dialog box for the message being
     reported (based on a patch by Petter Reinholdtsen) (Closes: #179904)
   * debian/local/Xsession.5: document Xsession's new behavior

 -- Branden Robinson <branden@debian.org>  Sun, 8 Jun 2003 22:55:16 -0500

xfree86 (4.2.1-7) unstable; urgency=medium

   * The "plans change" release; recently it had not been my intention to
     release another revision of 4.2.1 at all, but LaMont Jones persuaded me to
     due to problems building KDE on some architectures due to the absence of a
     libxkbfile_pic.a file.  This release also fixes several outstanding
     issues, of course.
 
   * RELEASE NOTE: I expect this release to continue to have Int10 problems on
     the IA-64 architecture, and for the Radeon 3D acceleration to continue to
     be broken due to GCC 3.2 issues.  XFree86 4.3.0 should resolve these
     issues, and packaging of XFree86 4.3.0 is underway; please see
     <http://lists.debian.org/debian-x/>; for more information.
 
   * patch #000_stolen_from_HEAD:
     (xc/lib/Xrender/{Glyph.c,Xrenderint.h}):
       + Render uses int for 32 bits; Xlib uses long. This matters on Alpha.
         (Keith Packard)
     (xc/lib/Xrender/Glyph.c):
       + XRenderFreeGlyphs wasn't sending the glyphset. (Keith Packard)
       + CompositeGlyphs functions were re-using overwritten data and trashing
         the output buffer. (Keith Packard)
       + CompositeText{8,16,32} weren't switching glyphsets at the right time.
         (Keith Packard) (Closes: #181815)
       + Was miscomputing request length for String16 and String32.  (Keith
         Packard)
     (xc/lib/Xrender/Xrender.c):
       + Skip unexpected data in QueryFormats.  Deal with broken X servers a bit
         better. (Keith Packard)
     (xc/programs/Xserver/hw/xfree86/drivers/i810/i830_driver.c):
       Workaround for BIOSes which force 1MB stolen memory, and agpgart related
       fix (#5300, Abraham vd Merwe). (Closes: #168469)
 
   * patch #000_stolen_from_HEAD_ati_driver:
     (xc/programs/Xserver/hw/xfree86/drivers/ati/r128_dri.c): Second stage of
       mesa-4 merge.  (Not a very useful commit message; fixes hardware scissor
       handling when VT switching with DRI enabled.) (Closes: #185057)
 
   * patch #000_stolen_from_HEAD_savage_driver:
     + (savage_video): Remove whitespace in front of pre-processor directives
       (Marc La France)
     + (savage_cursor.c,savage_dga.c,savage_driver.c,savage_driver.h):
       - Fixed VBE EDID read: due to a missing register setting read ended in
         endless loop on certain systems (Egbert Eich).
       - Savage driver: disable HW cursor on stretched LCD displays, let
         SaveScreen and DGA test if HW cursor is on before disabling/reenabling
         it (Egbert Eich).
     + (savage_driver.c):
        - Initializing clock ranges in several drivers to get rid of the
          annoying 'scaled from 0.0 MHz' message in xf86PrintModes() (Egbert
          Eich).
        - fixed typo in savage driver (Egbert Eich)
        - Reinstate the VBEInit() call in the savage driver's PreInit().  This
          appears to fix a problem on some Savage MX platforms (#5649, Mike
          Harris). (Closes: #182788)
 
   * patch #000_stolen_from_HEAD_xman:
     + (buttons.c, handler.c):
         * Initialize structure field man_globals->search_widget to NULL in xman
           code, the help message states that pressing Ctrl+S in the help window
           has no effect, but in some cases it would crash xman.  (Paulo César
           Pereira de Andrade)
     + (man.c):
         * Fix compiler warning. (Torrey T. Lyons)
 
   * patch #000_stolen_from_HEAD_xtt:
     + (xttfuncs.c): removed extraneous hunk of patch that grabbed change to
       font renderer registration, for which the support code hasn't been
       backported (Closes: #182687)
     + (xttcconv.c): Fix an "xtt" font backend module crash that shows up on
       Linux/PPC, related to an invalid code converter module being loaded
       because of a broken string comparison in xttconv.c (#A.1647, Chisato
       Yamauchi, Daisuke MASATSUNA). (Closes: #182835)
 
   * patch #001a: #define CppCmd as "cpp-3.2" in gnu.cf; same for linux.cf when
     using a Debian system
   * patch #024,451: resynced with #000_stolen_from_HEAD_ati_driver
   * patch #032: uh, actually define a ComplexCplusplusProgramTargetNoMan()
     rule, instead of redefining ComplexCplusplusProgramTarget() (thanks, Colin
     Watson) (Closes: #186321)
   * patch #046: updated to create static PIC version of libxkbfile.a as well;
     fixes FTBFS of certain KDE packages (thanks, LaMont Jones)
   * patch #049: new; remove duplicate XShmGetEventBase() prototype from XShm.h
     (Closes: #182727)
   * patch #052: new; have Xinerama header file #include Xlib header file,
     since it references the Display structure (thanks, Xavier Bestel)
     (Closes: #145740)
   * patch #053: new; patch from Lobos Lunak via Adrian Bunk to fix memory leak
     in Xlib's _XTextPropertyToTextList() function (Closes: #184817)
   * patch #078: new; apply part of an xterm patch that was applied and
     reverted long ago: set window size from xterm instead of child process to
     avoid race condition with resize. (Keith Packard) (Closes: #39964)
   * patch #084: new; fix typo in patch to XF86Config.man
   * patch #910: new; change X server's "can't find default font" and "can't
     find cursor font" error messages to whack users with a big fat clue
 
   * debian/MANIFEST.*: updated to reflect new libxkbfile_pic.a object
   * debian/*.conffiles: deleted; generation of these files is now handled
     automatically by dh_installdeb when DH_COMPAT >= 4
   * debian/*.debugfiles: renamed to *.install
   * debian/{local/update-fonts-{dir,scale}},rules,xserver-common.postinst.in,
     xserver-xfree86.config.in}: invoke head, tail, and diff commands in a
     POSIXly correct fashion (thanks, Paul Eggert) (Closes: #191669)
   * debian/compat: new file, implementing debhelper recommended best practice
     for setting compatibility level; compat-level bumped from 2 to 4: this
     means that, among other things, dh_installdeb creates DEBIAN/conffiles
     files for me, ensuring they stay in sync with what is shipped
     (Closes: #182505)
   * debian/control:
     - bump Standards-Version from 3.5.7 to 3.5.10 (no changes required)
     - Build-Depend on flex-old instead of flex, since flex recently broke
       backwards compatibility (fixes FTBFS on any box with a recent flex)
     - Build-Depend on cpp-3.2; xbase-clients and xdm now Depend on cpp-3.2
       instead of just cpp, since cpp-3.3 doesn't produce correct output (as
       far as XFree86 is concerned) when the "-traditional" flag is used
       ("-traditional-cpp" doesn't work, either).
     - minor tweak to xserver-xfree86's extended description
   * debian/local/FAQ:
     - removed reference to XFree86 FAQ; in the words of upstream
       <URL:http://www.xfree86.org/FAQ/>;, "The old XFree86 FAQ has been removed
       because it is too out of date to be useful."
     - added new question: "I just upgraded the X server and it doesn't work;
       also, I'm using Matrox's proprietary "mga_hal" driver module or NVidia's
       proprietary "nvidia" driver module; what's going on?"
     - added new question: "I'm using a Macintosh, and while the keyboard works
       correctly on a virtual terminal, in X it's all messed up.  What's the
       matter?"
     - added new question, courtesy of Matthew Arnison: "Why do some programs
       give authorization errors even when they are running as the same user
       and on the same machine as the X server?"
   * debian/local/XFree86-FAQ.html: deleted; see above
   * debian/local/update-fonts-scale: only write fonts to the .scale file that
     actually exist, so that removed-but-not-purged scalable font packages do
     not register nonexistent fonts; this has the desirable side effect that
     the count at the top of the file is also omitted (based on a patch by
     Roland Rosenfeld) (Closes: #193185)
   * debian/local/xterm.faq.html: updated from revision 1.75 to 1.77
   * debian/po/ca.po: updated Catalan debconf template translations (thanks,
     Ivan Vilata i Balaguer) (Closes: #183317,#183322)
   * debian/po/{da,de,gl,it,ja,nl,pl,sv}.po: updated debconf template
     translations for several languages courtesy of Denis Barbier, after a
     buggy version of po-debconf eviscerated them (Closes: #170591)
   * debian/po/es.po: updated Spanish debconf template translations (thanks,
     Javier Fernandez-Sanguino Peña) (Closes: #186147)
   * debian/po/fr.po: updated French debconf template translations (thanks,
     Christian Perrier) (Closes: #185708)
   * debian/po/ru.po: updated Russian debconf template translations (thanks,
     Serge Winitzki) (Closes: #182701)
   * debian/rules:
     - removed DH_COMPAT per debhelper recommended best practice (see above)
     - remove calls to dh_undocumented
     - add calls to dh_install --sourcedir=debian/tmp
     - comment out hand-rolled "idempotency" code, since dh_install and dh_link
       behave idempotently when DH_COMPAT=4 (thanks, Joey Hess)
     - restructure, clean up, and add comments to section that defines
       variables for use in controlling the upstream build environment
       + use dpkg-parsechangelog to get the version number of the source
         package
       + fix (and rewrite) the logic that determines whether this is an
         official package build
       + only define the BuilderEMailAddr Imake variable if we're doing an
         official package build
       + GCC 3.3 appears to produce bad code for PowerPC at the optimization
         level required by Debian Policy (the X server cannot validate
         XDM-AUTHORIZATION-1 keys); when building on PowerPC, set
         DefaultGcc2OptimizeOpt to -O instead of -O2
     - expand @OFFICIAL_BUILD@ from $(OFFICIAL_BUILD) in maintainer scripts, as
       we do with @SOURCE_VERSION@ from $(SOURCE_VERSION)
     - stop generating and shipping the XFree86 FAQ (see above)
     - remove (commented-out) invocations of dh_suidregister and
       dh_installmanpages per debhelper recommended best practice
   * debian/shell-lib.sh:
     - internal_errormsg(): expand the message that is spewed, but only utter
       it if the package was part of an official build
     - check_symlinks_and_bomb(): given the past year's worth of reports to
       debian-x, it appears that this function only ever generates errors when
       someone is installing very old or non-policy-compliant packages on the
       system at the same time XFree86 is being upgraded.  Simplified the error
       messages and called new function find_culprits() when this happens.
     - find_culprits(): new function that finds Policy-violating overlaps with
       the XFree86 packages' symlinks, and reports these to the user
   * debian/xfree86-common.config.in:
     - change test for official package version to just use the new
       $OFFICIAL_BUILD variable
   * debian/xfree86-common.doc-base.xfree86-faq: deleted; see above
   * debian/xfree86-common.docs: update to stop installing XFree86 FAQ (see
     above)
   * debian/xserver-common.README.Debian: updated to remove mention of XFree86
     FAQ (see above)
   * debian/xserver-xfree86.config.in:
     - updates to handling of the use_fbdev question:
       + treat an empty /proc/fb the same as a nonexistent one, and clarify the
         corresponding debugging message (Closes: #182704)
       + parse the contents of /proc/fb (first reported framebuffer device
         only) so as to treat "VESA" and "OFfb" framebuffer types the same as
         no kernel framebuffer at all, since these (and possibly some other)
         framebuffer types do not work with the "UseFBDev" option (chipset
         specific drivers require facilities of a framebuffer device which the
         generic ones don't provide); also, clarify the corresponding debug
         message (thanks, Michel Dänzer)
     - remove "atimisc", "r128", and "radeon" sub-modules from autogenerated
       list of video driver modules
     - migrate existing debconf settings of
       xserver-xfree86/config/device/driver from "atimisc", "r128", or "radeon"
       to "ati"

 -- Branden Robinson <branden@debian.org>  Thu, 29 May 2003 11:24:29 -0500

xfree86 (4.2.1-6) unstable; urgency=medium

   * This changelog entry updated on 2004-02-23 to include more information
     about security fixes.
 
   * This release includes fixes for two security issues found by Felix
     Kühling:
     CAN-2004-0093: Client-supplied data (screen number) used as array index
                    into X server-side DRI data structures without validation,
                    leaving X server open to SEGVs.
                    (xc/programs/Xserver/GL/dri/xf86dri.c)
     CAN-2004-0094: Client-supplied data (screen number) cast from unsigned
                    char to signed int.
                    (xc/programs/Xserver/GL/glx/glxcmds.c)
 
   * RELEASE NOTE: the ELF object loader in the XFree86 X server does not
     recognize the new symbol relocations used by GCC 3.2 on the IA-64
     architecture; this means that the "xserver-xfree86" package will not work
     on IA-64.  IA-64 users, put your "xserver-xfree86" package on hold, or use
     "xserver-xfree86-dbg" instead, until someone is found to patch
     xc/programs/Xserver/hw/xfree86/loader/elf*.
 
   * patch #000_post421: resynced with xf-4_2-branch as of 2003-02-18
     + Fix problems with earlier fix [...] to intermittent XDarwin crash when
       changing cursors with dual processors (Torrey T. Lyons).
 
   * patch #000_stolen_from_HEAD:
     + removed patches to Xlib (xc/lib/X11); see below
     + (xc/config/cf/Library.tmpl): update and add targets to support proper
       static compilation of Xlib (Egbert Eich)
     + (xc/config/util/{gccmdep.cpp,mergelib.cpp,mkdirhier.sh}): add sanity
       checks (Egbert Eich)
     + (xc/include/Xos_r.h): warning fixes (Marc Aurele La France)
     + (xc/programs/Xserver/hw/xfree86/loader/{elfloader.c,loader.c}): Make
       loader ignore ELF objects that don't define any symbols. (H. J. Lu)
     + (xc/programs/Xserver/hw/xfree86/loader/elfloader.c: warning fix (Marc
       Aurele La France)
     + (xc/programs/Xserver/hw/xfree86/loader/{elf.h,elfloader.c}): Add new
       relocation entries for Alpha architecture to the loader which are used
       when compiling with gcc > 3.1 (#A.891, Thorsten Kranzkowski)
       (Closes: #178496)
     + (xc/lib/ICE/connect.c): Fix SEGV in ICE library (Petter Reinholdtsen).
     + (xc/lib/Xmu/EditresCom.c): XEditResCheckMessages trashed XtMalloced
       memory on some widget hierarchies, due to using incorrect indexes when
       removing duplicates (A.1409, Rob Arthan).
     + (xc/programs/Xserver/xkb/ddxBeep.c):
       - Fix the type/init value for some "Generation" variables. (David Dawes)
       - Fix the number of beeps when using AccessX and XKB (#A.1302, Alan
         Coopersmith).
       - Warning fixes (Marc Aurele La France)
       - Don't enter an infinite loop setting a new timer when one expires.
         Problem easy to reproduce, press Alt+Shift+NumLock to enable/disable
         MouseKeys and it will never stop beeping, even switching to the
         console does not stop it. The problem also happens when enabling beeps
         in accessx to notice state changes. (Paulo Cesar Pereira de Andrade)
     + (xc/programs/Xserver/hw/sun/sunInit.c): Fix SEGV that occurs when Xsun*
       runs into an unrecognized framebuffer type (Marc La France).
     + (xc/programs/Xserver/os/auth.c): Don't change the authorization data
       (and in particular, don't enable local host access) if the X server's
       authority file is removed or becomes unreadable while the server is
       running (David Dawes, reported by Dietmar Schröter).
     + (xc/programs/Xserver/hw/xfree86/drivers/mga/mga_driver.c): Add reporting
       of G400/G450 in MGA driver (Andrew C. Aitchison).
     + (xc/programs/Xserver/GL/dri/xf86dri.c,
       xc/programs/Xserver/GL/glx/glxcmds.c): Add validation for the screen
       number parameter received over the wire by the X server's DRI extension
       code, and fix some similar checks in the GLX code.  This fixes X server
       segfaults when an invalid screen value is provided (#A.1434, Felix
       Kühling).  [SECURITY FIX] (CAN-2004-0093, CAN-2004-0094)
     + (xc/programs/Xserver/fb/fbpict.c): Fix incorrect datatype for the pixmap
       width in fbCompositeSrcAdd_8000x8000(), and add some small optimisations
       (#A.1423, Keith Packard).
     + (xc/programs/Xserver/hw/xfree86/os-support/linux/drm/xf86drm.c): Stop
       the drm module from creating a world-writable directory in /dev.  Since
       dev nodes can only be created by root, there's no need for anyone else
       to be able to write to /dev/dri (#5367, Brendan O'Dea).
     + (xc/programs/Xserver/hw/xfree86/os-support/linux/drm/xf86drm.c,
       xc/programs/Xserver/hw/xfree86/os-support/xf86drm.h): Use
       DRM_DEV_DIRMODE again (set to 0755). (David Dawes)
     + (xc/lib/xtrans/Xtranstli.c): Fix Xtrans TLI code to handle a port scan
       and not fill the log file with error messages from
       _XSERVTransTLIAccept() (#A.1333, Fiel Cabral).
     + (xc/lib/Xt/Create.c): Clear memory allocated in xtWidgetAlloc() to avoid
       garbage from malloc() being referenced later (#A.1114, Adam J. Richter).
     + (xc/programs/xkbcomp/symbols.c): Fix an xkbcomp bug that prevents a later
       definition from specifying actions if the previous definition didn't
       (#5471, Joe Moss).
     + (xc/programs/xkbcomp/symbols.c,xc/lib/xkbfile/xkbmisc.c): In XFree86
       4.3, Latin base maps can have many three- and four-level keys.  Some of
       the keys should behave as 'alphabetic' keys (should depend on the
       CapsLock state) and others should be simple 'four level keys'.  To
       separate these two type of keys, people need to carefully specify a type
       for each key in a symbols map.  However, carelessness can can be worked
       around if xkbcomp itself guesses the type of key.  This patch adds
       autodetection of four-level types in XKB symbols maps.
     + (xc/programs/xkbcomp/misc.c): Xkbcomp has a check that prevents
       inclusion of the same partial map in an include statement in different
       single layout maps.  This made sense before the multilayout mechanism
       was added.  But now, it means a complete layout can't be composed from
       'single layout' maps if the maps include the same file.  Thus, this
       check has ben removed.
     + (xc/programs/Xserver/xkb/xkb.c): If some LEDs are lighting when one
       reloads the XKB keyboard map (using setxkbmap or xf86cfg) the LEDs
       become 'frozen' and can't be switched off. The patch fixes this bug.
       (#5544, Ivan Pascal).
     + (xc/programs/Xserver/xkb/{ddxConfig.c,xkbInit.c}): Fix some memory leaks
       in xkb initialization code. (Paulo Cesar Pereira de Andrade)
     + (xc/programs/Xserver/xkb/xkbInit.c);
       - Fixed some memory leaks. (Egbert Eich)
       - Reinstate the X server -xkbdir option, but only when the X server's
         real and effective uids are the same (based on #A.1132, Ivan Popov).
       - Fix segfault in XkbInitKeyboardDeviceStruct() (David Dawes).
       - Fix problem in XkbInitKeyboardDeviceStruct(). Thanks to David Dawes
         for telling me about the problem, caused by a previous patch by me. I
         also added a comment in the code explaining the reason the strings
         need to be duplicated. The problem is that
         XkbInitKeyboardDeviceStruct() is an "entry point" for xkb, and the
         function arguments are not guaranteed to be allocated, they may point
         to static strings, command line parameters, etc. In the worst case,
         there will be a "pseudo leak" of six strings that are used only when
         the server is initialized; the strings are reachable from
         xf86Info.xkbxxx, or equivalent data structure for xwin, xnest, etc.
         (Paulo Cesar Pereira de Andrade)
     + (xc/programs/xauth/process.c):
       - Various warning fixes. (Marc La France)
       - Error out if memory cannot be allocated for authfilename. (Egbert
         Eich)
       - Fix a bug where xauth may write an incomplete authority file and
         delete the old one if there is insufficient disk space (#5612,
         Harald Hoyer). (Closes: #36184)
     + (xc/lib/xkbfile/xkbtext.c): Correct problem when the server prints the
       name of a 'private xkb action' in a format that xkbcomp cannot
       understand, and was causing problems when calling XkbGetKeyboard (Ivan
       Pascal).
 
   * patch #000_stolen_from_HEAD_ati_driver:
     + (xc/programs/Xserver/hw/xfree86/drivers/ati/atimach64.c): When the mode
       on server entry is found to be using composite sync on a Mach64 variant,
       turn on the "compositesync" option (Marc La France).
     + (xc/programs/Xserver/hw/xfree86/drivers/ati/{atipreinit.c,ativersion.h,
       ativga.c}): Fix atimisc panel support bug that occurs when the mode on
       server entry is a VGA mode with large horizontal and/or vertical
       blanking pulses (Marc La France).
 
   * patch #000_stolen_from_HEAD_neomagic_driver:
     + Enabling 2D accel in 24-bit for neomagic 2360 and 2380 (Egbert Eich).
     + Added support for builtin 1024x480 mode of Sony subnotebooks for
       Neomagic driver (Egbert Eich).
     + Fixed support for lowRes (320x240) modes in neomagic driver
       (Egbert Eich).
     + When enabling PCI adapters, also enable their bus mastering capability;
       Consequently, deprecate xf86EnablePciBusMaster() (Marc La France).
     + Fix 640x480 modes in neomagic driver (Egbert Eich).
     + Fix an incorrect check for the "StrangeLockups" option in the neomagic
       driver (#5505, Mike Harris).
 
   * patch #000_stolen_from_HEAD_newport_driver: new;
     + Support for 24bpp, fix screen blanking and bug fixes for newport driver
       (#5329, #5349, Guido Guenther).
     + Newport driver updates, including:
       - Add hardware cursor support.
       - Workaround blank console after VT switch on some newports
         (based on a patch from Dominik Behr).
       - Support for the Indigo2 XL (based on a patch from Adrian
         Schroeter).
       (#5507, Guido Guenther).
     + Initializing clock ranges in several drivers to get rid of the
       annoying 'scaled from 0.0 MHz' message in xf86PrintModes()
       (Egbert Eich).
 
   * patch #000_stolen_from_HEAD_savage_driver: (savage_driver.c): No need to
     softboot twice; reduces startup time. (Alan Hourihane)
 
   * patch #000_stolen_from_HEAD_xaw: new; moved existing Xaw patches from
     000_stolen_from_HEAD here, and added the following:
     + (AsciiSrc.c,MultiSrc.c): Silently ignore the useStringInPlace resource
       if the string resource was not specified.  This can be easily generated
       when calling a program using the Xaw text widget. This is a very old
       problem, and happens with any version of Xaw and Xaw variants.  This
       does not completely fix a problem with the multiSrcObject, if both,
       string and useStringInPlace are specified, but avoids programs crashing
       when, for example, calling it as: some-program -xrm '*useStringInPlace:
       1' Thanks to Chisato Yamauchi for pointing the problem. (Paulo Cesar
       Pereira de Andrade)
     + (MultiSrc.c): improperly checks open() return value (A.1415, Jaromir
       Dolecek), Fix provided by Hideo Saito in NetBSD. (Paulo Cesar Pereira de
       Andrade)
 
   * patch #000_stolen_from_HEAD_xdm: new;
     (xc/programs/xdm/{Imakefile,access.c.auth.c,dm.c,policy.c,resource.c,
     sessreg.c.,xdmcp.c}):
     + xdm fixes from Sebastian Krahmer (#5511):
       - non exploitable overflow in ReadWord,
       - use snprintf() everywhere,
       - try to make DNS spoofing impossible.
     (xc/programs/xdm/Imakefile): Don't build xdm greeter as a module when
       HasSharedLibraries is NO.  (David Dawes)
     (xc/programs/xdm/daemon.c): libc5 build fix (Marc La France)
     (xc/programs/xdm/{error.c,greeter/{Login.c,greet.c}}):
       + dont't use stdio or exit() in signal handler. (Matthieu Herrb)
       + On OpenBSD passwords can be more than 8 chars long (Terence M. Rokop).
       + Warning fixes (Marc La France)
     (xc/programs/xdm/resource.c):
       + Remove OS/2 specific stuff and fix a typo (Holger Veit)
       + define DEF_RANDOM_FILE as "/dev/urandom" if the "linux" symbol is
         defined (Egbert Eich)
     (xc/programs/xdm/config/Imakefile):
       + Fix 'su' usage for FreeBSD in the default xdm config (Eric Anholt).
       + Warning fix (Matthieu Herrb)
     (xc/programs/xdm/greeter/verify.c):
       + libkafs is in not needed for kerberos IV support (Matthieu Herrb)
       + explicit cast of NULL to void * in va_list (Matthieu Herrb).
       + Make xdm check the full password string (on Linux) for locked
         accounts rather than just the first character (#5485, Mike Harris,
         Nalin Dahyabhai).
 
   * patch #000_stolen_from_HEAD_xlib: new; moved existing Xlib patches from
     000_stolen_from_HEAD here, and added the following:
     + (GetColor.c,LookupCol.c,ParseCol.c): Don't pass a transformed color name
       to the Xserver, if Xcms.txt is installed and there is an entry for a
       given name, the Xcms routines would convert for example "gray70" to
       "tekhvc:0.0/70.0/0.0", which does not exist in rgb.txt. This patch just
       remembers the argument string, and if Xcms does not return success, pass
       the original string to the Xserver request.  The string returned by
       _XcmsResolveColorString() is a pointer to a string in a static table in
       cmsColNm.c:pairs.  (Paulo Cesar Pereira de Andrade)
     + (GetDflt.c,PutImage.c,ImThaiFlt.c,lcEuc.c,lcGenConv.c,lcJis.c,lcSjis.c):
       warning fixes (Marc Aurele La France)
     + (ICWrap.c): Prevent core dumps in Xutf8Reset/Lookup code of Xlib (Masaru
       Yokoi).
     + (Imakefile,XlcDL.c,xlibi18n/Xi18nLib.conf): miscellaneous cleanups,
       including restriction of the _MACH64_NAME weirdness in XlcDL.c to
       UltraSPARCs only (Egbert Eich) (Closes: #178289)
     + (Imakefile,XlibInt.c): Remove inconsistencies in the way extension headers are
       referred to (David Dawes).
     + (Imakefile): Fixed Xlib build rules so it builds a truly static library
       again (Egbert Eich).
     + (XDefaultOMIF.c): pacify GCC 3.2 (Marc Aurele La France)
     + (XErrorDB): synced with HEAD; while I did not backport the RENDER and RandR
       extensions themselves from HEAD, I thought it might be useful if Debian's
       Xlib could recognize the protocol errors from these extensions.
       - recognize XF86VidModeGetPermissions request
       - fix incorrect labeling of two vidmode extension error codes
         (XF86VidModeExtensionDisabled, XF86VidModeClientNotLocal)
       - recognize XFree86-Misc requests XF86MiscSetGrabKeysState,
         XF86MiscSetClientVersion, XF86MiscGetFilePaths
       - recognize RENDER extension requests and errors
       - recognize RandR extension requests
     + (XKB.c): The functions XGetXlibControls and XSetXlibControls must work
       even if the X server doesn't have the XKB extensions (#5513, Ivan
       Pascal).
     + (XKBCtrls.c): XkbSetControls should return True when successful, not False
       (#A.1385, Stephen Montgomery-Smith).
     + (XKBCvt.c,lcCT.c,lcUTF8.c,lcUniConv/iso8859_11.h): Add support for
       th_TH.ISO-8859-11 (#5327, Theppitak Karoonboonyanan).
     + (XKeysymDB): resynced with HEAD; seems harmless to recognize some new
       keysyms.
       - Remove XFree86-specific keysyms that already have generic equivalents
         (Menu, Redo, Print, Undo).
       - Add private keysyms for the new XKB actions (XFree86 special keys), and
         move those actions to an XKB compatibility map.  This fixes side-effects
         (loss of auto-repeat and mousekeys functionality) of the way this was
         implemented previously (Ivan Pascal).
       - Add extended symbols for the "Logitech Cordless Desktop Navigator"
         keyboard (#A.1480, Gilbert Fridgen).
       - Add "Inet" key definitions for the Trust Direct Access keyboard
         (#A.897, Raphaël Poss).
       - Added support for special keys found on many ACPI control, Easy Access
         Keyboards, Internet keyboards, laptops, notebooks and PDA (via
         xkb/symbols/inet). Added new key symbols for these keyboards (Stanislav
         Brabec).
     + (XlcDL.c):
       - Fix bad assumption that SPARCs are the only architectures that can have
         the _LP64 symbol in the build environment. (Egbert Eich)
       - Have fetch_symbol() return NULL if a NULL symbol is requested.  (Egbert
         Eich)
     + (XlibInt.c):
       - Protect "cvl" references in recent changes with '#ifdef XTHREADS'
         (reported by Dan Holm).
       - Fix a problem in _XEventsQueued() that causes an event reader lock of
         another thread to be released.  This can cause a hang and keyboard
         lockup in KDE (#5619, Ewald Snel).
     + (Xutil.h): ISO_Level3_Shift was breaking compose sequences because Xlib
       wasn't recognising it as a modifier key (#5594, Ivan Pascal).
     + (imCallbk.c): Only free cbs.data.text when cbs.type is XIMTextType in
       _XimStatusDrawCallback() (#A.1342, Owen Taylor).
     + (imDefIm.c): Make XIM locale checking case-independent (based on #A.1422,
       Leon Ho).
     + (imLcPrs.c): Reduce the stack usage from 64k to 8k in imLcPrs.c, which
       fixes a problem with Java for FreeBSD (#5568, Eric Anholt).
     + (imThaiFlt.c):
       - Fix a bug in previous Thai XIM changes (#5563, Theppitak Karoonboonyanan).
       - Thai XIM fixes:
         - Fix the arguments in calling to StringConversionCallback in Thai XIM
           filter, according to Hideki Hiura's explanation on the protocol.
         - Add input sequence correction capability to the Thai XIM by
           exploiting the XIMStringConversionSubstitution operation.
         (#5553, Theppitak Karoonboonyanan).
       - Add support for th_TH.UTF-8. with XIM (#5336, Theppitak Karoonboonyanan).
       - Fix some bugs in the Thai XIM:
         - excessive '(' char when switching XKB keyboard group
         - ineffective Ctrl-<key> and Alt-<key>
         (#5335, Theppitak Karoonboonyanan).
     + (imTrX.c): Fix a crash that can happen when some apps are run in CJK
       locales (#5489, Havoc Pennington).
     + (lcEuc.c,lcJis.c,lcSjis.c): Allow UTF8 conversion to work for Japanese
       locales (#A.1527, Etsushi Kato).
     + (lcFile.c):
       - clean up _XlcLocaleDirName() (Egbert Eich)
       - Fix some memory leaks in libX11 i18n code (#A.1314, Olivier Chapius).
     + (omGeneric.c):
       - clean up code and improve comments in Oliver Chapuis's fixes (Egbert Eich)
       - fix memory leaks and speed font loading (Oliver Chapuis)
     + (omText.c): Fixed obvious typo in OMlib (Egbert Eich).
     + (xlibi18n/Xi18nLib.conf): reindent preprocessor statements (Egbert Eich)
 
   * patch #000_stolen_from_HEAD_xtt: new; several fixes nicked from CVS HEAD
     to fix crashing problems et al.; this does not include the
     FontFilePriorityRegisterRenderer() change (and corresponding revision
     number bump), which requires changes elsewhere. (Closes: #179731)
     + Fixed a core dump problem in libXtt (?) (Egbert Eich). [That's the
       XFree86 CVS commit message / changelog entry, but it sucks.  Here's a
       better one:] "With xtt backend, loading a proportional iso10646 font
       always results in X server crash. This is also responsible for some of
       the mysterious mozilla crashing X problems. Because mozilla some times
       load iso10646 font even without user's explicit request. The problem is
       caused by the following code inside the "freetype_compute_bounds"
       function in xc/extras/X-TrueType/xttfuncs.c (between line 1073 and
       1114).  The [...] code loop through all characters in an encoding to get
       their metrics. If the very first "c" is 0, there's a problem of
       referencing null pointer "tmpchar" at where I marked with ^. For most of
       the encodings in xtt implementation, character does not start from 0.
       Iso10646 is one of a few that does, thus manifest the problem. The
       problem exists in all versions of 4.x."
     + Fix for two problems where the combination of xtt and XAA could result
       in a crash.  The first problem was xtt returning a NULL pointer for the
       bitmap even though the height was non-zero.  The second problem was
       glyph ascent/descent exceeding the range of maxbounds.ascent/
       maxbounds.descent (A.1484, Chisato Yamauchi, Masanori Shimada).
     + Fix an XTT problem where garbage is displayed when there are undefined
       glyphs for fixed width fonts, and fix some other potential problems
       (#A.1541, Hidetoshi Yamanouchi, Chisato Yamauchi).
     + Improve the XTT code that prevents unexpected data to be passed to
       XAA (#5600, Chisato Yamauchi).
     + [...] fix a missing portion in X-TT's Big5HKSCS-Unicode table (#5362,
       Branden Robinson and ThizLinux Laboratory Ltd).
     + Fix a crash in the "xtt" font module caused by a NULL dereference when
       the font cache becomes full (#A.1611, Chisato Yamauchi and
       tokeijikakenoringo).
 
   * patch #002,011,023,041,046,067,069,072,082,087,091,100,351,905: resynced
     with above patches from HEAD, and dropped patches merged upstream
   * patch #025,071,074,600: deleted; superseded by #000_stolen_from_HEAD
 
   * patch #002:
     - (xdm.man) Use dot macros instead of backslash roff sequences to mark up
       literals that use __projectroot__, because cpp won't recognize them
       otherwise.
   * patch #009: patch to s3 driver to add support for S3 Trio64V2/DX and /GX
     chips, courtesy of Santiago Garcia Mantinan and Javier Moran Rua
     (Closes: #178600)
   * patch #037: declare drmFreeBufs and drmR128drmR128TextureBlit symbols in
     the r128 subdriver's symbol lists
   * patch #046: build static PIC version of Xinerama library (Closes: #175996)
   * patch #048: update X, XFree86, and xmodmap manpages to use dot macros
     instead of backslash roff sequences to mark up literals that use
     __projectroot__, because cpp won't recognize them otherwise.
   * patch #084,086,091,909: resynced with #048
   * patch #086: overhaul XFree86 manpage
   * patch #092: new; patch for ATI Radeon 9100 support, courtesy of Wesley W.
     Terpstra
   * patch #103: add missing semicolon to patch for sun keycodes file; d'oh!
     (thanks, Daniel van Eeden) (Closes: #178465)
   * patch #905: removed portions of this patch that have been merged upstream
   * patch #906: re-order xfs's default font catalogue to follow advice given
     in README.fonts document; move scalable font directories to top of list
     and remove ":unscaled" lines
   * patch #909: Debianize XF86Config manpage references in XFree86 manpage to
     XF86Config-4 (Closes: #180195)
 
   * debian/MANIFEST.*: updated to reflect new libXinerama_pic.a object
   * debian/control:
     - fix lingering problems with xlibmesa-{gl,glu} split; xlibmesa-glu-dev
       depends on xlibmesa3-glu and xlibmesa-gl-dev | libgl-dev (thanks, Aaron
       M. Ucko) (Closes: #178310)
     - dropped xlib6g and xlib6g-dev pseudopackages; these packages are now
       completely dead
   * debian/local/dexconf: reorder font path components to follow advice given
     in README.fonts document; move scalable font directories to top of list,
     and, for 4.x XF86Config files, remove ":unscaled" lines since they are not
     needed by XFree86 4.0 and later.  Also, add CID font path to 4.x XF86Config
     files for consistency with 3.x font path configuration.
   * debian/po/pt_BR.po: updated debconf translations for Brazilian Portuguese
     (thanks, Andre Luis Lopes) (Closes: #179352)
   * debian/xlibmesa3-glu.shlibs: fix thinko in shlibs line; "libgl1" to
     "libglu1" (thanks, Aaron M. Ucko) (Closes: #178374)
   * debian/xlibs-pic.files*: ship new libXinerama_pic.a object
   * debian/xserver-xfree86.config.in: updated to work with both Discover 1.x
     and Discover 2.x (Closes: #149587)

 -- Branden Robinson <branden@debian.org>  Tue, 25 Feb 2003 18:01:32 -0500

xfree86 (4.2.1-5) unstable; urgency=low

   * Thanks to ISHIKAWA Mutsumi for authoring, identifying, and otherwise
     helping out with patches to fix bugs in the ServersOnly build when X
     library headers aren't installed in the build environment.
     (Closes: #170508,#170510)
 
   * patch #000_stolen_from_HEAD:
     + dropped patch "Fix the number of beeps when using AccessX and XKB
       (#A.1302, Alan Coopersmith)" since it causes the server to beep nonstop
       until it's restarted if you press Shift-NumLock to enable PointerKeys.
       ("xset b off" shuts it up, but it's just beeping silently, as a
       subsequent "xset b on" reveals) (Closes: #171294)
     + GLU and GLw aren't extension libraries, so key their default build
       status to BuildLibraries. (David Dawes)
     + BuildServersOnly fix when building on a system with no installed X
       headers or libraries (#5559, ISHIKAWA Mutsumi).
     + (xc/lib/xkbfile/xkberrs.c): build fixes (Alan Hourihane)
 
   * patch #000_stolen_from_HEAD_savage_driver: new;
     + Fixed memory leaks in S3 Savage driver (Egbert Eich).
     + Savage driver updates (#5203, Tim Roberts).
     + [...] xf86SetOperatingState() call cleanups in most drivers
       (Marc La France).
     + Savage driver updates.
         - Support for ProSavage DDR (PCI ID 0x8D04)
         - TV output fixes
         - support for -pixmap24 flag
         - XAA fixes to cure lockups
         (#5412, Tim Roberts).
     + Fix Mono8x8 code in savage driver, needed ROP_NEEDS_SOURCE, also
       add NO_PLANEMASK to ScreenToScreen as code doesn't handle that case
       (Alan Hourihane).
     + Remove "Option VideoRam" from savage driver, there's no need for
       it, and utilize the entities given VideoRam size (Alan Hourihane).
 
   * patch #009: deleted; didn't do what it was supposed to, and caused other
     Xv problems in i810 (Closes: #166234)
   * patch #021: new; patch to startx to check for GNU hostname regardless of
     what uname reports the OS as; first check to see if "hostname --version"
     works at all, and then if it does check both stdout and stderr of that
     command for "GNU" (Closes: #167212)
   * patch #022: new; fix Xaw's StripChart widget to draw scale lines correctly
     (thanks, Nikita V. Youshchenko) (Closes: #167448)
   * patch #033: new; fix for ICE message replies when using subprotocols
     (thanks, Jochen Voss) (Closes: #95951)
   * patch #035: new; fix for null pointer dereferences in fontfile library,
     (thanks, Nikita V. Youshchenko) (Closes: #168791)
   * patch #041: new; patch from ISHIKAWA Mutsumi to fix missing depend target
     in Xlib's Imakefile if "BuildServersOnly" is YES, "BuildXnestServer" is
     NO, and "BuildGLXLibrary" is NO.
   * patch #079: deleted; superseded by #000_stolen_from_HEAD_savage_driver
   * patch #102: deleted; if Sun Type6 keyboards use the same scancodes as
     Type5 keyboards to mean different things, then much more of a patch than
     this is needed.  Fixes FTBFS problem on sparc.  (Closes: #170509)
   * patch #203: fix for data type size issues in Xpm library on Alpha (thanks,
     Kalle Olavi Niemitalo) (Closes: #174282)
   * patch #909: change XF86Config-4(5x)'s NAME section to refer to itself as
     XF86Config-4 instead of XF86Config so that "man XF86Config" brings up the
     section 7 manpage preferentially
   * patch #004,008,046,085: resynced with other patches
 
   * debian/control:
     - add Build-Dependency on libstdc++5-dev (for libGLU in xlibmesa3-glu)
     - add dependency on debconf to xfree86-common
     - remove dependency on debconf from xbase-clients, xfs, xlibmesa3, and
       xterm (see below)
     - add dependency on xprt-common to xprt, and update its extended
       description to describe its broken state and available alternative
       (thanks, Drew Parsons) (Closes: #170678)
     - C++ ABI 1.02 transition / Mesa 5.0 awareness:
       + xlibmesa3, xlibmesa3-dbg, xlibmesa-dev split into:
         xlibmesa3-gl, xlibmesa3-gl-dbg, xlibmesa-gl-dev,
         xlibmesa3-glu, xlibmesa3-glu-dbg, xlibmesa-glu-dev (Closes: #175157)
       + xlibmesa3-gl conflicts with and provides libgl1 (pure virtual package)
       + xlibmesa3-gl replaces mesag3 and xlibmesa3
       + dropped old replacement of xserver-xfree86 (<< 4.0.2) by xlibmesa3;
         those versions of xserver-xfree86 are long dead and were never part of
         a stable Debian release
       + xlibmesa3-gl-dbg depends on exact same version of xlibmesa3-gl
       + xlibmesa3-gl-dbg conflicts with and replaces xlibmesa3-dbg
       + xlibmesa-gl-dev conflicts with and provides libgl-dev (pure virtual
         package)
       + xlibmesa3-glu conflicts with and provides libglu1 (mixed virtual
         package)
       + xlibmesa3-glu replaces mesag3 (<< 5.0.0-1) and xlibmesa3
       + xlibmesa3-glu-dbg depends on exact same version of xlibmesa3-glu
       + xlibmesa3-glu-dbg conflicts with and replaces xlibmesa3-dbg
       + xlibmesa-glu-dev depends on libstdc++5-dev and libc6-dev | libc-dev
       + xlibmesa-glu-dev conflicts with xlibmesa-dev and libglu-dev (pure
         virtual package)
       + xlibmesa-glu-dev provides libglu-dev (pure virtual package)
       + xlibmesa-glu-dev replaces mesag-dev (<< 5.0.0-1) and xlibmesa-dev
       + dropped dependency on xlibmesa3 from xlibosmesa3 (was redundant
         anyway, shlibs files work fine within the build)
       + added dependency on xlibs-dev to xlibosmesa-dev, since libOSMesa links
         against Xlib and Xext
       + x-window-system-core metapackage depends on xlibmesa3-gl and
         xlibmesa3-glu instead of xlibmesa3
       + xlib*mesa* package descriptions tweaked
     - added xlibmesa3, xlibmesa3-dbg, and xlibmesa-dev pseudopackages
     - added (<< 4.2.1-5) versioning to Conflicts and Replaces relationships on
       old xlibmesa3, xlibmesa3-dbg, and xlibmesa-dev packages
     - added missing versioning (<< 4.0) on xutils's replacement of xlib6g-dev
     - updated extended descriptions of x-window-system{,-core}
     - fixed typo in xprt's extended description
     - bump xdm and xfree86-common's versioned dependencies on debconf to >=
       1.2.9 on advice from lintian
     - uncomment call to dh_installinit in binary-indep rule, since
       xfree86-common now has an init script
   * debian/rules: add "-DXnestServer=NO -DXVirtualFramebufferServer=NO
     -DXprtServer=NO" to SERVERDEBUG_IMAKE_DEFINES (thanks, ISHIKAWA Mutsumi)
   * debian/shlibs.local: regenerated from debian/*.shlibs
   * debian/xdm.options: identify correct location of this conffile in comment
   * debian/xdm.options.5: cosmetic and roff-stylistic fixes
   * debian/xfree86-common.init: new init script which runs in runlevel S that
     simply ensures that the X server's Unix domain socket directory exists and
     has proper ownership and modes (N.B., this does not start any processes)
     (Closes: #170638)
   * debian/xfree86-common.{postinst,postrm}.in: invoke update-rc.d and run the
     package's init script on package configuration; invoke update-rc.d on
     package purge
   * debian/xfs.init: when starting the daemon, ensure the font server's socket
     directory exists and has proper ownership and modes
   * debian/xfs.options: identify correct location of this conffile in comment
   * debian/xfs.options.5:
     - identify correct location of the documented conffile (Closes: #170513)
     - cosmetic and roff-stylistic fixes
   * debian/xlibmesa*: debhelper and shlibs files updated to reflect -gl and
     -glu package split
   * debian/xlibs.shlibs: update Xrender dependency info to xlibs to (>>
     4.2.0), since Xrender added symbols between XFree86 4.1.0 and 4.2.0
     (thanks, Eric Dorland) (Closes: #174589)
   * debian/{xbase-clients,xfs,xlibmesa3,xterm}/postinst.in: nuke quaint and
     curious relics of forgotten debconfage (don't source the confmodule since
     we're doing anything debconf-related) (also, remove pointless invocation
     of db_stop in xfs's postinst)
   * debian/xserver-common.files: the dexconf manpage is in section 1, not 8

 -- Branden Robinson <branden@debian.org>  Tue, 21 Jan 2003 12:02:40 -0500

2002

xfree86 (4.2.1-4) unstable; urgency=low

   * patch #000_post421: resynced with xf-4_2-branch as of 2002-11-09
     + Bump XDarwin version. (Torrey T. Lyons)
     + Forgot to commit updated RELNOTES at top level for 4.2.1. (David Dawes)
     + Bump the "snap" version for Mac OS X 10.2.2. (David Dawes)
     + Fix bad link in upgrade information. (David Dawes)
 
   * patch #000_stolen_from_HEAD:
     + Fix overlay bug.  ClipNotify wasn't being called in some corner cases.
       (Alan Hourihane)
     + Fix pixmap cache corruption on VT switches in mga driver (#A.1279, Ross
       Mikosh).
     + Fix application crash when using DPS client libraries (#A.1282, Frank
       Giessler).
     + Add missing Increment option in Summa input driver (#A.1276,
       G.P.Halkes).
     + Fix the number of beeps when using AccessX and XKB (#A.1302, Alan
       Coopersmith).
     + Add symbols that were missing from the registrations lists.  This
       removes a lot of the misleading "unresolved symbols" messages that show
       up if 'X -configure' crashes. (David Dawes)
     + [fbdev] The xf24_32bpp module isn't needed when using fb. (David Dawes)
     + Fix an fbdev driver crash when the VT isn't active (#5169, Michel Dänzer).
     + Fix 24bpp displays with the fbdev driver when not using shadowfb (#5351,
       Michel Lanners).
     + When parsing XInput XF86Config options, catch NULL option table instead
       of crashing. (David Dawes)
     + Fix a double free() that can cause a crash in XCloseIM() (based on
       #5303, Mo DeJong).
     + Fix for random crashes when a screen fails to initialise (Marc La
       France).
     + Fix server crash when using Xinerama when application closes. (#A.808,
       Tsukahara Ken).
     + Fix a SEGV on server reset in the PM3 driver. (Alan Hourihane)
     + Fixed GetTimeInMillis() to use deltas instead of absolute time returned
       by gettimeofday(). This ensures time is monotonic in X (Egbert Eich).
       (Closes: #85365)
     + Sync with Type1 font rasterizer from HEAD:
       - Some minor include cleanups. (David Dawes)
       - Avoid redefining abort(), a well known C library function.  This can
         cause errors when the abort() prototype from stdlib.h is included
         later by Xos.h. (Matthieu Herrb)
       - A "hammer" approach at ensuring font properties are freed properly.
         (Marc La France)
       - Modify Type1 font RAM allocation heuristics to allow for larger fonts.
         (#A.1121, Melchior Franz)
     + Fix a typo in the s3 driver which prevented virtual display sizes.
       (#A.965, Stef Voltz).
     + Fix input size of character strings used in lib/X11/lcGetConv.c
       (#A.828, Yong-Jhen Hong).
     + Fix a memory leak when calling _XCloseLC and removing the loadable
       locales (#A.855 Mark Robinson).
     + Fix wrong check in Xaw when rebuilding the line table. If the width
       of a line becomes smaller, it should clear to eol. (Paulo Cesar Pereira
       de Andrade)
     + In the X server, permit XDM-AUTHENTICATION-1 without also requiring
       XDMCP support. (Keith Packard)
     + Fix an initialization problem in the calcomp input driver (#A.1056,
       Josef Walzer).
     + Fix mode validatation to deal with video memory sizes 256MB or greater
       (Marc La France).
     + Fix missing declaration of XShmGetEventBase() in XShm.h (#5375,
       Branden Robinson).
     + Fix a build failure when BuildServersOnly is defined and XnestServer is
       not defined, and when /usr/X11R6 is not installed. (#A.1145, Valeriy E.
       Ushakov).
     + Don't build libGLU when BuildServersOnly set. (Alan Hourihane)
     + Add a 1152x768 mode suitable for Titanium PowerBooks to the set of
       build-in modes (#5212, Michel Dänzer).
     + Add some high resolution modes to the set of built-in modes (calculated
       according to the VESA GTF).  (David Dawes)
     + Regenerate xf86DefModes.c with newly added modes. (David Dawes)
     + Allow Xnest/Xprint to build without traversing lib/X11 subdir. (Alan
       Hourihane)
     + Document 'xset dpms force on'. (David Dawes)
     + Don't assume mmap returns the pointer hint requested.  This is in
       the DENSE map code for Linux/alpha (#5439, Ray Strode).
     + Fix a segfault when using xkbcomp's -I option, and update the man
       page to correctly document the way this option works (#5447, Joe Moss).
 
   * patch #000_stolen_from_HEAD_ati_driver: new; many, many bugfixes to
     pre-Rage128 ATI chips (sorry, the r128 and radeon sub-drivers have been
     overhauled far too much since 4.2 for me to steal those); among other
     things:
     + Fix IBM-reported bug that could cause PCI bus lockouts with second
       generation integrated Mach64 controllers (Marc La France).
     + In the ATI driver, add option "CrtDisplay" to force CRT display in a
       dual display situation (Marc La France).
     + In the ATI driver, rename option "CrtScreen" to "NoPanelDisplay",
       keeping "CrtScreen" as a private option for compatibility (Marc La
       France).
     + An attempt at disabling display switches while the server is running on
       an LT Pro or Mobility M1 (Marc La France).
     + Fix rounding error in Mach64 DSP calculation (Marc La France).
     + Add PCI ID for ATI Radeon Mobility M7 'LX' (#5233, Mike Harris).  (This
       patch moved from #000_stolen_from_HEAD.)
     + Fix long-standing colour map bug in ATI driver (Marc La France).
     + Fix panel support bug for ATI LTPro, XL and Mobility M1 chips (Marc La
       France).
     + Ignore (with messages) any HorizSync and VertRefresh specifications for
       panels when using ATI LT, LTPro, XL and Mobility M1 (Marc La France).
 
   * patch #000_stolen_from_HEAD_cyrix_driver: new; updated version of former
     patch #021; this fixes support for the 5510, 5520 and 5530 -- this driver
     only works with VSA1 based chips (#A.1260, Alan Cox).
 
   * patch #002,905: some Debianisms moved to patch #905 where they belong;
     also, update StorePid() function to use Matthieu Herrb's changes that
     refuse to open an existing pid file, and take more care with the size of
     the Pid_t type; lots more changes, including better logging
     (Closes: #63201)
   * patch #003,906: some Debianisms moved to patch #906 where they belong;
     also, update StorePid() function to use Matthieu Herrb's changes that
     refuse to open an existing pid file, and take more care with the size of
     the Pid_t type
   * patch #004: drop part of patch rejected by upstream which implemented a
     "DefaultGcc2OptimizeOpt" symbol in Imake
   * patch #021: deleted; now in #000_stolen_from_HEAD_cyrix_driver
   * patch #022,064,078; deleted; now in #000_stolen_from_HEAD
   * patch #029: new; include prototypes for functions provided by "Wraphelp.c"
     in the XDMCP library's Wrap.h header file
   * patch #034: new; document OverlayMem option in neomagic driver manpage
     (Diego SANTA CRUZ via Bill Allombert) (Closes: #168139)
   * patch #041: deleted; now in #000_stolen_from_HEAD
   * patch #087,100: resynced with #000_stolen_from_HEAD_ati_driver
   * patch #089,100: resynced with #000_stolen_from_HEAD
   * patch #090: new; support for ATI Radeon 9000 cards (N.B., not the 9500 or
     9700)
   * patch #091: new; drop the sumFile() function from xdm's genauth.c file,
     define DEV_RANDOM for Linux and the Hurd, and change the meaning of the
     randomFile resource to indicate the file that should be opened for the
     reading of entropy.  The default random file on Linux and the Hurd is
     /dev/random; on NetBSD it remains /dev/urandom per the existing XFree86
     code.  Twinks who don't want xdm "draining their entropy pool" can edit
     /etc/X11/xdm/xdm-config and set "DisplayManager.randomFile" to "/dev/zero"
     if they want.  Anyway, this fixes a bug with xdm causing machine checks on
     some architectures when reading a lot of data from /dev/mem.
     (Closes: #107311)
   * patch #102,103: new; patch xf86Events.c to recognize Sun Type6 keyboard
     scancodes, and provide XKB data for type6 keyboards; please test
     (Closes: #100485)
   * patch #202: new; patch from Jay Estabrook (via Falk Hueffner) that fixes
     crashes on Alpha due to datatype confusion in XScreenSaver extension
     (Closes: #161072)
   * patch #313: deleted; made obsolete by patch #091
   * patch #901: updated to fix a few compiler warnings
   * patch #905: fix typo when declaring authDir resource (fortunately, the
     default upstream location is a symlink to the location defined, so this
     doesn't really change anything) (Closes: #167642)
   * patch #907: in XTerm's color app-defaults file, use instance names, not
     class names (see #167495)
 
   * debian/{xfonts-pex.files,xlibs.files.alpha}: removed these obsolete files
     (thanks, ISHIKAWA Mutsumi) (Closes: #169429)
   * debian/MANIFEST.*: updated to reflect re-sectioning of dexconf manpage
   * debian/{*.templates,/po}: migrated to po-debconf
   * debian/control:
     - add build dependency on po-debconf, and bump versioned dependency on
       debhelper to (>= 4.1.16) for support of the New Debconf Template
       Translation Order
     - Discuss Xlib's loadable modules for i18n in the extended package
       descriptions of xlibs and xlibs-dbg.  In xlibs-dbg's extended
       description, give tips on how to debug the i18n modules.
     - Update URL to driver status document in xserver-xfree86's extended
       description. (Closes: #168289)
   * debian/local/dexconf:
     - improve usage message
     - rework handling of temporary directories and files; respect $TMPDIR
       instead of using the more complex method we had before (Closes: #166177)
     - be sure to quote all expansions of variables that the user can influence
     - clean up a few diagnostic messages
   * debian/local/dexconf.8: renamed to debian/local/dexconf.1
   * debian/local/dexconf.1: updated; added sections on options, evironment,
     diagnostics, asynchronous events, exit status, and future directions;
     other minor edits
   * debian/local/update-fonts-{alias,dir,scale}: reworked diagnostic messages
     a bit; produce them with shell functions
   * debian/local/update-fonts-{alias,dir,scale}.8: updated; added sections on
     operands and diagnostics; other minor edits
   * debian/local/xserver-wrapper.c: (cosmetic) wrapped source code at 80
     columns
   * debian/local/xvfb-run.1: minor cosmetic updates
   * debian/rules:
     - try and cut down on the time and space required by the XFree86 build
       process; when copying the build tree for the debugging server build,
       omit the doc, fonts, and nls directories
     - call debconf2po-update after generating and after cleaning the
       xserver-xfree86-dbg.templates file; I'm not crazy about having to do
       this, but I don't see any alternative with the current po-debconf tools
     - do another substitution (this one for $THIS_SERVER) when generating
       xserver-xfree86-dbg's maintainer scripts, so that the package doesn't
       have an identity crisis
     - install dexconf manpage to section 1
   * debian/scripts/vars.m68k: on m68k, make x-window-system-core depend on
     xserver-xfree86-dbg instead of xserver-xfree86 since the XFree86 module
     loader doesn't work on this arch at present; m68k hackers, please help fix
     this!
   * debian/xdm.init:
     - sleep for one second after using start-stop-daemon --stop successfully
       so that we don't needlessly signal the daemon while it's shutting down
     - minor change; use shell arithmetic operator ("$(( ))") instead of expr
       to do simple math
   * debian/xdm.prerm.in:
     - migrate the last bit of interactivity in the maintainer scripts to
       debconf; use debconf to ask the user if he/she wants to stop a running
       xdm daemon that is managing sessions
     - stop de-registering an obsolete alternative
     - stop defining an unused variable
   * debian/xdm.templates: add template xdm/stop_running_server_with_children
   * debian/xfs.init:
     - sleep for one second after using start-stop-daemon --stop successfully
       so that we don't needlessly signal the daemon while it's shutting down
     - comsetic change; prevent words from being run together when xfs daemon
       won't listen to SIGTERM
   * debian/xlibs-dbg.debugfiles: ship unstripped versions of Xlib's i18n
     modules in /usr/X11R6/lib/debug/X11/locale/common
   * debian/xserver-xfree86.templates: add discussion of new "altwin" symbols
     file and how to use multiple symbols files with xkboptions to
     xserver-xfree86/config/inputdevice/keyboard/options template description

 -- Branden Robinson <branden@debian.org>  Mon, 18 Nov 2002 04:24:48 -0500

xfree86 (4.2.1-3) unstable; urgency=low

   * patch #000_post421: resynced with xf-4_2-branch as of 2002-10-16
     + Fix black cursor images on Mac OS X 10.2.2 (Joseph Maurer).
     + Fix XDarwin rootless crash when window resizing with complex bit gravity
       (Greg Parker).
 
   * patch #000_stolen_from_HEAD_neomagic_driver: new; backported Xv support
     from HEAD by request of Yaacov Akiba Slama and Klaus Weidner
 
   * patch #028: new; syntax cleanups to various .y files that cause GNU Bison
     1.50 to choke and die (Closes: #164484,#164486,#164489,#164491)
   * patch #033: deleted; relocated in part to #909
   * patch #087: new; cosmetic cleanups to some ATI driver messages
   * patch #050,084: patch XF86Config.man, not XF86Config-4.man
   * patch #086: some fixes to XF86Setup, XF86DGA, XF86VidMode, reconfig, and
     xvidtune manpages
   * patch #087: new; comsetic fix to some ATI driver log messages
   * patch #088: new; enable DPMS on LCD and DFP monitors attached to Radeon
     cards, not just CRTs (Closes: #164217)
   * patch #089: new; in fbdev driver, pass depth24flags to xf86SetDepthBpp
     based upon reported capabilities of underlying framebuffer hardware
     (thanks, Michel Dänzer) (see #163807)
   * patch #840,841,842,843,844: new; patches to support Debian GNU/NetBSD,
     courtesy of Joel Baker
   * patch #900: uncomment definition of DebianMaintainer in NetBSD.cf as well
   * patch #909: new; formerly part of #033 -- change the .TH section of the
     XF86Config.man file to refer to itself as "XF86Config-4" (see change to
     debian/rules below)
 
   * debian/{MANIFEST,scripts/vars,xlibs-dev.files,xlibs-pic.files,
     xserver-xfree86.files}.netbsd-i386: add files to support Debian GNU/NetBSD
     for i386 (Closes: #164050)
   * debian/README: "rezoned" the patch sequence numbers for non-Linux Debian
     ports; those who of you who care about such things should re-read this
     file
   * debian/control:
     - add "hurd | freebsd | netbsd | openbsd" as alternatives to
       "kernel-headers-2.4" build dependency (Closes: #130877)
     - add dependency on "libc6-dev | libc-dev" to libdps-dev, libxaw6-dev,
       libxaw7-dev, xlibmesa-dev, and xlibosmesa-dev
     - add "libc-dev" as alternate dependency for libc6-dev in xlibs-dev
     - add netbsd-i386 to list of architectures for which xserver-xfree86 and
       xserver-xfree86-dbg are built
     - xfree86-common conflicts with task-x-window-system{,-core} to force
       these old potato-era packages off the system (Closes: #163927)
   * debian/local/xserver-wrapper.c:
     - make the nice() error handling switchable with a #define between SuSv2
       semantics and old-style semantics
     - stop using the GNU extension strnlen() to appease the Debian GNU/NetBSD
       geeks, who are using BSD's C library (Closes: #163586)
   * debian/rules:
     - use dpkg-architecture -qDEB_BUILD_ARCH instead of dpkg
       --print-gnu-build-architecture (Closes: #149549)
     - export GROFF_NO_SGR=1 to prevent corruption of specs docs in text format
       (Closes: #164708)
     - (build): produce generated files in debian/local before compiling the
       source tree; this way we know early on if the build is going to bomb due
       to that stuff
     - (install): rename the XF86Config.5x manpage to XF86Config-4.5x
   * debian/shell-lib.sh:
     - use "which" instead of "command -v"
     - analyze_path(): don't freak out if a dpkg backup directory doesn't exist
       for the path being analyzed
     - check_symlinks_and_bomb(): don't call analyze_path() in all three
       branches of an if-elif-else; instead use a $PROBLEM variable that
       defaults to null, and gets set if there is a problem
   * debian/xbase-clients.preinst.in: loosen the regex we use to figure out
     what the hell's going on with update-alternatives (Closes: #158512)
   * debian/xbase-clients.postrm.in: remove /etc/X11/xsm directory on purge
     (Closes: #164422)
   * debian/xlibs.links: add app-defaults link from /usr/X11R6/lib/X11 to
     /etc/X11
   * debian/xlibs.postinst.in: stop manually creating symlink from
     /usr/X11R6/lib/X11/app-defaults to /etc/X11/app-defaults now that woody
     has released
   * debian/xlibs.postrm.in: remove /etc/X11/xkb directory on purge
   * debian/xserver-common.postrm.in: stop removing /etc/X11/XF86Config on
     purge (this is xserver-common-v3's job)
   * debian/xserver-xfree86.{bug,config.in,postinst.in}: use "which" instead of
     "command -v"

 -- Branden Robinson <branden@debian.org>  Wed, 16 Oct 2002 14:09:15 -0500

xfree86 (4.2.1-2) unstable; urgency=low

   * patch #000_post421: resynced with xf-4_2-branch as of 2002-10-06
     + Xdm patches: realloc usage, zero malloc()ated memory, enable
       /dev/urandom on NetBSD 1.4 and later (#5345, Mike A. Harris, #5401,
       Matthias Scheler) (Matthieu Herrb)
     + Fix crash in the TextWidget reported by Hans Wilmer. The bug is fixed in
       the TextAction.c patch (actually it was fixed in head, but I forgot to
       update the 4.2 branch, that is what most people are using).  Also synced
       some other bug fixes only in CVS head.  (Paulo Cesar Pereira de Andrade)
 
   * patch #002: resynced with xf-4_2-branch updates
   * patch #024: new; fix for hangs upon VT switch back to XFree86 on Rage128
     and Radeon cards due to failure to set and reset PCI busmastering properly
     (thanks, Michel Dänzer) (Closes: #163359)
   * patch #026: new; patch from Steven Davies to implement double-buffering
     support for the XVideo extension in the tdfx driver; he wanted testers, so
     I'm sticking this code in to test it.  Welcome to Debian unstable!
 
   * debian/control:
     - update versioned Replaces in xdm to not reference a version of
       xbase-clients that only existed when woody was unstable
     - update xbase-clients's extended description to mention xf86cfg,
       xf86config, xrandr, xtrapchar, xtrapin, xtrapinfo, xtrapout,
       xtrapproto, xtrapreset, and xtrapstats; remove mention of xieperf, which
       is no longer shipped
     - update xlibs-pic's extended description to mention libI810_XvMC
     - correct typos in extended descriptions of xserver-xfree86{,-dbg}
   * debian/rules:
     - use find | xargs --no-run-if-empty to drive strip for the stripping of
       server modules because, duh, there ain't none on architectures where
       DoLoadableServer is NO; fixes FTBFS bug on those arches
       (Closes: #163522)
     - move aliases for ISO 8859-8 fonts from /etc/X11/fonts/misc/xfonts-base.alias
       to /etc/X11/fonts/misc/xfonts-base-transcoded.alias, since that's where
       the ISO 8859-8 fonts are
   * debian/xfree86-common.config.in: unregister the nag question in the same
     "if" block where we register it

 -- Branden Robinson <branden@debian.org>  Mon, 7 Oct 2002 22:38:45 -0500

xfree86 (4.2.1-1) unstable; urgency=low

   * patch #019: new; patch from David Schleef to fix byteswapping when using
     Xv on Rage128 chips with YUY2 and UYVY data
   * patch #020: new; patch from Mike A. Harris to support EuroSign in gb, hu,
     hu_US, pl, pl2, tr, and us_intl XKB symbols files
   * patch #021: new; Alan Cox's update to the cyrix driver to make it actually
     work
   * patch #022: new; Ross Mikosh's fix for offscreen pixmap corruption after
     VT switch on Matrox cards
   * patch #023: new; use the buggy-HAL workarounds in mode initialization for
     G550 as well as previous Matrox cards
   * patch #047: really got __vendorversion__ defined correctly this time, I
     mean it
   * patch #314: new; fix to chips driver's assumption that all ARM machines
     run NetBSD.  Fixes build failure. (thanks, Michel Dänzer and Othmar
     Pasteka)
   * patch #453; new; unaligned-load functions for ia64 in compiler.h should be
     declared "static __inline__", not "extern __inline__"; otherwise a
     non-optimized build will fail to have them at all.  Fixes build failure.
     (thanks, Matt Chapman)
   * patch #085,150,500: resynced with #047
 
   * debian/MANIFEST.arm: updated
   * debian/control:
     - updated list of shared libraries in xlibs package description
     - updated list of static-only libraries in xlibs-dev package description
   * debian/local/xvfb-run.1: correct a typo
   * debian/{xlibs,xlibs-dev}.files.alpha: deleted; no longer needed
   * debian/xbase-clients.files.s390: updated
   * debian/xdm.templates.nl: added Dutch translation (thanks, Wouter Verhelst)
     (Closes: #139229)
   * debian/xserver-common.templates.nl: added Dutch translation (thanks,
     Wouter Verhelst) (Closes: #139230)
   * debian/xserver-xfree86.config.in: migrate from pre-4.2 configurations; if
     the "pex" or "xie" modules are selected, de-select them, since they no
     longer exist

 -- Branden Robinson <branden@debian.org>  Fri, 4 Oct 2002 11:11:58 -0500

xfree86 (4.2.1-0pre1v2) unstable; urgency=low

   * patch #000_post_xf-4_2_1: resynced with xf-4_2-branch as of 2002-09-17
     - xc/programs/Xserver/hw/xfree86/doc/sgml/README.sgml: fix typo in URL
       (David Dawes)
     - SECURITY: Implement LocalClientCred() to return the credentials of local
       clients connected through Unix domain sockets on systems that have the
       required support (for now recent Linux, FreeBSD >= 4.6, OpenBSD >= 3.0
       are implemented), and use that in ShmAttach() to grant access to the
       client.  When client credentials are not available, require world
       accessibility. (Matthieu Herrb)
     - xc/programs/Xserver/hw/xfree86/drivers/ati/r128_driver.c: BIOSDisplay
       was always getting forced to R128_BIOS_DISPLAY_FP on cards that might
       have a FP attached. This was wrong if a CRT is being used instead, and
       caused both sets of DPMS routines to get used, which resultsed in a SEGV
       on CloseDisplay(), as well as making DPMS not work for a CRT. (Stuart
       Anderson)
   * patch #000_stolen_from_HEAD:
     - Don't build the GLw library when BuildServersOnly is set. (Marc La
       France)
 
   * patch #001:
     - Use new symbol DefaultGcc2OptimizeOpt from xfree86.cf instead of
       hard-coding optimization levels for most architectures.
     - In LinuxDebian section, set optimization level per Debian Policy (but
       use #ifndef so it can be overridden in the build environment).
   * patch #004:
     - Define new symbol, DefaultGcc2OptimizeOpt, if it is not already defined
       and HasGcc2 is true.  Make DefaultGcc2{Axp,i386,Ppc}Opt use this by
       default.  This enables more control over the build with fewer things
       passed to IMAKE_DEFINES.
   * patch #016: new; updates to mga(4x) manpage
   * patch #017: new; fixes to xrandr(1x) manpage from Colin Watson
   * patch #018: new; patch from Michel Dänzer to fix broken OpenGL point and
     line drawing on ATI Rage128 chips
   * patch #024: deleted; existing patch #074 should fix this problem in a
     better way
   * patch #047: new; define new imake variable, XFree86ManVersionString, and
     use that for XVendorManVersionString; XFree86VersionString has an embedded
     space that I can't rid of, and messes up manpage .TH macro arguments
   * patch #052: deleted; dropped this Debian-specific meta/alt/windows key
     thing because XFree86 4.2 has the "altwin" symbols file; Emacs users need
     to check it out (/etc/X11/xkb/symbols/altwin)
   * patch #059: fix bdftruncate's usage message to not refer to itself as
     "bdftruncate.pl"
   * patch #061: reworked this patch to fix more problems and make it
     consistent with other X manpages
   * patch #085: new; major enhancements to imake's manpage generation support,
     making it possible to do different cross-references to OS-installed
     manpages versus X11-distributed manpages
   * patch #086: new; started overhauling manpages to take advantage of patch
     #085, use consistent style, fix errors, use proper roff idioms, etc.
   * patch #069,072,077,082,100,150,500: resynced with other patches
 
   * debian/MANIFEST.{arm,hppa,s390}: updated
   * debian/{MANIFEST.*,xlibs.conffiles,xlibs.files*}: removed
     etc/X11/xkb/symbols/alt, as a consequence of the deletion of patch #052
     (see above)
   * debian/control: bumped Standards-Version to 3.5.7 (see changes to
     debian/rules below)
   * debian/copyright: updated to reflect upstream 4.2.1 release
   * debian/local/dexconf: don't reference the Generic Mouse InputDevice
     section in the ServerLayout section if the Configured Mouse is a gpm
     repeater device
   * debian/local/xterm.faq.html: updated to version 1.75
   * debian/local/xvfb-run{,.1}:
     - added several options to make this script's behavior more configurable
     - documented the new options
     - cleaned up the formatting of the manpage
   * debian/rules:
     - set up DEBUGFLAGS more simply thanks to patches #001 and #004 (just use
       -DDefaultGcc2OptimizeOpt='-O0')
     - recognize "build-arch" and "build-indep" targets (both of them simply
       call "build", however, so this package still has no Build-Depends-Indep
       field)
     - support "noopt" and "nostrip" flags in $DEB_BUILD_OPTIONS
     - explicitly tell dh_strip to strip the modules in
       /usr/X11R6/lib/modules/{drivers,input}
   * debian/xserver-xfree86.config.in: tweak validation of BusID specifications
     to permit exactly one to three digits in each field of a PCI bus spec

 -- Branden Robinson <branden@debian.org>  Thu, 26 Sep 2002 11:01:17 -0500

xfree86 (4.2.1-0pre1v1) unstable; urgency=low

   * new upstream release
     - VT switching fixed on Trident Cyber9525/DVD (Closes: #107451)
 
   * patch #000_post_xf-4_2_1: resynced with xf-4_2-branch
     - build fix for OpenBSD >= 3.1 (Matthieu Herrb)
   * patch #000_stolen_from_HEAD:
     - resynced patches to xc/lib/X11/{XlcDL.c,lcPrTxt.c}
   * patch #000_stolen_from_HEAD_nv_driver:
     - resynced
 
   * patch #001,002,003,008,011,012,033,045,046,051,056,061,077,081,100,900,
     905: resynced with XFree86 4.2.1
   * patch #004: #define DevelDrivers to "/* */" for HP-PA and ARM
     architectures
   * patch #009: new; fix problems with a blue bar appearing on the right side
     of the video overlay window when using Xv on i815 chips (thanks, Oliver
     Zendel) (Closes: #131602)
   * patch #010: new; enable the X server to behave correctly when it receives
     EBUSY from ioctl(SUSPEND) (Closes: #133251)
   * patch #013: new; have the wacom input driver wait longer for input (1
     second instead of 1 millisecond) (Closes: #148193)
   * patch #014: new; document the CTRL-ALT-KP* and CTRL-ALT-KP/ key sequences
     in the XFree86 manpage
   * patch #015: new; fix for segfault in lbxproxy's ResizeReverseMap()
     function (Closes: #158196)
   * patch #050: fix more errors in the XF86Config-4 manpage
   * patch #084: new; support a new XFree86 ServerFlags option: "DontVTSwitch"
     which disables keyboard-activated VT switches
   * patch #999: make this debugging patch actually do something (oops), but
     also move it to old-patches directory since it produces copious output to
     the X server log file
 
   * debian/local/dexconf: don't write a Generic Mouse section if the
     Configured Mouse is a gpm repeater device, because we cannot know what gpm
     is repeating, and it might be a USB mouse (Closes: #154057)
   * debian/rules:
     - copy xserver-xfree86's templates file for xserver-xfree86-dbg's use
     - fix buggy syntax in install-server and binary-server rules
   * debian/xfs.postinst.in: look for xfs's init script before running
     update-rc.d, not xdm's

 -- Branden Robinson <branden@debian.org>  Sat, 7 Sep 2002 15:29:06 -0500

xfree86 (4.2.0-0pre1v4) unstable; urgency=low

   * Re-generated .orig.tar.gz without the README.DRI and README.DRIcomp files
     under xc/programs/Xserver/hw/xfree86/doc; the documents are not licensed
     DFSG-freely.  Sorry for causing the 50 meg hit on those of you interested
     in the orig tarball.  :(
 
   * patch #000_post_xf-4_2_0: resynced with xf-4_2-branch
     - Set version/date for a 4.2.0.1 snapshot. (David Dawes)
     - Fix i810_free_page() and i830_free_page() for DRI kernel modules so
       that later 2.4.x kernels are supported. (Alan Hourihane)
     - Add missing commas to us_intl XKB symbols file (sync with HEAD). (Paulo
       Cesar Pereira de Andrade)
     - install darwinLib.{rules,tmpl} (David Dawes)
 
   * patch #001: add DefaultGcc2DebugOpt to OptimizedCDebugFlags for all
     architectures (not sure why upstream doesn't have debugging in the stock
     optimized C "debug" flags...)
   * patch #004: new; don't build the imstt and Amiga framebuffer drivers by
     default for arm and hppa architectures
   * patch #073; deleted; taken care of by xf-4_2-branch (see above)
   * patch #079: new; updated savage driver up to Tim Roberts's version 1.1.23t
     (thanks, Chris Halls!)
   * patch #080: new; minor corrections to the Xlib and Xt manuals (thanks,
     Jochen Voss) (Closes: #159170,#159207,#159209)
   * patch #081: new; Mike Harris's patch for Radeon Mobility and FireGL 7800
     (a.k.a. "LX" chipset) support
   * patch #082: new; patch to ati driver to enable r128 and radeon drivers to
     compile without vgahw layer enabled
   * patch #083: new; patch to i810 driver to enable it to compile when the
     static server is enabled (the i810_outreg_get_addr_name and
     i810_outreg_decode_register functions are not defined anywhere)
   * patch #100: remove patch to atimach64.c because xf86WriteMmioBe() should
     not be directly referenced by driver code -- only via macros
   * patch #101: new; patch from David S. Miller via Ben Collins to fix
     erroneous module loader assumption about all SPARC 4m-MMU-using
     processors supporting v8 instructions (Closes: #111581)
   * patch #400: deleted; it simply undid the now-removed atimach64.c patch
     from patch #100 for the hppa architecture
   * patch #908: don't attempt to do anything with now-nonexistent
     README.DRI{,comp} files (see above)
 
   * debian/MANIFEST.*: updated
   * debian/control:
     - xlibs Conflicts: xbase-clients (<< 4.2.0) because some clients (such as
       xdpyinfo) in 4.1.0 and earlier versions of xbase-clients are linked
       against libXIE, which is no longer shipped.  xlibs will need to Conflict
       with any other packages that depend on the disappearing PEX5 and XIE
       libraries.
   * debian/copyright: update the "dead pool" to add README.DRI{,comp}
   * debian/rules:
     - when building static debugging server, set optimization level to 0
       instead of 2
   * debian/xserver-xfree86.docs.*: remove README.DRI{,comp}
   * debian/xserver-xfree86.templates:
     - clarify the circumstances under which advanced users can look for the
       XKB directory (Closes: #140228)
     - clarify that the mouse questions don't support more than 5 buttons
       (see #141390)

 -- Branden Robinson <branden@debian.org>  Tue, 3 Sep 2002 01:04:23 -0500

xfree86 (4.2.0-0pre1v3) unstable; urgency=low

   * patch #000_post_xf-4_2_0:
     - include DPMS fix for r128 driver (thanks to Stuart Anderson for pulling
       the patch over to xf-4_2-branch)
   * patch #000_stolen_from_HEAD:
     - Fix SEGV in 3dfx DRI driver. (Alan Hourihane)
     - Fix enabling of i810 DRI when XvMC is disabled (#5208, Matthew Sottek,
       Intel).
   * patch #000_stolen_from_HEAD_nv_driver:
     - Refence the "nv" driver.  PPC and Alpha users should test this.
       Especially to see if this solves the problem with color expansion hangs.
       (Mark Vojkovich)
 
   * patch #001: turn off modular XFree86 server for MIPS architectures since
     the ELF loader isn't yet working on those platforms, per Guido Guenther
   * patch #075: new; don't ship the XIE headers if we're not building the
     library
   * patch #076: new; xterm now works around hateful lies from GNU libc's
     getpt() function (see #121899)
   * patch #077: new; define DriverManSuffix as 4x and MiscManSuffix as 7x on
     GNU and Linux systems per suggestion from Colin Watson (see #157020)
     (Closes: #85297)
   * patch #313: new; tell xdm that more architectures have "fragile" /dev/mem
     devices (i.e., only read above 1MB) (might fix #107311)
   * patch #600: new; patch from Guido Guenther to fix some newport driver
     bugs:
     - broken 24bpp mode setup
     - black console after starting X
     - screensaver blanking the console
     - off-by-one errors in the RefreshArea code
 
   * debian/MANIFEST.*: updated
   * debian/control:
     - new package: xserver-xfree86-dbg -- a monolithic XFree86
       server binary complete with debugging symbols for your SEGV backtracing
       pleasure
     - add ${shlibs:Depends} for library debugging packages
   * debian/local/{XF86Config.7,Xsession.5,Xsession.options.5,
     Xwrapper.config.5,dexconf.8,update-fonts-alias.8,update-fonts-dir.8,
     update-fonts-scale.8,xdm.options.5,xfs.options.5,xvfb-run.1}: update
     manpage reference to reflect change from patch #077 (see above)
   * debian/local/Xsession: remove unused *MODMAP variables (see #157396)
   * debian/local/update-fonts-alias: only start writing new alias file if
     there are any aliases to process (thanks, Ian Zimmerman) (Closes: #144780)
   * debian/rules:
     - new rules; "genscripts" and "cleanscript", and some miscellaneous
       cleanup
     - add infrastructure to support new xserver-xfree86-dbg package
     - add workaround for dpkg-shlibdeps brain damage so that xlibs does not
       end up depending on itself (see #80340)
   * debian/{xdm,xfs}.postinst.in: only invoke update-rc.d if init script
     exists (user may have removed it) (Closes: #151023)
   * debian/xfree86-common.files: update to new manpage filenames (see above)
   * debian/xfree86-common.postinst.in: include a confmodule-sourcing
     fragment
   * debian/xlibs.links: remove obsolete symlinks to XIE and PEX5 libraries
   * debian/xlibs.shlibs.dummy: kludge file to work around dpkg-dev bug #80340
     (see above)
   * debian/xserver-xfree86-dbg.files: new; ship XFree86-debug executable
   * debian/xserver-xfree86.files*: update to new manpage filenames (see above)
   * debian/xserver-xfree86.files.hppa: ship nv(4) manpage
   * debian/xserver-xfree86.files.m68k: ship driver modules and manpages for nv
     and savage drivers
   * debian/xserver-xfree86.files.mips: remove server modules (see above)
   * debian/xserver-xfree86.files.powerpc: ship driver modules and manpages for
     nv and savage drivers
   * debian/xserver-xfree86.templates:
     - document that the maximum supported color depth is 8 on old ATI hardware
       (see #76291)
     - mention that the vbe module depends on the int10 module
       (Closes: #139755)
   * debian/xserver-xfree86.templates.nl: added Dutch translation (needs
     update) (thanks, Wouter Verhelst) (Closes: #139231)
   * debian/xserver-xfree86.templates.sv: updated Swedish translation (needs
     update) (thanks, Mikael Hedin) (Closes: #143477)

 -- Branden Robinson <branden@debian.org>  Tue, 20 Aug 2002 11:40:39 -0500

xfree86 (4.2.0-0pre1v2) unstable; urgency=low

   * Re-generated .orig.tar.gz without the COPYRIGHT.BH and COPYRIGHT.IBM files
     under xc/fonts/scaled; the fonts under these licenses are not in our
     source tarball because they are not DFSG-free, therefore it does not make
     sense to ship copyright license files that do not apply to anything.
     Also removed the non-free fonts from
     xc/programs/Xserver/XpConfig/C/print/models.  Sorry for causing the 50 meg
     hit on those of you interested in the orig tarball.  :(
 
   * patch #000_stolen_from_HEAD:
     - Add PCI ID for ATI Radeon Mobility M7 'LX' (#5233, Mike Harris).
     - Move int10 softbooting farther up in the glint driver to post much
       earlier (Alan Hourihane).
     - Fix RGB/BGR inversion problem and screen blanking in the glint driver
       (Alan Hourihane).
 
   * patch #000_stolen_from_HEAD_nv_driver:
     - updates to nv driver from XFree86 CVS courtesy of James Hirschorn
 
   * patch #001:
     - define XFree86CustomVersion as "Debian" when building with
       DebianMaintainer symbol defined
     - clean up duplicate definitions for HPArchitecture
     - updated patches for SuperH 4 (sh4) architecture per ISHIKAWA Mutsumi
   * patch #002: re-apply a couple of xdm configuration patches that got lost
   * patch #003: re-apply a cosmetic fix to the X font server code that got
     lost
   * patch #061: re-apply some fixes to the Xserver(1) manpage that got lost
   * patch #072: new; patch from Michel Dänzer to support a boolean "DMAforXv"
     option in the r128 driver
   * patch #073: new; patch from Andoni Zubimendi to fix syntax errors in the
     us_intl XKB symbols file
   * patch #074: new; patch from H. J. Lu via Jack Howarth to make the XFree86
     server's ELF object loader not barf on modules with no symbols in them
     (Closes: #154855)
   * patch #150: build the nv driver module for PowerPC
 
   * debian/MANIFEST.{arm,ia64,mips,sh3,sh4}: updated
   * debian/control:
     - s/Lucidux/Luxi/ in xfont-scalable's extended description, since Bigelow
       & Holmes changed the name of the font.
     - bump xlibs, xserver-common, and xutils' versioned dependencies on
       xfree86-common to 4.2 or greater
     - add "sh3" and "sh4" to architecture list for xserver-xfree86
   * debian/copyright:
     - update the "dead pool" (list of non-free files) to bring it in line with
       4.2.0 reality
     - update upstream license section to include current contents of xc/LABEL
       and xc/programs/Xserver/hw/xfree86/doc/LICENSE
     - drop old "SGI FREE SOFTWARE LICENSE B", which applied to a big Mesa
       patch Debian applied a long time ago but which has been defunct for
       quite a while
   * debian/rules:
     - generate (and clean) ".config" maintainer scripts from an .in file just
       as we do the preinst, postinst, prerm, and postrm scripts
     - substitute the string "@SOURCE_VERSION@" with the package version number
       when generating the maintainer scripts
     - resume stripping XFree86 server modules on Alpha again, thanks to patch
       #074 (see above)
   * debian/shell-lib.sh:
     - define the SOURCE_VERSION variable to "@SOURCE_VERSION@" (which gets
       replaced in the rules file)
     - use signal names instead of numbers in the trap command
     - add garlic to ward off Clint Adams (see #150384)
   * debian/xfree86-common.{config.in,templates}: added a little lesson in
     literacy for those who refuse to read
   * debian/xlibmesa3.files.ia64: updated
   * debian/xlibs.files.ia64: deleted; ia64 now uses xlibs.files
   * debian/xlibs-dbg.debugfiles.*: deleted; all arches now use
     xlibs-dbg.debugfiles
   * debian/xlibs-dev.files.ia64: deleted; ia64 now uses xlibs-dev.files
   * debian/xserver-xfree86.config: added s3 driver to fallback, hard-coded
     list of available driver modules for architectures which build this driver
   * debian/xserver-xfree86.docs.*: updated
   * debian/xserver-xfree86.files.ia64: updated

 -- Branden Robinson <branden@debian.org>  Mon, 5 Aug 2002 00:07:45 -0500

xfree86 (4.2.0-0pre1v1) unstable; urgency=low

   * First experimental releae.  Thanks to ISHIKAWA Mutsumi for making this
     release possible.
 
   * Source tar archive does not contain the non-free TrueType and Type1 fonts;
     see debian/copyright for details.
 
   * new upstream version
     - X server now does blocking writes to on standard output and standard
       error; prevents DoS attacks (Closes: #81651)
     - ATI Rage 128 SM chips now recongized (Closes: #88954)
     - trident driver improved (Closes: #99348)
     - sis driver now works on laptop video bridges (Closes: #99409)
     - es_ES@euro locale now recognized (Closes: #99350)
     - neomagic driver no longer hangs the X server (Closes: #99908)
     - neomagic driver no longer falsely advertises Xv support
       (Closes: #108672)
     - savage driver improved (Closes: #111611)
     - ati/r128 driver improved (Closes: #111823)
     - server no longer crashes when glVertex3f() called with NaN as an argument
       (Closes: #116590)
     - the pex5 module can't segfault if it doesn't exist, which it doesn't now
       (Closes: #116610)
     - ATI Radeon Mobility M6 chips now supported (Closes: #118929)
     - ATI Radeon Mobility M6 and M7 chips now recognized (Closes: #120741)
     - ATI Radeon 8500 / R200 QL chips now recognized (Closes: #123343)
     - new s3 driver supports Trio32 and Trio64 cards (Closes: #131248)
     - ATI Xpert 2000 / Rage 128 TF chips now recognized (Closes: #134070)
     - dark colors no longer display as black when -rv option used on a
       monochrome terminal with xterm (Closes: #134340)
     - S3 ProSavage Twister chips now supported (Closes: #136690)
     - fixes font corruption problems in mga driver (Closes: #139304)
     - alt key handling now consistent between pc101/102 and pc104/105 keymaps
       (Closes: #143683)
     - CyberBlade/i1 lockups in trident driver resolved (Closes: #149518)
 
   * patch #000_post: update to xf-4_2-branch as of 2002-06-09 (ISHIKAWA
     Mutsumi)
   * patch #000_stolen_from_HEAD.diff: new;
     - 157. Add some reference counting for Xlib's i18n modules,
       preventing a module getting unloaded while it's still in use
       (#5160, Owen Taylor).
     - 159. Add missing zh_CN XI18N_OBJS file (#5164, Yong Li).
     - 163. Fix a bug that resulted in XwcTextPropertyToTextList()
       storing an incomplete list (#5168, Tassia St. Germain,
       for X.Org).
     - 172. Fix a bounds check in Xlib's Region code (#5183, Owen Taylor).
     (ISHIKAWA Mutsumi)
   * patch #046: add XvMC_pic and libI810XvMC_pic.a library support (ISHIKAWA
     Mutsumi)
   * patch #071: new; fix for X-TT SEGV (ISHIKAWA Mutsumi)
   * patch #550: new; sh3/sh4 architecture support; tiny fixes to linux.cf
     (fix invalid cpp syntax and disable DoLoadableServer) (ISHIKAWA Mutsumi)
   * patch #551: new; fix for static server build on sh3/sh4 (ISHIKAWA Mutsumi)
   * almost every patch file was affected in some way; either dropped or
     resynced with the new release
 
   * Client-side support for the PEX5 and XIE extensions has been dropped; this
     includes the xfonts-pex the extension libraries and headers in xlibs and
     xlibs-dev, and the xieperf client from xbase-clients.
   * New X protocol extensions: Xrandr ("X R and R": root window resizing and
     rotation extension) and XTrap (enables capture of server protocol and
     sythesis of core input events); this includes extension libraries and
     headers in xlibs and xlibs-dev, as well as sample clients in
     xbase-clients: xrandr, xtrapchar, xtrapin, xtrapinfo, xtrapout,
     xtrapproto, xtrapreset, and xtrapstats.
   * New font-encoding library and header files in xlibs and xlibs-dev.
   * New experimental protocol extension: XvMC (X video motion compensation);
     currently available only as a static extension library in xlibs-dev.  A
     static PIC version is also available in xlibs-pic.
   * New font encoding files for dec-special, ISO 8859-16, KSC 5601.1992, and
     TIS 620-2.
   * New font in the ClearlyU family: 12-point Devanagari
   * The internationalization support in Xlib has been modularized.
   * The Compose map for the mk_MK.UTF-8 locale has been dropped.
   * New symbols files for XKB: al, altwin, ar, ben, compose, czsk, dev, ge_la,
     ge_ru, guj, gur, ir, iu, la, level3, mm, mt, mt_us, nl, pl2, ru_yawerty,
     sapmi, se_FI, se_NO, se_SE, tj, tml, tr_f, us_group2, yu.
   * The lt_p symbols file for XKB has been dropped.
   * An s3 video driver module for the XFree86 X server has been added; it
     supports some pre-ViRGE S3 cards such as the Trio64.
   * The newport video driver module for the XFree86 X server now builds for
     more architectures.
   * New input driver modules for the XFree86 X server: calcomp, dmc, hyperpen,
     penmount.
   * There is a new extension to the mi (machine-independent) portion of the X
     server implementation: "layer", which currently hooks into the shadowfb
     support and is used by the RandR extension.
   * New utility: luit, a filter that can be run between an arbitrary
     application and a UTF-8 terminal emulator.  Now part of xutils.
   * There is now a DRI driver for Intel i830 chipsets (in xlibmesa3).
   * Tons of new manpages for the gl*() functions (in xlibmesa-dev).
   * xedit (in xbase-clients) now knows how to process LISP expressions.
     Phear.
 
   * add support for sh3 and sh4 architectures; new files
     {MANIFEST,xserver-xfree86.files,scripts/vars}.{sh3,sh4} (ISHIKAWA Mutsumi)
 
   * debian/MANIFEST.{alpha,hppa,m68k,powerpc,sparc}: updated (ISHIKAWA
     Mutsumi)
   * debian/README: allocate patch sequence numbers for Hitachi SuperH (sh)
     architecture(s)
   * debian/changelog{,.Debian.old}: entries from XFree86 4.0.1 through 4.0.3
     moved to the old changelog file
   * debian/control:
     - drop xfonts-pex package (ISHIKAWA Mutsumi)
     - update xlibs's extended description to note that the PEX5 and XIE
       extension client libraries are no longer shipped or supported
     - xserver-common conflicts with xserver-{rage128,sis}; these obsolete
       packages expect outdated behavior regarding /etc/X11/Xserver.  This
       change smooths potato upgrades.  (Closes: #148937)
   * debian/copyright:
     - added ISHIKAWA Mutsumi to list of package authors
   * debian/shell-lib.sh: update analyze_path() to list all contents of the
     parent directory when a file being searched for is not found; this is to
     help the dpkg maintainers troubleshoot the ever-elusive
     "missing-symlink-to-directory" problem
   * debian/shlibs.local
     - add libXTrap 6 xlibs (>> 4.2.0)
     - add libXrandr 6 xlibs (>> 4.2.0)
     (ISHIKAWA Mutsumi)
   * debian/xbase-clients.files{,s390}:
     - add xtrap* and manpages
     - add xrandr and manpage
     (ISHIKAWA Mutsumi)
   * debian/xfonts-base.files: add some of the new encoding files (ISHIKAWA
     Mutsumi)
   * debian/xlibs.files*:
     - drop libPEX5 and libXIE (no longer built upstream by default)
     - add various new XKB files
     - add libXTrap.so.1.0
     - add libXrandr.so.6.0
     - bump libXrender.so.1.0 -> libXrender.so.1.1
     (ISHIKAWA Mutsumi)
   * debian/xlibs.conffiles: add various new XKB files (ISHIKAWA Mutsumi)
   * debian/xlibs.shlibs
     - add libXTrap 6 (>> 4.2.0)
     - add libXrandr 6 (>> 4.2.0)
     (ISHIKAWA Mutsumi)
   * debian/xlibs-dev.files*:
     - drop libPEX5.a, libXIE.a, and related header files (see above)
     - add libXTrap.a
     - add libXvMC.a and libI810XvMC.a
     - add libXrandr.a
     - add libfontenc.a
     (ISHIKAWA Mutsumi)
   * debian/xlibs-dbg.debugfiles*:
     - drop libPEX5 and libXIE (see above)
     - add various XKB files
     - add libXTrap.so.1.0
     - add libXrandr.so.6.0
     - update libXrender.so.1.0 -> libXrender.so.1.1
   * debian/xlibs-pic.files: add libXvMC_pic.a and libI810XvMC_pic.a (ISHIKAWA
     Mutsumi)
   * debian/xserver-xfree86.files.{alpha,powerpc,sparc}: add s3_drv.o,
     libxtrap.a,liblayer.a, new input drivers and related manpages (ISHIKAWA
     Mutsumi)
   * debian/xserver-xfree86.files.{hppa,m68k}: add new input drivers' manpages
     (ISHIKAWA Mutsumi)
   * debian/xutils.files{,.powerpc}: add luit and its manpage (ISHIKAWA
     Mutsumi)

 -- Branden Robinson <branden@debian.org>  Sat, 15 Jun 2002 21:45:03 -0500

xfree86 (4.1.0-17) unstable; urgency=low

   * patch #069: set the r128 driver's pitch increment to 8 * 32 instead of 8 *
     64 bytes, since we know that a pitch of 800 bytes works on, for instance,
     ATI Rage 128 LF-based clamshell iBooks; thanks to Michel Dänzer for his
     help identifying the problem
   * patch #070: patch from Michel Dänzer so that the fbdevhw layer doesn't
     fail silently when no framebuffer device (e.g., /dev/fb0) can be found, or
     doesn't respond to ioctl()s
   * Renamed Danish debconf template translation files from *.dk to *.da, and
     updated internal tags accordingly. (thanks, Denis Barbier)
     (Closes: #144111)
   * debian/control:
     - xserver-common suggests configlet-frontends
     - xserver-xfree86 suggests discover (Closes: #145870)
     - xlibs-dev suggests xspecs (Closes: #144391)
     - updated xserver-xfree86's extended description to mention discover
   * debian/local/FAQ:
     - added new question: "Why do the menus in xterm have the wrong font,
       size, background color, or foregound color?"
   * debian/local/Xsession.5:
     - minor clarification
   * debian/local/xserver-wrapper.c:
     - sigh Ben Collins changed our FROZEN C library back to pre-SuSv2 nice()
       semantics, so rewrote the nice() error handing
     - correct limits on legal nice values from -20 <= x <= 20 to
       -20 <= x <= 19
   * debian/xserver-xfree86.config:
     - allow three digits in a PCI bus number
     - when testing for fbcon, actually cat /proc/fb if it exists; it's only in
       use if a string is returned
     - do not explicitly load the "dri" module on the sparc architecture if the
       sunffb driver is being used, because of an apparent upstream bug in the
       module loader (thanks, Ben Collins)

 -- Branden Robinson <branden@debian.org>  Fri, 24 May 2002 01:26:13 -0500

xfree86 (4.1.0-16) unstable; urgency=high

   * patch #000_stolen_from_HEAD:
     - Pitch calculation updates for the r128 driver (#5074, Michel Dänzer).
   * patch #000_stolen_from_HEAD_xdm:
     - Fix bug in XDMCP implementation that causes sessions to close after
       approximately 48 days. (Keith Packard)
     - Fix absence of signal handling for interrupted reads from pipe in
       Xwilling code. (#A.728, Darren Marshall) (Closes: #140374)
   * patch #065: glibc-header-dependent SiS DRI build fix; updated comments to
     point to Debian mailing list discussion of this patch so that people can
     figure out what's going on
   * patch #066: supplementary patch to #065, which should handle the cases
     that #065 does not (thanks, Jack Howarth) (Closes: #141116)
   * patch #067: in the ELF module loader, do not assume that memory returned
     by malloc() is marked executable (needed by forthcoming Linux 2.4.18 for
     IA-64) (thanks, Bdale Garbee and David Mosberger)
   * patch #068: treat errno of ENODEV as non-fatal when trying to access I/O
     ports; based on a patch by Philip Blundell (Closes: #141357)
   * patch #312:
     - XKB keycodes file for Acorn RiscPC's, courtesy of Philip Blundell
       (Closes: #141392)
   * patch #400: resynced with patch #068
 
   * debian/MANIFEST.*: updated to include new XKB RiscPC keycodes file
   * debian/MANIFEST.s390: updated yet again (thanks, Gerhard Tonn)
   * debian/control:
     - xserver-common now declares a versioned conflict against all XFree86 3.x
       X server packages prior to 3.3.6-35, due to the X server wrapper's
       changed expectations about how /etc/X11/X should be handled
       (Closes: #141636)
     - change architecture of x-window-system-core from "all" to "any" so that
       all that XWSC_SPECIAL_DEPENDS stuff actually has a chance to work; also
       updated this package's extended description (thanks, Gerhard Tonn)
   * debian/local/FAQ: added new question; "Why does the X server take up so
     much memory?"
   * debian/rules:
     - add special logic to install README and README.fonts files due to
       apparent bug in upstream Imakefile (thanks, Gerhard Tonn)
     - pass dpkg-gencontrol the substvar for x-window-system-core in the
       binary-arch rule, not binary-indep, now that x-window-system-core is
       architecture: any
   * debian/scripts/vars.s390: new variable, NOT_BUILDING_XF86_SERVER, used by
     above debian/rules patch (thanks, Gerhard Tonn)
   * debian/xdm.templates.pl: added Polish translation (thanks, Marcin Owsiany)
     (Closes: #142538)
   * debian/xdm.templates.ru: added Russian translation (thanks, Ilgiz
     Kalmetev) (Closes: #136937)
   * debian/xdm.templates.sv: added Swedish translation (thanks, Peter Toneby)
     (Closes: #141413)
   * debian/xlibs.{files.*,conffile}: updated to include new XKB RiscPC
     keycodes file
   * debian/xserver-common.templates.pl: added Polish translation (thanks,
     Marcin Owsiany) (Closes: #142542)
   * debian/xserver-common.templates.ru: added Russian translation (thanks,
     Ilgiz Kalmetev) (Closes: #136615)
   * debian/xserver-common.templates.sv: added Swedish translation (thanks,
     Peter Toneby) (Closes: #141415)
   * debian/xserver-xfree86.config:
     - don't ignore autodetected mouse protocol (Closes: #142005)
     - if mouse autodetection fails, set template to false in the case question
       doesn't get asked (for noninteractive configuration)
     - don't ask autodetection questions if reconfiguring the package
   * debian/xserver-xfree86.templates.ru: added Russian translation (thanks,
     Ilgiz Kalmetev) (Closes: #138325)
   * debian/xserver-xfree86.templates.sv: added Swedish translation (thanks,
     Peter Toneby) (Closes: #141412)

 -- Branden Robinson <branden@debian.org>  Tue, 16 Apr 2002 06:39:42 -0500

xfree86 (4.1.0-15) unstable; urgency=high

   * the "I want super-stable releases every 2 months and CVS HEAD every day"
     release
   * patch #000_stolen_from_HEAD:
     - Alan Hourihane's fix for calculation of DPI when Xinerama is in use
       (Closes: #127749)
     - SECURITY: Don't abuse the priviledges of the X server to access shared
       memory segements in MIT-SHM (Roberto Zunino, Matthieu Herrb).
       (Closes: #140862)
     - fix erroneous variable reference that could cause Xft to be disabled
       when LD_BIND_NOW is used, causing stack poisoning (Keith Packard, Kevin
       Puetz) (Thanks, Kevin!) (Closes: #137145)
 
   * patch #064: fix in fbdev driver; fbdev wasn't telling shadow layer when
     there was no framebuffer available (i.e., when switched away to a
     different VT) (patch courtesy of Keith Packard, Roland Schulz, and Michel
     Dänzer)
   * patch #065: raped again by Herbert Xu and Ben Collins; you're not
     "supposed to" Build-Depend on a kernel package and at the same time the
     glibc versions of the kernel headers exclude SiS DRM ioctls that we need
     #defined to compile properly.  Kludge these #defines into sis_alloc.c
     because, of course, it's XFree86's job to know what the uderlying kernel's
     ioctl numbers are.  While we're at it, why don't we just stop using
     standardized constants in our C programs altogether?  :-P  Oh, by the way,
     these are the ioctl's for i386 Linux.  Talk to Herbert and Ben if this
     sucks for you. (Closes: #139511)
   * patch #451: fix for page size problems on ia64 (thanks, Bdale Garbee and
     Chris Ahna)
   * patch #452: workaround for an ATI expansion ROM problem that is fatal on
     HP McKinley prototype systems (thanks, Bdale Garbee)
   * patch #500: Gerhard Tonn's patches to enable X server code on the s390
     architecture; however, the XFree86 X server itself is still not built.
     Also affected:
     + debian/MANIFEST.s390
     + debian/control
     + debian/rules
     + debian/scripts/vars.s390
     + debian/xbase-clients.conffiles.s390
     + debian/xbase-clients.files.s390
     + debian/xlibs-dev.files.s390
 
   * debian/control:
     - xlibs Conflicts: xcontrib (<< 4.0) and xsm (<< 4.0); this should help
       apt figure out some upgrade paths
     - xvfb Suggests: xbase-clients (Closes: #134947)
     - x-window-system-core Depends: ${F:XWSC-Special-Depends} instead of
       "xserver-xfree86" (see below, should make this package installable on
       s390) (Closes: #137587)
   * debian/local/FAQ: added new question; "Why doesn't the X server package
     just depend on the xfonts-base package?"
   * debian/local/Xsession.d/20xfree86-common_process-args: also test for null
     return from "which" run on program specified on command-line
     (Closes: #133002)
   * debian/local/Xsession.d/50xfree86-common_determine-startup: correct and
     quote a variable reference to prevent unintended reads from standard input
     (thanks, Robert Bihlmeyer) (Closes: #131291)
   * debian/local/Xwrapper.config: correct range of permitted nice values
   * debian/local/dexconf: give users more information in comment block of
     written X server configuration files (Closes: #136438)
   * debian/local/dexlet/main.py:
     - update BusID validation code to reject hexadecimal digits, and accept
       3-digit bus numbers (thanks, Richard Hirst)
     - update BusID validation code to accept XFree86's special "-1" value,
       which appears to indicate an ISA bus
     - store selection_method template from configlet (thanks, Richard Hirst)
   * debian/local/xvfb-run{,.1}: xvfb-run checks for existence of xauth, and
     exits with an error message if it cannot be found (thanks, David Schleef)
   * debian/local/xserver-wrapper.c: change nice() usage to fit SuSv2
     semantics; see Debian Bug #140012
   * debian/rules:
     - define special substvar F:XWSC-Special-Depends to take care of the fact
       that s390 doesn't build xserver-xfree86, and still keep the
       x-window-system-core metapackage useful
     - ship text version of xterm FAQ again (thanks, Laurent Bonnaud)
       (Closes: #137529)
   * debian/scripts/vars.*: define XWSC_SPECIAL_DEPENDS for all architectures
     except s390
   * debian/shlibs.local: resynced with xlibmesa3.shlibs (see below)
   * debian/xbase-clients.preinst.in: remove obsolete xconsole alternative if
     it exists (Closes: #131251)
   * debian/{xdm,xserver-common,xserver-xfree86}.templates.ca: added Catalan
     translations (thanks, Ivan Vilata i Balaguer) (Closes: #133791)
   * debian/xdm.templates.fr: added French translation (thanks, Jean-Christophe
     Dubacq)
   * debian/xdm.templates.it: added Italian translation (thanks, Matteo
     Dell'Amico) (Closes: #135915)
   * debian/xdm.templates.ja: added Japanese translation (thanks, Tomohiro
     KUBOTA)
   * debian/xfree86-common.doc-base.debian-x-faq: correct typo (thanks, Laurent
     Bonnaud) (Closes: #137524)
   * debian/xlibmesa3.shlibs: "libgl1" to "xlibmesa3 | libgl1" so that packages
     using this library don't get a pure virtual dependency in their control
     data (Closes: #135443)
   * debian/xserver-common.preinst.in: if /etc/X11/Xserver exists, echo a note
     it being obsolete, and move it (thanks, Joey Hess)
   * debian/xserver-common.templates.dk: added Danish translation (thanks,
     Dennis Haney) (Closes: #131611)
   * debian/xserver-common.templates.fr: updated French translation (thanks,
     Jean-Christophe Dubacq)
   * debian/xserver-common.templates.it: added Italian translation (thanks,
     Matteo Dell'Amico) (Closes: #135908)
   * debian/xserver-common.templates.ja: updated Japanese translation (thanks,
     Tomohiro KUBOTA) (Closes: #137861)
   * debian/xserver-xfree86.config:
     - big-time changes, mostly to support DEBIAN_FRONTEND=noninteractive
     - documented proper syntax for the shell functions used
     - changed syntax of exiting validate_* functions so that question priority
       is supplied as an argument, and updated all function invocations to
       correspond to this
     - new functions; validate_bus_id_db_input(),
       validate_monitor_frequency_db_input(), and auto_answer(); use these
       new validate_* functions when getting bus ID's and monitor data, instead
       of inlining the code
     - stopped using and eliminated tsl() function; dropped in favor of
       auto_answer() instead
     - collect information about installed video cards in one pass at the
       beginning of the script, and set NSERVERS, NDRIVERS, NCARDS, and MULTIHEAD
       accordingly
     - MULTIHEAD is now set if NCARDS is greater than one, not NSERVERS
     - updated and added some debugging messages
     - migrated debconf questions that MUST have answers, and do not have
       "safe" defaults, to use auto_answer() instead, note that if you do not
       pre-answer these questions and configure this package with the
       noninteractive frontend, the X server is NOT guaranteed to be configured
       in a sane way
     - change all autodetect questions to use auto_answer() function, set to
       false if the question cannot be asked, and stop setting the seen flag to
       false before asking the question (Closes: #137869)
     - specify MAY_BE_NULL variable on the same line as the call to
       validate_string_db_input, always
     - handle case where mdetect returns no output at all; also, break out of
       autodetection loop after one iteration if the autodetection question is
       not being aksed
     - don't do string compares on $?
     - pre-answer video card and monitor identifier questions with
       locale-specific generic answer when a default cannot be determined with
       probing
   * debian/xserver-xfree86.templates.fr: updated French translation (thanks,
     Jean-Christophe Dubacq)
   * debian/xserver-xfree86.templates.it: added Italian translation (thanks,
     Matteo Dell'Amico and Emanuele Aina) (Closes: #135966)
   * debian/xserver-xfree86.templates.ja: updated Japanese translation (thanks,
     Tomohiro KUBOTA)

 -- Branden Robinson <branden@debian.org>  Tue, 2 Apr 2002 14:30:05 -0500

xfree86 (4.1.0-14) unstable; urgency=low

   * patch #000_stolen_from_HEAD:
     - Alan Hourihane's fix for the server's ELF object loader on m68k
     - Phil Blundell and Adam C. Powell IV's patches for ARM support in the ELF
       object loader accepted upstream
 
   * patch #251,#312,#999_m68k_debug_elfloader: removed
 
   * debian/MANIFEST.*: updated to reflect restored configlet
   * debian/control:
     - xserver-common Conflicts: configlet (<= 0.9.22) to force ancient,
       API-incompatible, Progeny-only version of the configlet engine off of
       the system
     - xserver-common Suggests: configlet-frontends to gently encourage people
       to try out this new configuration mechanism
   * debian/local/dexconf: if we're moving an existing config file out of the
     way, just write the new one without reference to the old one
     (Closes: #129434)
   * debian/rules:
     - move two font aliases from xfonts-base to xfonts-base-transcoded, since
       that's where the actual fonts are (thanks, Manfred Wassman)
       (Closes: #128925)
     - ship the configlet again
   * debian/xdm.templates.de: added German translation (thanks, Veit Waltemath)
     (Closes: #129693)
   * debian/xserver-common.{config,templates*}: nice values max out at 19, not
     20; corrected validation code and templates accordingly
   * debian/xserver-common.files: restored the following files:
     - usr/share/configlets/xserver-common/desktop.xpm
     - usr/share/configlets/xserver-common/main.glade
     - usr/share/configlets/xserver-common/main.py
     - usr/share/configlets/xserver-common/monitor.xpm
     - usr/share/configlets/xserver-common/pointer.xpm
     - usr/share/configlets/xserver-common/videocard.xpm
     - usr/share/configlets/xserver-common/xserver.xpm
   * debian/xserver-common.templates.de: updated German translation (thanks,
     Andreas Metzler) (Closes: #129206)
   * debian/xserver-xfree86.config:
     - add missing "db_go" after input of simple monitor question (thanks, John
       R. Daily) (Closes: #129237)
     - correct cut-n-paste error in multiple video driver support code
   * debian/xserver-xfree86.templates*: correct spelling of "diaereses"
     (plural)
   * debian/xserver-xfree86.templates.de: updated German translation (thanks,
     Andreas Metzler) (Closes: #129357)
   * debian/xfonts-base-transcoded.{conffiles,dirs}: new files to support the
     above font alias fix

 -- Branden Robinson <branden@debian.org>  Mon, 28 Jan 2002 02:30:31 -0500

xfree86 (4.1.0-13) unstable; urgency=HIGH

   * the "this is what happens when you leave files with names like 'foo' and
     'butt' lying around in the debian/ directory of your source package"
     release
   * high-urgency upload because I accidentally broke imake on all
     architectures except arm, m68k, powerpc, and s390
 
   * really apply patch #450: new; Alex Williamson's ia64 patch to avoid
     programmed I/O in the ATI driver (Closes: #125834)
   * patch #063: new; fix for nonstandard textmode restoration on Matrox G450
     (thanks, Greg Norris) (Closes: #122121)
   * patch #907: fix cut-n-paste error which broke the xterm default foreground
     and background colors (Closes: #128807)
 
   * debian/local/dexconf: if config file exists but
     move_existing_nondebconf_config is true, ignore the existing one and
     overwrite it
   * debian/{xdm,xserver-common,xserver-xfree86}.templates.es: updated Spanish
     translation (thanks, David Martínez Moreno)
   * debian/xserver-xfree86.config: when backing up existing non-debconf config
     file out of the way, cp istead of mv'ing (Closes: #128826)
   * debian/xserver-xfree86.templates:
     - documented how to specify multiple XkbOptions
     - fixed bad paragraph separator and repeated word typo
   * debian/xutils.files: really ship /usr/X11R6/lib/X11/config
     (Closes: #128749)
   * debian/xserver-xfree86.postinst.in: if managing config file with debconf,
     always force move_existing_nondebconf_config to false and not seen after
     calling dexconf

 -- Branden Robinson <branden@debian.org>  Sat, 12 Jan 2002 03:31:53 -0500

xfree86 (4.1.0-12) unstable; urgency=low

   * patch #000_post-410: more fixes from xf-4_1-branch:
     + Fix a bug in readPciBIOS() that was causing incorrect values to be
       written back to the PCI config space (#5109, Luugi Marsan).
     + Fix twm core dump if no locales are present (#4902, Johnathan Kamens)
 
   * patch #000_stolen_from_HEAD:
     + Gerd Knorr's v4l fixes (memPhysBase issues in r128 and radeon drivers,
       and correct handling of multiple v4l devices) (Closes: #125865)
     + Default *sampleText*international to false in xfontsel's app-defaults
       file, since it breaks if the user has '*international: true' (#4842,
       Juliusz Chroboczek). (Closes: #126672)
     + Remove OS dependency from vgaHW.c, fixing colormap restoration on the
       Hurd. (Closes: #106605)
 
   * patch #000_stolen_from_HEAD_xterm: xterm patch #165
     + modify "uxterm" script to strip encoding part from environment
       variable before adding ".UTF-8" (based on Debian #125947, but
       using a more portable solution). (Closes: #125947)
     + add an assignment statement in VTInitialize() to make "awaitInput"
       resource work.
     + use new macros init_Bres(), etc., in VTInitialize() to add trace of
       the initialization of resources.
     + modify checks for $LC_ALL, related environment variables to ensure
       the resulting strings are nonempty (report by Markus Kuhn).
     + add an ifdef in charproc.c for num_ptrs variable in case all
       configure options are disabled.
     + modify definition of getXtermBackground() to avoid negative array
       index warning on Tru64 (report by Jeremie Petit).
     + improve fix from patch #165 (still Debian #117184, report by Matt
       Zimmerman <mdz@debian.org>) (Closes: #117184)
     + correct install rule for uxterm in Makefile.in, to handle the case
       where building in a different directory than xterm's source (patch by
       Paul Gilmartin).
     + documented ANSI.SYS-style cursor save/restore escape sequences in
       ctlseqs.ms, which are in xterm since X11R5.
     + correct two entries in the default charClass table, which did not
       follow the manpage comment about the character number corresponding
       to the class (patch by Marc Bevand <bevand_m@epita.fr>).
     + fix a couple of typos in comments in the app-defaults files (David
       Krause <xfree86@davidkrause.com>).
     + Modify UXTerm.ad's font5 resource so that xterm can display double
       width characters using a font distributed with XFree86 (#4962, Tomohiro
       KUBOTA). (Closes: #122109)
     + Restore a comparison to zero in getXtermBackground() still needed
       because some other parts of the code may pass a negative number.
     + Modify getXtermForeground() to also compare against MAXCOLORS so the two
       macros make similar range checks.
     + Also, add a couple of null-pointer checks to _GetSelection(), found in
       the trace-code while debugging the problem with getXtermBackground().
 
   * patch #052: update Imakefile to actually be cognizant of new "alt" symbols
     file from -9 (thanks, Jochen Voss) (Closes: #125933)
   * patch #058: new; manpages for ccmakedep, cleanlinks, gccmakedep, mergelib,
     and mkhtmlindex, courtesy of Colin Watson (Closes: #31398, #126424)
   * patch #059: new; install bdftruncate and ucs2any binaries without .pl
     extension, include manpages for them, and fix a typo in bdftruncate's
     usage message (Closes: #101456)
   * patch #060: new; install dynamic server modules with nonexecutable file
     mode (Closes: #88284)
   * patch #061: new; updates to Xserver(1) manual page
   * patch #062: new; fixes to proxymngr(1) manual page (Closes: #87279)
   * patch #251: new; Erik van Roode's m68k module loader fix
   * patch #450: new; Alex Williamson's ia64 patch to avoid programmed I/O in
     the ATI driver (Closes: #125834)
   * patch #907: resynced with patch #000_stolen_from_HEAD_xterm
 
   * debian/MANIFEST.*: updated to reflect new alt symbols file, new manpages,
     renamed bdftruncate and ucs2any executables, and removed configlet
   * debian/control:
     - correct typo in xlibs-dev's extended description (Closes: #125549)
     - xutils Replaces: xlibs-dev (<< 4.1.0-12) (see below)
   * debian/local/FAQ: added question "How do I add custom sections to a
     dexconf-generated XF86Config or XF86Config-4 file?"
   * debian/local/dexconf:
     - write out BusID parameter to XF86Config-4 files, if the template has a
       non-null value
     - remove rewriting of auto-detected /dev/input/mouse0 mouse port as
       /dev/input mice (code moved to xserver config scripts)
     - write out Mono, VGA2, and VGA16 Screen sections to version 3 XF86Config
       files
     - cannot use glob expansion anymore when writing version 3 XF86Config
       (Closes: #126339)
   * debian/local/update-fonts-{alias,dir,scale}: issue more warnings when
     these commands are misused
   * debian/local/xserver-wrapper.c: fix logic that was supposed to also allow
      unprivileged use of "-version" option but which actually forbade both
      "-showconfig" and "-verbose"; also let unprivileged users specify "-help"
      option to get a usage message
   * debian/rules:
     - gar, install xserver-xfree86 bug file in the correct rules
     - comment out install of configlet, since the configlet API has changed
   * debian/shell-lib.sh: add font_update() function to simplify font package
     maintainer scripts
   * debian/xdm.pam: remove reference to "pam_condev.so", since at this point
     it is unlikely that this Progeny-authored package will ever be uploaded to
     Debian (Closes: #127924)
   * debian/xfonts-{{100dpi,75dpi,base}{,-transcoded},cyrillic,scalable}.
     {postinst,postrm}.in: use new font_update function in shell-lib.sh
   * debian/xlibs.{conffiles,files*}: really ship new alt symbols file
   * debian/xlibs-dev.files*: stop shipping contents of
     /usr/X11R6/lib/X11/config
   * debian/xserver-common.files: temporarily removed the following files:
     - usr/share/configlets/xserver-common/desktop.xpm
     - usr/share/configlets/xserver-common/main.glade
     - usr/share/configlets/xserver-common/main.py
     - usr/share/configlets/xserver-common/monitor.xpm
     - usr/share/configlets/xserver-common/pointer.xpm
     - usr/share/configlets/xserver-common/videocard.xpm
     - usr/share/configlets/xserver-common/xserver.xpm
   * debian/xserver-common.templates.pt_BR: updated Brazilian Portuguese
     translation (thanks, Andre Luis Lopes) (Closes: #123342)
   * debian/xserver-xfree86.config:
     - fix broken migration from "Expert" to "Advanced" in monitor
       selection-method template
     - enable user to bypass video card, mouse, and monitor autodetection
       when the tools to perform them are installed
       (Closes: #79369, #88357, #117171)
     - populate driver list by scanning contents of server module directory, if
       possible (thanks, David Engel) (Closes: #123344)
     - enable user to specify BusID of primary video card (important for
       PowerPC and multihead users)
     - if /proc/fb does not exist but use_fbdev has already been set to true,
       force it to false (thanks, Roland Mas)
     - rewrite auto-detected /dev/input/mouse0 mouse port as /dev/input mice
       (code moved from dexconf)
     - skip monitor autodetection if horiz sync and vert refresh questions have
       answers, not just if they are seen
     - call db_go after db_input on LCD question (oops)
     - throw away a null monitor identifier from get-edid
     - (even) more verbose debugging output
   * debian/xserver-xfree86.templates:
     - added autodetect_{video_card,mouse,monitor} templates
     - removed retry_mouse_autodetection template
     - updated wording in config/device/driver template (Closes: #127966)
     - added config/device/bus_id template
     - added more information to config/monitor/mode-list template
     - correct typo in template description (thanks, Marius Gedminas)
       (Closes: #123308)
     - correct more typos in template description (thanks, Pete Lypkie)
       (Closes: #123784)
   * debian/xserver-xfree86.templates.pt_BR: updated Brazilian Portuguese
     translation (thanks, Andre Luis Lopes) (Closes: #123341)
   * debian/xutils.links: remove all links to undocumented(7) manpage
   * debian/xutils.files*:
     - ship new bdftruncate, ccmakedep, cleanlinks, gccmakedep, mergelib,
       mkhtmlindex, and ucs2any manpages
     - ship {bdftruncate,ucs2any} executables, not {bdftruncate,ucs2any}.pl
     - ship contents of /usr/X11R6/lib/X11/config (Closes: #126671)

 -- Branden Robinson <branden@debian.org>  Wed, 9 Jan 2002 13:06:44 -0500

2001

xfree86 (4.1.0-11) unstable; urgency=medium

   * the "honk if you ignore manpages and changelogs" release
   * medium urgency upload because some people were annoyed with the debconf
     enhancements in -10; this release attempts to be more things to more
     people, but due to the law of conservation of cluelessness, this means
     more incoherent anger will simply be concentrated among fewer people
 
   * patch #000_post-410: more fixes from xf-4_1-branch:
     + Autodetect when -fno-merge-constants is needed for building modules,
       and enable its use by default in those cases (Marc La France, David
       Dawes, Mike Harris).
 
   * debian/MANIFEST.s390: updated (thanks, Gerhard Tonn)
   * debian/control: tighten xserver-common's versioned dependency on debconf
     again, to 1.0.21, for the reasons mentioned in that version's changelog
     entry
   * debian/local/dexconf{,.8}: refuse to write anything if no debconf markers
     are in the config file (and document this change in behavior in the manual
     page, which no one reads anyway)
   * debian/local/xserver-wrapper.c: skip lines in Xwrapper.config that don't
     match expected format (e.g., comments)
   * debian/xserver-common.config:
     - don't ask any further debconf questions if the user does not wish to
       manage the wrapper config file with debconf
     - don't ask any further debconf questions if user chooses to manage config
       file with debconf but existing file has no markers and user refuses to
       move it
     - don't ask about clobbering the X server wrapper config file
     - fix validation test for nice value template (Closes: #123021)
   * debian/xserver-common.postinst.in: only write X server wrapper config file
     if user wants to manage it with debconf, and it contains debconf markers
   * debian/xserver-common.templates:
     - removed old "clobber X server wrapper config file" template
     - added "manager X server wrapper config file with debconf" template
     - added "move old non-debconf-marker-using config file" template
   * debian/xserver-xfree86.config:
     - don't ask any XF86Config-4 questions if user does not wish to manage the
       config file with debconf
     - don't ask any XF86Config-4 questions if user chooses to manage config
       file with debconf but existing file has no markers and user refuses to
       move it
     - don't ask about clobbering the X server config file
     - fix validation test for horizontal sync and vertical refresh string
       inputs (my fix for #120521 had problems) (thanks, Greg Norris)
       (Closes: #123070)
     - validation tests for double-quotes and numeric input were too generous;
       made stricter
     - add driver list for hppa architecture, containing only "fbdev"
   * debian/xserver-xfree86.postinst.in: only invoke dexconf if user wants to
     manage the config file with debconf
   * debian/xserver-xfree86.templates:
     - removed old "clobber X server config file" template
     - added "manage server config with debconf" template
     - added "move old non-debconf-marker-using config file" template
     - added internal-use-only keyboard/internal template (do not translate
       this template)
   * debian/xserver-xfree86.templates.pt_BR: updated Brazilian Portuguese
     translation (thanks, Andre Luis Lopes) (Closes: #123078)

 -- Branden Robinson <branden@debian.org>  Mon, 10 Dec 2001 04:41:36 -0500

xfree86 (4.1.0-10) unstable; urgency=high

   * the "advancing decrepitude" release
   * urgency high to make it into woody before freeze, plus this release fixes
     some dangling file descriptor problems in xfs which some people consider a
     security issue
   * patch #000_post-410: more fixes from xf-4_1-branch:
     + Make the vbe module build like the other modules.
     + Fix a casting problem which causes bdftopcf to write corrupted
       fonts on buffer boundaries (#A.522, Jakub Bogusz).
     + Add a missing sk_SK locale.alias entry (#A.553, Ladislav Kostal).
     + Fix a VT switching crash in the cirrus driver when acceleration is
       disabled (#A.489, Kirill V. Semenkov, #A.518, B. D. Elliott).
     + Fix an unresolved symbol warning in the i128 driver (#A.465, Paul).
     + Fix the return value information in the Xv library man pages (#A.458,
       Tommi Vainikainen).
     + Fix a bug in the Serbian XKB map (#A.424, Anton Zinoviev).
   * patch #000_stolen_from_HEAD:
     + remove cirrus alpine VT switching crash fix since it is now above
     + Alan Hourihane: Fix typo in PCI bus scanning that caused a hang when
       there was more than one PCI bus (#A.652, Uwe Dannowski).
     + Paulo César Pereira de Andrade: fixes to Xaw manpage
     + Keith Packard: bugfix to miwideline.c: width 1 lines sometimes skipped
       the join
   * patch #000_stolen_from_HEAD_xdm:
     + a bunch of compiler warning cleanups, and a new upstream fix for the
       xdm-server-crash-cycle-of-death that we've had our own patch for for a
       long time
   * patch #000_stolen_from_HEAD_xinit:
     + a bunch of compiler warning cleanups, and upstream's incorporation of
       our startx patches
   * patch #000_stolen_from_HEAD_xterm: xterm patches #163 and #164
     + modify xterm manual page and minstall.sh to allow imake rules to define
       location of app-defaults directory (Debian #87611)
     + correct a case where "ptyInitialErase" and "backarrowKeyIsErase"
       resources combine to set "DECBKM" mode, but a "reset" command would
       not reset xterm to that state, making the erase character revert to
       ^H (Debian #117184)
     + (Closes: #117184) (#87611 was already fixed in -9)
 
   * patch #002,021,024: use proper preprocessor test for "LinuxDebian"
   * patch #004,010,019,020: removed; incorporated upstream
   * patch #002: xdm updated to support proper daemonization under glibc-based
     systems and not mess with the pid file except to write to it once and
     close it; also more helpful error messages when pid writing fails
   # patch #003: xfs updated to support proper daemonization under glibc-based
     systems and not mess with the pid file except to write to it once and
     close it; also more helpful error messages when pid writing fails
     (Closes: #84693)
   * patch #011: resynced with #000_post_410
   * patch #018: removed; superseded by #053
   * patch #039:
     - fix typos in patches to xcalc and xclock manpages which
       prevented expansion of __apploaddir__
     - resync with 000_stolen_from_HEAD_xterm
   * patch #045: new; implement "saveLines" resource and command-line option
     for xconsole, so that the amount of message history can be controlled
     (Closes: #11429)
   * patch #046: new; support for bulding PIC-enabled static libraries as
     lib*_pic.a; build Xv, Xxf86dga, and Xxf86vm this way
     (thanks, Matthieu Herrb)
   * patch #047: new; version 1.8 of Mark Leisher's ClearlyU fonts
   * patch #048: new; migrate from "<XRoot>" notation to __projectroot__ in
     manual pages (Closes: #31213)
   * patch #049: new; patch by Harald Koenig to fix flickering problem on
     i815EM chipsets (Closes: #118038)
   * patch #050: new; miscellaneous fixups to XF86Config-4 manpage
     (Closes: #106127)
   * patch #051: new; cleanups to XKB macintosh/us symbols file
   * patch #052: new; new XKB "alt" symbols file (used like the ctrl symbols
     file) to permit swapping alt and meta keys, and making alt keys meta keys
   * patch #053: new; update to version 1.6.13 of Kevin Brosius's s3virge
     driver
   * patch #054: new; fix misspelling of "fifo_aggressive" in Cards file
     (thanks, Jeronimo Pelligrini)
   * patch #055: new; map AE12 key in XKB German nodeadkeys layout to use
     apostrophe instead of acute (thanks, Andreas Metzler) (Closes: #122525)
   * patch #056: new; add TrueType directory to default XftConfig file and
     don't try to use Lucidux fonts, which are not available in main
     (Closes: #107611, #122657)
   * patch #057: new; fix iso8859-15 compose file to account for lack of
     spacing diaeresis key and codepoint (thanks, Wolfgang Sourdeau and Rüdiger
     Kuhlmann) (Closes: #97433)
   * patch #311,312: fix for ARM cache flushing problem in XFree86 module
     loader (thanks, Phil Blundell)
   * patch #907:
     - remove commented-out workaround for xterm bug that has been fixed for a
       while now
     - add Athena version 7 niftiness to XTerm-color app-defaults file
 
   * debian/MANIFEST.*:
     - updated to reflect new *_pic.a objects
     - updated to reflect new xvfb-run command and manpage (except on s390)
   * debian/control:
     - tighten xlibs-dev's versioned dependency on xlibs
     - tighten xserver-xfree86's version dependency on xserver-common, so
       dexconf will be the version needed to support the debconf questions
     - new package: xlibs-pic (for extremely specialized use ONLY)
     - s/offscreen/off-screen/ in package descriptions (thanks, Matt Zimmerman)
   * debian/{libdps1,libxaw6,libxaw7,xlibmesa3,xlibosmesa3,xlibs}.
     post{inst,rm}.in: get right with Chapter 9 ldconfig policy
   * debian/local/FAQ: modernize some of the xmodmap discussion (thanks, Ernst
     Kloppenburg) (Closes: #119691)
   * debian/local/README.Debian-upgrade:
     - updated to document new xmodmap migration procedure (see below)
     - also extensively expanded for Release Notes fodder, and to cut out
       debconf abuse per Joey Hess
   * debian/local/Xsession: run_parts() should only return the names of plain
     files (thanks, Jeff Sheinberg) (Closes: #118172)
   * debian/local/debian{,bw}.xpm: updated, better-looking versions, courtesy
     of Jared Johnson (Closes: #120168)
   * debian/local/dexconf:
     - no longer completely overwrites XF86Config files; instead, just replaces
       the part between "### BEGIN DEBCONF SECTION" and "### END DEBCONF
       SECTION", so people can add their own ServerFlags sections, their own
       Layouts, do multi-head support, etc. etc. etc.
     - recognize all XFree86 3.x X servers
     - temporary directory should be named after dexconf, not dexter
     - don't write ServerFlags section anymore
     - write Modules section as configured by user (don't write if no Modules
       enabled)
     - write Files and DRI sections only if the templates say to do (Files only
       for version 3 servers)
   * debian/local/dexconf.8: updated
   * debian/local/uxterm: deleted in favor of the one that is now upstream
   * debian/local/xvfb-run{,.1}: new command and its manpage
   * debian/rules:
     - don't install local version of uxterm (it no longer exists)
     - install new xfvb-run command and its manpage
     - install new xserver-xfree86 hook file for bug and reportbug
   * debian/xbase-clients.conffiles:
     - add /etc/X11/xsm/system.xsm (thanks, Ronald E. Lipovits)
       (Closes: #118117)
     - add /etc/X11/app-defaults/Xmessage-color
   * debian/xbase-clients.{preinst,postinst,prerm}.in: change xkbcomp migration
     logic a little; if /etc/X11/Xmodmap is the version shipped with the
     package, delete it; otherwise, move it.  The reason is that the default
     version contained in the package contained only comments, and an example
     file is already shipped in /usr/share/doc/xbase-clients/examples.
     (thanks, Andreas Tille)
   * debian/xbase-clients.{templates*,config}: removed for debconf abuse
   * debian/xbase-clients.files: actually ship new Xmessage-color app-defaults
     file
   * debian/xdm.pam: add "nullok" to permit users without passwords to log in
     using xdm (Closes: #115535)
   * debian/xdm.{templates*,config}: put on a diet for debconf abuse
   * debian/xdm.templates.pt_BR: correct typos in translation (thanks, Pedro
     Zorzenon Neto) (Closes: #122437)
   * debian/{xdm,xfs}.init: use a regex test in stillrunning() instead of a
     literal string compare, because arguments also appear in
     /proc/$PID/cmdline, separated by nulls
   * debian/xfree86-common.postinst.in: change xkbcomp migration logic a
     little; if /etc/X11/Xsession.d/40xfree86-common_xmodmap is the version
     shipped with the package, delete it; otherwise, move it.  The reason is
     that, in all likelihood, people modifying it did not anticipate the
     changes in /etc/X11/Xsession that would render a slightly modified old
     version useless.  (thanks, Andreas Tille)
   * debian/xfs.README.Debian: corrected typo (thanks, Mark Purcell)
     (Closes: #117358)
   * debian/xfs.{templates*,config}: removed for debconf abuse
   * debian/xlibmesa3.{templates*,config}: removed for debconf abuse
   * debian/xlibs-pic.files: ship new *_pic.a objects
   * debian/xserver-common.{templates*,config}: put on a diet for debconf abuse
   * debian/xserver-common.templates.pt_BR: updated (thanks, Andre Luis Lopes)
     (Closes: #120845)
   * debian/xserver-xfree86.bug: new; hook file for bug and reportbug
   * debian/xserver-xfree86.{templates*,config}:
     - put on a diet for debconf abuse
     - improved XKB support (Closes: #84127)
     - don't permit doublequotes in string inputs (Closes: #116608)
     - well, Zephaniah Hull was his usual helpful self, so just give gpm users
       every option there is and let them figure it out; FAIR WARNING: any bugs
       filed against X asking about gpm repeater protocols will be reassigned
       to gpm; if you want sanity, dpkg -P gpm (Closes: #117711)
     - don't permit anything but digits in video RAM input (Closes: #121607)
     - support customization of Modules section
     - let the user disable the writing of the Files and DRI sections
     - remove question about clobbering XF86Config file, since we don't clobber
       it anymore
     - allow non-leading spaces in horizontal sync and vertical referesh inputs
       (thanks, Dr. Peter Kalthare) (Closes: #120521)
   * debian/xvfb.files: ship new xfvb-run command and its manpage

 -- Branden Robinson <branden@debian.org>  Thu, 6 Dec 2001 06:06:17 -0500

xfree86 (4.1.0-9) unstable; urgency=low

   * the "Wise Lord Ahura-Mazda, Hear My Prayer" release
 
   * patch #000_stolen_from_HEAD_xterm: xterm patch #162
     + correct logic that processes class option, so that a following -e option
       is handled (Debian #116297).
     + improve options-decoding to allow -version and -help options to be
       combined (Debian #110226).
     + add a 10 millisecond delay in event loop when processing -hold option,
       to avoid using too much CPU time (Debian #116213).
     - (Closes: #110226, #116213, #116297)
 
   * patch #001:
     - force building of GLX and GLU libraries on all Debian systems
     - allow building of GLX library without PIC symbols on Alpha, ARM, and
       SPARC as well as i386
   * patch #036: fix to imake.c to correct C library version detection on
     hppa; tested and works on hppa,i386,m68k,powerpc,sparc (thanks, Ben
     Collins) (Closes: #105934)
   * patch #037: recognize ATI Rage Pro 128 "PP" chips (Mike A. Harris)
   * patch #038: twm needs to be aware of POSIX getenv() semantics (Chris Bare)
   * patch #039: fix references to app-defaults directory in manpages
     (groundwork laid and xterm fixed by Thomas Dickey) (Closes: #87611)
   * patch #040: improved keysym description in xmodmap manpage (thanks,
     Jonathan Amery) (Closes: #105967)
   * patch #041: add prototype for XShmGetEventBase() to XShm.h
     (Closes: #37039)
   * patch #042: correction to XtSetKeyboardFocus() manpage (Closes: #25362)
   * patch #043: fix a mismatch between the XF86VidMode manpage and its header
     file, reference new XF86VidMode functions and structures in manpage, and
     install manpage aliases for new functions; however, I did not document how
     to use the new functions since I haven't written any code using this
     extension (Closes: #116499)
   * patch #044: fix markup error in XtFindFile() manpage (thanks, Jochen Voss)
     (Closes: #116615)
   * patch #907: resynced with #039
 
   * debian/MANIFEST.hppa: updated to reflect fixes to patch #001
   * debian/MANIFEST.*: (all but s390) updated to reflect new XF86VidMode*
     manpages
   * debian/control:
     - bumped versioned dependencies on debconf to >> 0.5, except in the case
       of xserver-common, which needs >= 1.0.16 due to a bugfix in debconf
     - mention in xserver-xfree86's extended description that loadable server
       module support is not available on hppa
     - add ia64 to architecture list for xlibosmesa-dev (shame on me)
   * debian/local/README.Debian-upgrade: xmh was resurrected from death; do not
     list it as nonexistent (Closes: #116562)
   * debian/local/Xsession.5: remove reference to "allow-user-xmodmap" from
     example code (Closes: #115161, #116818)
   * debian/xbase-clients.templates.pt_BR: added Brazilian Portuguese
     translation (thanks, Andre Luis Lopes) (Closes: #116447)
   * debian/xdm.config:
     - migrate from "isdefault" to "seen"
     - remove the default display manager file if the user changes his answer
       to the question (instead of only if the new choice is the same as the
       current package)
   * debian/xdm/postinst.in: if the default display manager file does not
     exist, write it with the name of the daemon of the selected display
     manager, if it isn't ours
   * debian/xdm.prerm.in:
     - migrate from "isdefault" to "seen"
     - remove the default display manager file if it currently references the
       display manager that is being removed, then write it if it does not
       exist after the user has answered the question
   * debian/xdm.templates: add xdm/daemon_name template; this is for internal
     use only and does not require translation
   * debian/xdm.templates.pt_BR: added Brazilian Portuguese translation
     (thanks, Andre Luis Lopes) (Closes: #116455)
   * debian/xfs.templates.pt_BR: added Brazilian Portuguese translation
     (thanks, Andre Luis Lopes) (Closes: #116458)
   * debian/xlibmesa3.templates.pt_BR: added Brazilian Portuguese translation
     (thanks, Andre Luis Lopes) (Closes: #116460)
   * debian/xlibs-dev.files: ship new XF86VidMode* manpages
   * debian/xserver-common.config:
     - migrate from "isdefault" to "seen"
     - uncomment code that tickled horrible, horrible bug in debconf 0.3.83
       (see change to debian/control above)
   * debian/xserver-common.templates.pt_BR: updated Brazilian Portuguese
     translation (thanks, Andre Luis Lopes) (Closes: #116508)
   * debian/xserver-xfree86.prerm.in: migrate from "isdefault" to "seen"
   * debian/xserver-xfree86.templates.pt_BR: updated Brazilian Portuguese
     translation (thanks, Andre Luis Lopes) (Closes: #116574)

 -- Branden Robinson <branden@debian.org>  Thu, 25 Oct 2001 08:09:08 -0500

xfree86 (4.1.0-8) unstable; urgency=medium

   * the "Bert is Evil" release
   * patch #000_stolen_from_HEAD_xterm: xterm patches #159, #160, #161
     includes "modify logic in main.c (see patch #145) to avoid generating the
     same identifier, for example, for /dev/tty1 and /dev/pts/1, which is used to
     denote an entry in the utmp file" (Closes: #84676)
 
   * patch #001: m68k can use -fPIC like everyone else (not -fpic)
   * patch #002:
     - use large fonts in xdm greeter for 1024-pixel-wide displays
       (thanks, Brendan O'Dea)
     - only display logo on 1024-pixel or wider displays
     - correct typo in widget translations (Closes: #115221)
   * patch #035: patch from Thorsten Kukuk to make leo driver report supported
     fbbpp correctly
   * patch #310: removed (see below)
   * patch #311,312: merged in some old ARM support patches thanks to Adam C.
     Powell IV
   * patch #350,400: resynced with ARM patches above
 
   * debian/control:
     - xserver-xfree86 Conflicts: libxfont-xtt, and
     - xlibs-dev Conflicts: libxfont-xtt-dev (Closes: #81993)
   * debian/local/README.Debian-upgrade: added paragraph about deprecation of
     Xmodmap usage by the default Xsession scripts
   * debian/local/Xsession: assign a default value of /tmp to $TMPDIR if it is
     unset and a value is needed (Closes: #115242)
   * debian/local/Xsession.d/99xfree86-common_start: don't quote $REALSTARTUP
     (Closes: #113878)
   * debian/local/Xsession.options: remove "allow-user-modmap" from default
     version of file since this option is no longer supported
   * debian/rules: set LC_ALL to C when generating MANIFEST files so that
     localization of the build environment doesn't generate false negatives in
     the MANIFEST check (thanks, Martin Albert) (Closes: #114729)
   * debian/{xbase-clients,xfree86-common}.preinst.in: only move unmodified
     xmodmap-related conffiles if upgrading from << 4.1.0-7
   * debian/xserver-common.templates.es: added Spanish translation (thanks,
     Carlos Valdivia Yagüe) (Closes: #114664)

 -- Branden Robinson <branden@debian.org>  Fri, 19 Oct 2001 09:43:38 -0500

xfree86 (4.1.0-7) unstable; urgency=high

   * patch #000_stolen_from_HEAD:
     + Paulo César Perira de Andrade: fix problem when calling
       XawTextSetSource()
     + SECURITY: don't let a non-root user halt the machine by having X send
       SIGUSR1 to init (Thomas Moestl).
     + SECURITY: set default value of authComplain resource in xdm to true.
       This closes a hole where anyone can connect to the X server if the xdm
       auth dir doesn't exist (Galen Hancock).
 
   * patch #000_stolen_from_HEAD_xterm: xterm patch #159
 
   * patch #007: more sensible redirection to stderr
   * patch #011: more Chinese localization updates, courtesy of Anthony Fok and
     ThizLinux Laboratory, Ltd.
   * patch #031: changes to xmessage's app-defaults from Paulo César Perira de
     Andrade
   * patch #032: add a ComplexCplusplusProgramTargetNoMan() Imake rule
   * patch #033: rename XF86Config manpage to XF86Config-4 (Closes: #92178)
   * patch #034: Paul Anderson and Pontus Lidman's fix for keyboard typematic
     setting on systems that have the I/O port but no PS/2 controller
 
   * debian/MANIFEST.{m68k,sparc}: fixed an error introduced in -6
   * debian/{MANIFEST.*,rules,xbase-clients.conffiles*,xbase-clients.files*}:
     stop shipping /etc/X11/Xmodmap (it's now an example file)
   * debian/{MANIFEST.*,xserver-common.files*}: ship XF86Config.7
   * debian/{MANIFEST.*,xserver-xfree86.files*}: ship XF86Config-4.5x
   * debian/README: updated to discuss "checksource"
   * debian/*.{preinst,postinst,prerm,postrm}.in: put package and script name
     into shell variables; a few other miscellaneous cleanups
   * debian/*.{links,undocumented}: debhelper doesn't know how to handle links
     for manpages from /usr/X11R6 to undocumented(7), so do it manually in the
     links files
   * debian/control:
     - downgrade libxaw6-dev's priority to extra
     - fix typo in xlibs's extended description (Closes: #113336)
     - xlib6g now conflicts with packages that are no longer supported in
       Debian and do not comply with the Debian app-defaults policy
     - xlibs Replaces: qcad (<< 1.4.6-1)
   * debian/local/FAQ: added question "I recently upgraded some packages, and
     now instead of readable text, some characters appear as little gray boxes.
     Why?"
   * debian/local/XF86Config.7: wrote new manpage that explains where to find
     various manpages for the 3.x servers and 4.x server
   * debian/local/Xsession:
     - use an internal version of run-parts in anticipation of having one in
       debianutils someday that doesn't care if the files are executable
     - send error messages to stderr
     - declare message(), message_nonl(), errmsg(), and internal_errmsg()
       functions, and use them
     - cleaned up up script style a bit (upcased shell variable names, etc.)
   * debian/local/Xsession.5: extensive rewrite; now describes current behavior
     of Xsession script, and how to write your own Xsession.d script to, say,
     merge in Xmodmap files (Closes: #103068,#112408)
   * debian/local/Xsession.d/*:
     - cleaned up up script style a bit (upcased shell variable names, etc.)
     - use run-parts --test instead of custom-crafted equivalent
     - use the message() and errmsg() functions
   * debian/local/Xsession.options.5: updated
   * debian/local/dexconf: write out FBDev Screen sections for 3.x servers
   * debian/rules: new rule "checksource", that makes sure the patches apply
     cleanly
   * debian/scripts/source.unpack: tell tar explicitly to read from stdin
     (thanks, Philippe Troin) (Closes: #112693)
   * debian/shell-lib.sh: updated to include the signal handler
   * debian/xbase-clients.examples: created; debian/local/Xmodmap now ships as
     an example file
   * debian/xbase-clients.{preinst,postinst,postrm}.in: if /etc/X11/Xmodmap has
     not been modified, move it out of the way (it is no longer a conffile)
   * debian/xdm.prerm.in: remove /etc/X11/default-display-manager if it exists
     and it refers to the display manager being removed (Closes: #113070)
   * debian/xfree86-common.{preinst,postinst,postrm}.in:
     - stop managing /usr/X11R6/lib/X11/rgb.txt manually; the packaging system
       is smart enough to handle it
     - if /etc/X11/Xsession.d/40xfree86-common_xmodmap has not been modified,
       move it out of the way (it is no longer a conffile)
   * debian/xlibs.{preinst,postinst,postrm}.in: when upgrading from < 4.0,
     just nuke the whole app-defaults directory in /usr
   * debian/xlibs.{links,postinst.in}: create the app-defaults symlink in the
     postinst so dpkg doesn't howl about file overlaps that don't exist in
     reality (because the xlibs preinst script gets things out of the way);
     in woody+1, this kludge can be reversed
   * debian/xserver-common.postrm.in: if purging package, delete
     /etc/X11/XF86Config
   * debian/xserver-xfree86.templates: removed specific mention of "<>" key
     from pc102/pc105 keyboard description (Closes: #112141)
   * debian/xterm.menu: fix uxterm's menu entry title (Closes: #112619)

 -- Branden Robinson <branden@debian.org>  Wed, 3 Oct 2001 20:58:54 -0500

xfree86 (4.1.0-6) unstable; urgency=medium

   * patch #000_post-410: more fixes from xf-4_1-branch:
     + SECURITY: fix glyph clipping for large origin (Keith Packard).
       Reported to be remotely exploitable through konqueror or netscape
       by Georgi Guninski.
     (This is a fix for a denial-of-service attack permitting arbitrarily long
     URL's in some web browsers to crash the X server.)
 
   * patch #000_stolen_from_HEAD:
     + Keith Packard: Prevent TWM crash on missing window name.
       (Closes: #112048)
   * patch #000_stolen_from_HEAD_xterm: xterm patches #157 and #158
     (includes fix for ptyInitialErase) (Closes: #105579)
 
   * patch #027: fix for bad abnt2 keyboard keycode from Flavio Bello Fialho
     (Closes: #111932)
   * patch #028: chips driver fix from Jens Taprogge (Closes: #107248)
   * patch #029: fix for ATI Radeon + AMD Irongate chipset lockup issues
     (thanks, Aaron Lehmann) (Closes: #112265)
   * patch #030: ship some extension header files that weren't getting shipped
     (Closes: #25863)
     /usr/X11R6/include/X11/extensions/XLbx.h
     /usr/X11R6/include/X11/extensions/bigreqstr.h
     /usr/X11R6/include/X11/extensions/extutil.h
     /usr/X11R6/include/X11/extensions/mitmiscstr.h
     /usr/X11R6/include/X11/extensions/multibufst.h
     /usr/X11R6/include/X11/extensions/shapestr.h
     /usr/X11R6/include/X11/extensions/shmstr.h
     /usr/X11R6/include/X11/extensions/syncstr.h
     /usr/X11R6/include/X11/extensions/xcmiscstr.h
     /usr/X11R6/include/X11/extensions/xteststr.h
   * patch #907: the workaround for #105579 should now no longer be necessary;
     commented it out
 
   * debian/MANIFEST.*:
     - add etc/X11/app-defaults/UXTerm, usr/X11R6/bin/uxterm, and
       usr/X11R6/man/man1/uxterm.1x
     - add new extension header files resulting from patch #030
   * debian/control:
     - unversion xlibs-dev's replacement of libxfont-xtt-dev
     - unversion xserver-xfree86's replacement of libxfont-xtt (Closes: #81993)
     - xlibmesa-dev depends on xlibs-dev because GLX uses X headers
       (Closes: #105932)
   * debian/local/uxterm: shell script that invokes xterm with "-class UXTerm"
   * debian/local/uxterm.1x: simple manpage for uxterm script
   * debian/rules:
     - you can now set the IGNORE_MANIFEST_CHANGES environment variable to
       render a MANIFEST file discrepancy non-fatal
     - install "uxterm" shell script and manpage
   * debian/xdm.init: use && and multiple tests instead of test's -a operator,
     because we want a short circuit (thanks, Gordon Sadler) (Closes: #112348)
   * debian/xdm.postinst.in: invoke db_stop after doing debconf stuff, so
     debconf doesn't intercept stdout from xdm's init script and choke on it
     (thanks, Ryan Murray)
   * debian/xfree86-common.{preinst,postinst,postrm}.in: migrate existing
     /usr/X11R6/lib/X11/rgb.txt to /etc/X11/rgb.txt.xfree86-common-old, not
     /etc/X11/rgb.txt
   * debian/xlibmesa3.{config,templates}: tell people about libglide3 package
     and when they might need it (Closes: #80600)
   * debian/xlibs.links: ship /usr/X11R6/lib/X11/app-defaults as a symlink
   * debian/xlibs.{preinst,postinst,postrm}.in: migrate legacy app-defaults
     files to /etc/X11/app-defaults/$WHATEVER.xlibs-old
   * debian/xlibs.prerm.in: removed; no longer needed
   * debian/xserver-xfree86.postinst.in: warn if /etc/X11/X is not a symlink
     (Closes: #98493)
   * debian/xserver-xfree86.templates.sv: much-belated addition of Swedish
     translations (thanks, André Dahlqvist) (Closes: #83349)
   * debian/xterm.conffiles: add etc/X11/app-defaults/UXTerm
   * debian/xterm.files: add etc/X11/app-defaults/UXTerm, usr/X11R6/bin/uxterm,
     and usr/X11R6/man/man1/uxterm.1x
   * debian/xterm.menu: add entry for uxterm
   * debian/xterm.{postinst,prerm}: add and remove x-terminal-emulator
     alternative for uxterm
 
   * The above uxterm-related changes together fix a bug. (Closes: #108372)

 -- Branden Robinson <branden@debian.org>  Mon, 17 Sep 2001 06:35:42 -0500

xfree86 (4.1.0-5) unstable; urgency=high

   * High urgency upload because the version in testing is ancient, has
     non-free code in the source tarball, and this version is the first in
     quite some time that should build on all architectures in unstable without
     kludges.
 
   * patch #000_post-410: more fixes from xf-4_1-branch:
     + Fix DPMS support in i128 driver (Robin Cutshaw).
 
   * patch #000_stolen_from_HEAD:
     + Mark Vojkovich: Fix null pointer dereference in Xinerama extension when
       no Xv-enabled adapters are present. (thanks for the heads-up, Stephen
       Frost) (Closes: #107385)
     + Fix a VT switching crash in the cirrus driver when acceleration is
       disabled. (Closes: #109678)
 
   * patch #800: gnu.cf updates from Marcus Brinkmann
   * patch #801: new; build PCI bus code on the Hurd (Closes: #109845)
 
   * debian/control:
     + replaced Build-Dependency "kernel-headers-2.4 [!m68k]" with
       "kernel-headers-2.4 [!hurd-i386]"; m68k now has 2.4 headers, and of
       course the Hurd does not (Closes: #109814)
     + corrected typo in xspecs' extended description
     + x-window-system metapackage no longer depends on any -dbg or -dev
       packages, and now depends on xdm
   * debian/xserver-xfree86.examples.mips: ship example XF86Config.indy file
     (Closes: #109596)
   * debian/xserver-xfree86.files.mips{,el}: ship manpages for the following
     modules: mga glint nv s3virge sis savage trident chips tdfx fbdev ati
     (thanks, Guido Guenther) (Closes: #110871)
   * debian/xserver-xfree86.templates: give people no guidance at all in
     selecting mouse protocols because "anyone who writes a debconf question
     like that deserves a bug report. You're told not to do so in the debconf
     tutorial."
   * debian/MANIFEST.mips: updated (thanks, Ryan Murray) (Closes: #110896)

 -- Branden Robinson <branden@debian.org>  Wed, 5 Sep 2001 17:20:25 -0500

xfree86 (4.1.0-4) unstable; urgency=low

   * patch #000_post-410: more fixes from xf-4_1-branch:
     + Fix problem with xfs when talking with 3.3.6 servers. (Closes: #107406)
     + Support Trident ISA Cyber9320 chip (Alan Hourihane).
 
   * patch #025: create /dev/dri directory with more careful permissions
     (thanks, Brendan O'Dea) (Closes: #110475)
 
   * debian/MANIFEST.arm: updated (thanks, Adam C. Powell IV)
   * debian/local/xserver-wrapper.c: check mode of DRI device directory, if it
     exists, and warn if it is weird
   * debian/shell-lib.sh:
     - fix grievous typo in analyze_path (Closes: #110630)
     - also made script more helpful (thanks, Andrew Suffield)
   * debian/xserver-xfree86.config: add chips, glint, imstt, savage, tdfx, and
     trident to available driver list for ARM
   * debian/xserver-xfree86.files.arm: add imstt and tdfx drivers and manpages

 -- Branden Robinson <branden@debian.org>  Thu, 30 Aug 2001 16:03:00 -0500

xfree86 (4.1.0-3) unstable; urgency=low

   * patch #000_post-410: more fixes from xf-4_1-branch:
     + Improve "true Big5" and "Emacs Big5" support (#4792, Yong Li, #4798,
       Tomohiro KUBOTA).
     + Fix a non-standard character set bug in Xlib (#4792, Ivan Pascal).
     + Fix for the savage driver on 64-bit platforms (#4788, Jay Estabrook).
     + Xv fix for the r128 driver on big-endian architectures (#4781,
       Michel Dänzer).
     + Fix an Xlib bug that affects conversion from CTEXT to multibyte /
       wide character (#4780, Tomohiro KUBOTA, , #4783, Bruno Haible).
     + Release notes and Status doc fixes (#4778, 4779, Branden Robinson).
     + 64-bit fix for lib/X11/ImUtil.c (#4773, Mike Harris).
     + Fix dashed lines for the r128 driver on big-endian architectures
       (#4769, Michel Dänzer).
     + Fix Xlib's parsing of CTEXT with multi-byte characters in GR (#4761,
       Juliusz Chroboczek).
     + Fixes for the Romanian (ro) XKB map (#4746, Marius Andreiana).
     + Add a locale alias for "th_TH.TIS-620" (#4827, Theppitak
       Karoonboonyanan).
     + Accomodations for newer GCC's (#4803, Mike Harris).
     + Fix some typos in the iso8859-2 Compose file (#4799, Kamil Toman).
     + Don't reference the log file in the FatalError message if it hasn't
       been opened yet (#4793, Branden Robinson).
 
   * patch #002:
     - s/BIN/BINDIR/ for path to chooser (Closes: #108446)
     - use Debian logo pixmaps (Closes: #96112)
   * patch #011: updates to Chinese localization patch
     - added some renamings of "zh" to "zh_CN" in locale.dir for consistency
     - rename zh Compose file to zh_CN, and update compose.dir
   * patch #021: patch to make xman respect /etc/manpath.config, and fix bug in
     manpath concatenation (thanks, Colin Watson) (Closes: #108382)
   * patch #022: Egbert Eich's cirrus driver fixes
   * patch #023: new DFSG-free license for xc/utils/patch
   * patch #024: workaround module loader problem on ia64 (Closes: #109972)
   * patches #014,015,017,150,151: removed; now upstream
   * patch #152: backed out, betting that it causes bigtime breakage
     (Closes: #107349)
   * patch #907: add *ptyInitialErase: true and *ttyModes: erase ^? to XTerm
     app-defaults file (the latter can come out once a different bug is fixed
     upstream) (works around but does not close #105579)
 
   * debian/MANFIEST.hppa: updated (thanks, LaMont Jones) (Closes: #108185)
   * debian/MANIFEST.s390: updated (thanks, Gerhard Tonn)
   * debian/MANIFEST.*: updated to reflect addition of debian{,bw}.xpm and
     renaming of zh localization directory to zh_CN
   * debian/control:
     - cosmetic fixups to some extended descriptions (Closes: #109128)
     - xdm Provides x-display-manager (see Pax Displayicus Managerius below)
     - added versioning of (>> 0.5) to xterm's dependency on debconf, since
       we're now using "seen" instead of "isdefault"
     - xlibmesa3 depends on debconf
     - really added "x-window-system-core" and "x-window-system" metapackages
       for tasksel
   * debian/local/debian.xpm: Debian logo courtesy of Sean Perry
   * debian/local/debianbw.xpm: ugly monochrome version of Debian logo
     (Who needs an image editor when you've got vim?)
   * debian/local/dexconf:
     - run error messages through fold for pretty-printing
     - Better ways of using test(1), lesson #36642:
       BAD:  [ "$FOO" ]
       GOOD: [ -n "$FOO" ]
       BAD:  [ ! "$FOO" ]
       GOOD: [ -z "$FOO" ]
       (because what if $FOO is e.g., "-e")?
   * also applied above "lessons" to several maintainer scripts that needed
     them
   * cosmetic fix to several maintainer scripts; no need to add a space before
     closing quote on a continued-line argument to message(), since argument
     expansion will introduce a space anyway
   * debian/libxaw{6,7}-dbg.links: keep symlinks within debug library
   * debian/{rules,xfree86-common.docs}: stop shipping LICENSE; all this info
     is already in debian/copyright
   * debian/shell-lib.sh:
     - only use a perl script inside a shell function for "readlink" if the
       command does not exist, in which case complain about the lack of a
       modern debianutils (a required package) (Closes: #82362)
     - add an analyze_path() function (courtesy of Randolph Chung) that gets
       called when our symlink sanity checks fail in the postinst; this may
       help track down what causes these rare but puzzling bugs
     - a bunch of cosmetic and syntactical tweaks
   * debian/xdm.{conffiles,files}: ship debian.xpm and debianbw.xpm, and mark
     them as conffiles
   * debian/xdm.undocumented: identify chooser manpage as nonexistent
   * debian/xdm.{config,init,postinst.in,prerm.in,templates}: implement Pax
     Displayicus Managerius; in brief...
     - implement a debconf shared template, shared/default-x-display-manager
     - init script only starts the display manager daemon if it is the selected
       default display manager
     - in conjunction with the other display managers doing the same thing,
       (Closes: #64967)
   * debian/xlibmesa3.config: uncomment version check code since we finally
     have an official Linux kernel with the new DRM modules
   * debian/xlibmesa3.postinst.in: source the debconf confmodule
   * debian/xlibmesa3.templates: tweak wording in template since the Linux
     kernel guys seem to be balky about including new direct rendering modules
   * debian/xlibmesa3-dbg.links: the symbolic linking was pretty confused;
     fixed it (Closes: #107736)
   * debian/xlibmesa-dev.links: correct global replacement run amok that put
     the .so symlinks in the wrong directory (Closes: #107645)
   * debian/xlibosmesa-dev.links: same fix as to xlibmesa-dev.links
     (Closes: #108024)
   * debian/xlibosmesa3-dbg.links: same fix as to xlibmesa3-dbg.links
   * debian/xlibs.preinst.in: this solitary script escaped the massive
     maintainer script overhaul of 4.0.3-1; how?  The world may never know.
     Overhauled it.
   * debian/xlibs.files*: s@zh/Compose@zh_CN/Compose@
   * debian/xserver-xfree86.config: change isdefault flags to seen and reverse
     sense of tests and sets
   * debian/xserver-xfree86.templates.de:
     - spelling and grammatical corrections courtesy of Erich Schubert and
       Michael Piefel (Closes: #99349)
     - no need to translate default of a select or multiselect template
   * debian/xterm.config: s/isdefault true/seen false/
   * debian/xterm.postinst: source the debconf confmodule
   * debian/xterm.templates.pt_BR: added Brazilian Portuguese translation
     (thanks, Andre Luis Lopes) (Closes: #108545)

 -- Branden Robinson <branden@debian.org>  Mon, 27 Aug 2001 16:09:49 -0500

xfree86 (4.1.0-2) unstable; urgency=low

   * debian/*.alpha updated (thanks, Chris Chimelis)
   * MANIFEST updated for hppa (thanks, LaMont Jones)
   * MANIFEST updated for mips (Closes: #107338) and mipsel (Closes: #107340)
     architectures (thanks, Ryan Murray)
   * updated MANIFEST.* (except arm) to include new transcoded versions of
     luBIS19 font
   * patch #000_post-410: more fixes from xf-4_1-branch:
     + upstream has committed the xfs DoS fix to this branch
   * patch #000_stolen_from_HEAD: more fixes from the main CVS trunk
     + Alan Hourihane: Fix horizontal stripe problem in Permedia3 driver.
   * patch #000_xfs_SECURITY_DoS_fix: deleted (see above)
   * patch #001: don't #define HasLinuxInput if we're on an m68k box
     (this, as well as the Build-Dep exclusion below, can go away once m68k has
     a 2.4 kernel)
   * patch #002: #ifdef LinuxDebian, set DEFAULTVT to vt7, so that we actually
     specify a default vt in /etc/X11/xdm/Xservers
   * patch #020: fix for PCF writing problem (thanks, Mike A. Harris)
     (Closes: #81056)
   * patch #100: one-line update to PCI domain patch
   * patch #400: HPPA fixes from LaMont Jones
   * updated debian/*.s390 (thanks, Gerhard Tonn)
   * debian/*.templates.de: much-needed updates to German translations (thanks,
     Philipp Matthias Hahn) (Closes: #107063,#107064,#107065,#107066,#107067)
   * debian/{xserver-xfree86,xterm}.templates.fr: updated French translations
     (thanks, Jérôme Schell)
   * debian/control:
     - added "x-window-system-core" and "x-window-system" metapackages for
       tasksel
     - make the *-transcoded font packages' short descriptions distinct from
       their non-transcoded brethren
     - the *-transcoded packages Replace their non-transcoded counterparts (<<
       4.1.0), and the old (pre-potato) names of those packages
       (Closes: #107279)
     - the *-transcoded packages also Conflict with
       xfonts-biznet-iso-8859-2-{100dpi,75dpi,base} (<< 3.0.0-10), because they
       violate Debian Policy 12.8.5.14 ("Font packages must not provide alias
       names for the fonts they include which collide with alias names already
       in use by fonts already packaged."). (Closes: #107490)
     - removed the language about xfonts-base-transcoded being required for the
       "fixed" font (erroneous paste from the xfonts-base description)
     - added "kernel-headers-2.4.7 | kernel-headers-2.4 [!m68k]" to
       Build-Depends
     - bumped Standards-Version to 3.5.6
   * debian/copyright: added SGI FREE SOFTWARE LICENSE B (Version 1.1
     [02/22/2000]) to license list (Closes: #107149)
   * debian/local/dexconf:
     - minor fixup in the format of an error message
     - it is acceptable for the value of use_fbdev to be undefined
       (Closes: #107390)
   * debian/shell-lib.sh:
     - add -s argument to fold so that it doesn't break lines in the middle of
       words
     - new function, internal_errormsg(), for problems that are the package's
       fault rather than the sysadmin's
     - check_symlinks_and_bomb() uses internal_errormsg() now, not errormsg()
   * debian/xdm.*: laid commented-out groundwork for the Pax Displayicus
     Managerius (Message-ID: <20010803034044.A11521@deadbeast.net>)
   * debian/xfonts-{75,100}dpi{,-transcoded}.files: ship previously ungenerated
     ISO-8859 versions of luBIS font

 -- Branden Robinson <branden@debian.org>  Fri, 3 Aug 2001 02:08:05 -0500

xfree86 (4.1.0-1) unstable; urgency=medium

   * new upstream version (Closes: #68843,#79939,#85954,#97765,#99406)
   * Thanks to those who have been patient while I prepared these packages, and
     those who have already tested them.
 
   * patch #000_post-410: some fixes from xf-4_1-branch:
     + Add two missing symbols to loader reference for the glint driver
       (#4740, Mike Harris).
     + Fix glide driver that causes -configure to fail for all drivers
       (Alan Hourihane).
     + Fix broken TGA driver (Alan Hourihane).
     + Fix FIFO reset trouble in tdfx driver by lowering the FIFO size due to
       suspect code in Glide3. (Alan Hourihane).
     + Fix Xvideo in tdfx driver when using YUY2 or UYVY data (Alan Hourihane).
     + Fix problem in Ib/Xaw/AsciiSrc.c:nitStringOrFile() when descriptor 0
       is closed, as a zero return value from open(2) is taken as an error
       (splite at purdue.edu).
     + Add missing vbeFree symbol to mga driver (Alan Hourihane).
     + Fix fatal bug in XAA's N-to-N CopyPlane acceleration (#4782, Elliot
       Lee).
     + Fix 3Dfx Voodoo Banshee timing problem (Alan Hourihane).
     + Fix Radeon VE support (Alan Hourihane).
     + Fix int10 build for GCC 3.0 (Marc La France).
     + An attempt at fixing the i740 driver to not reference options
       before they are collected (Marc La France).
 
   * patch #000_stolen_from_HEAD: some fixes from the main CVS trunk
     + Alan Hourihane: fix typo in Bitmap.h (#4757)
     + Mark Vojkovich: The tdfx driver wasn't setting pScrn->fbOffset.  This
       seems to have been preventing the V4L module from working properly.
     + Marc Aurele La France: Fix bogus handling of BUS_CNTL Mach64 register
     + Mark Vojkovich: Have fb observe the pGC->fExpose flag.
     + Paulo Cesar Pereira de Andrade: The fbdev driver uses the same DGA
       initialization code as the vesa driver, this fix the bug the same way
       done in the vesa driver.
     + Matthieu Herrb: shared libXft minor revision number increment
     + Mark Vojkovich: Fix bug in ProcDbeGetVisualInfo reported by HP.
 
   * patch #000_xfs_SECURITY_DoS_fix: Paulo César Pereira de Andrade's fix for
     denial-of-service vulnerabilities in xfs; in Debian, this vulnerability
     was a local DoS only, because in our default configuration, xfs does not
     listen on a TCP port
 
   * patch #004: do not use the xserverrc if a display argument is given
     (really Closes: #99481)
   * patch #016:
     - update several InstallManPageAliases rules to install actual versions of
       manpages that are mentioned (Closes: #99598)
     - update mkfontdir manpage to not mention fonts.dir, fonts.scale,
       fonts.alias, and encodings.dir in the NAME section because
       InstallManPageAliases cannot install aliases from one manual section to
       another (Closes: #99599)
   * patch #017: small patch to not have server abort message mention server
     logfile if the logfile was never opened
   * patch #019: fix broken Imakefile for VBE server module that treated it
     like a library
   * patch #100: David S. Miller's PCI domain patch for SPARC (Closes: #99737)
   * patch #150: Michel Dänzer's Rage128 video endianness fix
   * patch #151: Michel Dänzer's Rage128 accelerated dashed bresenham
     endianness fix
   * patch #152: David Gibson's Rage128 fix for video mode saving and restoring
     when there is no video BIOS (such as on a PowerPC...)
   * patch #200: Brian Paul's GLX memory alignment fix for Alpha
   * patch #303: updates to arm, hppa, and s390 PCI support
   * patch #350,351: mips and mipsel support fixes from Guido Guenther
   * patch #907: use colors from rgb.txt instead of the rgbi colorspace in an
     effort to fix things for people who use absurdly shallow color depths.  If
     this doesn't work, edit the app-defaults conffile like a Real Man.
     (Closes: #96496,#105624)
 
   * updated MANIFEST.{i386,ia64,m68k,powerpc,sparc}
   * debian/*.{pre,post}{inst,rm}.in:
     - found and cleaned up some stylistic cruft from the massive maintainer
       script overhaul
     - use message_nonl() instead of echo -n
     - consolidate message() + errormsg() into plain errormsg()
   * debian/*.suid: removed due to deprecation of dh_suidregister
   * debian/*.templates.{pt_BR,ja}: added trailing spaces after the colons for
     blank fields; for some reason debconf freaks if there is no trailing space
   * debian/{*.shlibs,shlibs.local}: bumped versioning to >> 4.1.0, and added
     libXmuu to xlibs.shlibs
   * debian/README: added warning not to build official architecture: all
     packages on alpha or ia64 (xfonts-pex can't be built on those arches, so a
     package would be missing)
   * debian/control:
     - upstream has dug xmh out of grave; restored to hideous unlife
     - added ia64 to architecture list for libosmesa{3,-dbg,-dev}
     - add references to dpsexec, dpsinfo, glxgears, texteroids, and xftcache
       utilities in xbase-clients's description
     - remove reference to SuperProbe in xutils's description
     - add references to bdftruncate.pl, ccmakedep, cleanlinks, and ucs2any.pl
       in xutils's description
     - fsinfo renamed to xfsinfo, xutils's description updated accordingly
     - xlibosmesa{3,3-dbg,-dev}: now available for powerpc architecture
     - xfonts-base Conflicts/Replaces/Provides xfonts-cjk
     - added versioning to Build-Depends on libglide-{2,3}-dev, since the
       compile will error out if the version of glide is too old
     - added xfonts-{100dpi,75dpi,base}-transcoded: Because XFree86 4.1.0 ships
       many fonts encoded in ISO 10646-1, these packages contain various ISO
       8859 (other than Latin-1) -encoded versions of the fonts in
       xfonts-{100dpi,75dpi,base}, which contain ISO 10646-1 and ISO 8859-1
       versions.  Additionally, xfonts-base-transcoded contains several KOI8-R
       versions of some of the fonts in xfonts-base.  Fonts in other encodings
       without an ISO 10646-encoded version remain in the non-"-transcoded"
       version of the package.  In sum, no fonts have been removed from the
       existing xfonts-{100dpi,75dpi,base} packages; ISO 10646 versions have
       been added to them; and people seeking other encodings are encouraged to
       install the xfonts-{100dpi,75dpi,base}-transcoded packages.
     - added "libxaw6-dev |" before xlib6g-dev's dependency on libxaw-dev
       (Closes: #103885)
     - xserver-common and xterm now Conflict: suidmanager (<< 0.50) per the
       dh_suidregister manpage
   * debian/copyright: updated
   * debian/local/FAQ:
     - added questions:
       + What are app-defaults?
       + What is the difference between "bits-per-pixel" and "color depth"?
       + Why does the "single-quote" (') symbol in the fonts not look the way
         it used to?
       + How do I use Xnest, the nested X server?
     - updated questions:
       + What is the X Window System?
       + How do I change the color depth of my X server?
       + Why doesn't my backspace, delete, or some other key work?
       + How do I change xterm's default terminal type or key bindings?
   * debian/local/Xsession.d/40xfree86-common_xmodmap: removed (Closes: #28408)
   * debian/local/dexconf:
     - a couple of cosmetic and stylistic changes
     - write out UseFBDev option as determined by debconf template
     - write out XkbRules and XkbModel as determined by debconf template
       (thanks to Peter Haworth for coming up with the winning combination for
       Sun keyboards)
     - fix thinko in error message construction when desired debconf variable
       not found (thanks, Eric Gillespie, Jr.)
   * debian/local/startx{,.1x}: deleted; go back to patching upstream versions
   * debian/local/xdm/Xsetup:
     - fix typo (thanks, Sebastian Klamar) (Closes: #98423)
     - do not run xmodmap anymore (Closes: #65115)
   * debian/local/xserver-wrapper.c: allow unprivileged execution of X server
     with "-version" argument
   * debian/patches/*: almost completely overhauled.  Many of our changes are
     now upstream.  Things to note:
     + Numbering scheme has changed.  See debian/README.
     + Some architecture-specific patches had to be moved to held-patches
       because of large changes upstream.
   * debian/rules: stop shipping separate startx and manpage
   * debian/shell-lib.sh:
     - new function, message_nonl() which is the moral equivalent of "echo -n"
     - errormsg() now accepts an error message as an argument
     - ensure there are semicolons at the end of all shell functions
     - use fold instead of fmt
   * debian/xbase-clients.files:
     - add dpsexec, dpsinfo, glxgears, texteroids, xftcache, and their manpages
     - ship Options file for xf86cfg
   * debian/xbase-clients.templates.es: add Spanish translation (thanks, David
     Martinez) (Closes: #104535)
   * debian/{xdm,xfs}.init: If we upgraded the daemon, we can't use the
     --exec argument to start-stop-daemon since the inode will have changed.
     The risk here is that in a situation where the daemon died, its pidfile
     was not cleaned up, and some other process is now running under that pid,
     start-stop-daemon will send signals to an innocent process.  However, this
     seems like a corner case.  C'est la vie!
   * debian/xdm.pre{inst,rm}.in: when getting rid of obsolete old greeter
     library alternative, also remove broken .so -> .so.1 symlink that ldconfig
     leaves around
   * debian/xfonts-{100dpi,75dpi,base}.files: these packages now contain only
     ISO 10646-1-encoded fonts, ISO 8859-1 versions generated from them, and
     fonts that do not yet exist in an ISO 10646-1-encoded version.  Many
     bitmapped versions of the non-DFSG-free Adbobe Utopia Type1 font are now
     present in 100dpi and 75dpi versions, at several sizes.  (Bitmapped fonts
     are not subject to copyright as hinted fonts such as Type1 or TrueType
     are.)
   * debian/xfonts-{100dpi,75dpi,base}-transcoded.{files,post{inst,rm}.in}: new
     packages; see above
   * debian/xfonts-scalable.post{inst,rm}.in: add "xftcache" to list of
     commands to be run when updating font directory
   * debian/xfree86-common.{conffiles,files}: no longer shipping
     40xfree86-common_xmodmap
   * debian/xfree86-common.docs:
     - add README.dps document
     - add X.Org manpage
   * debian/xfs.templates.de: add German translation (thanks, Sebastian Feltel)
     (Closes: #100569)
   * debian/xlibs.{conffiles,files}:
     - modified for added and removed XKB data files:
       + cs, cs_qwerty, and czsk (Czechoslovakian) symbol files removed
       + cz, cz_qwerty, sk, and sk_qwerty (Czech Republic, Slovakia) symbol
         files added
       + by (Belarus) symbol file added
       + gr (Greek) symbol file renamed to el
       + hr (Bosnia-Herzegovina) symbol file added
       + lv (Latvia) symbol file added
       + "extra" types file added
     - ship two new bitmaps, black6 and box6
     - th_TH and zh_* localization files reorganized and renamed a little
       (see /usr/X11R6/lib/X11/locale for details)
     - libXft's minor version number has incremented
     - new library; libXmuu, a minimal X utility library that depends only on
       libc (shared version)
   * debian/xlibs.files.{alpha,ia64}: these architectures don't mess with PEX
   * debian/xlibs.links: update soname symlinks to reflect libXft's new
     minor version
   * debian/xlibs-dbg.debugfiles.{alpha,ia64}: these architectures don't mess
     with PEX
   * debian/xlibs-dbg.links: supply soname symlinks for libXft and libXrender
     (Closes: #101054)
   * debian/xlibs-dev.files:
     - ship headers for XvMC extension (experimental work-in-progess)
     - ship new file version.def
     - new library; libXmuu, a minimal X utility library that depends only on
       libc (static version)
     - new manpages:
       + XF86VidModeValidateModeLine.3x
       + XeviQueryExtension.3x
       + XtIsSessionShell.3x
       + XtVaGetSubvalues.3x
       + XtVaSetSubvalues.3x
   * debian/xlibs-dev.files.{alpha,ia64}: these architectures don't mess with
     PEX
   * debian/xlibmesa{3,-dev}.{files*,links}:
     - upstream puts the GL and GLU libraries in /usr/X11R6/lib and my patch to
       fix it doesn't work anymore; work around the problem with symlinks from
       /usr/lib/libGL* and /usr/include/GL into /usr/X11R6/lib and
       /usr/X11R6/include
     - Since the presence of DRI modules is highly architecture-specific, I
       moved xlibmesa3.files to xlibmesa3.files.i386, and made xlibmesa3.files
       the plain-jane no-DRI version which is appropriate for a majority of the
       architectures.
   * debian/xlibmesa3.{config,templates}: added question warning about skew
     between Mesa/XFree86's version of DRI, and the kernel's
   * debian/xlibmesa3.templates.es: added Spanish translation (thanks, David
     Martinez) (Closes: #104033)
   * debian/xlibmesa3.templates.fr: added French translation (thanks, Jérôme
     Schell)
   * debian/xlibmesa3.files.i386: add radeon DRI module
   * debian/xlibmesa3.files.powerpc: add DRI modules for gamma, mga, r128, and
     radeon
   * debian/xmh.{conffiles,files,menu}: xmh lives again...
   * debian/xserver-common.templates.fr: updated French translation (thanks,
     Jérôme Schell)
   * debian/xterm.templates.es: Spanish translation update (thanks, Carlos
     Valdivia Yagüe) (Closes: #102994)
   * debian/xutils.files*:
     - remove SuperProbe and its manpage
     - add ccmakedep and cleanlinks
     - renamed fsinfo to xfsinfo
   * debian/xutils.undocumented:
     - no manpages for ccmakedep and cleanlinks, sorry
   * debian/xserver-{common,xfree86}.templates.ja: added Japanese translations
     (thanks, ISHIKAWA Mutsumi, Kenshi Muto, NAKANO Takeo, and Debian JP
     Documentation team) (Closes: #100610,#100613)
     - if the vga driver is selected, set default mode list to only
       640x480, and set default depth to 4 (only affects these questions if
       they are not seen)
     - use "fold" instead of "fmt"
     - add driver list for ia64, mips, and mipsel architectures
     - issue non-fatal error message if architecture is unknown
     - add vmware to i386 driver list
     - add imstt, savage, and tdfx to m68k/powerpc driver list
     - add ati to sparc driver list
     - add /dev/sunmouse to non-devfs mouse port listing; use BusMouse protocol
       if it is selected
     - ask question about keyboard model
   * debian/xserver-xfree86.template:
     - new question: use FBDev; only asked if /proc/fb exists
     - new question: keyboard model; this is merely the tiniest of beginnings
       to real XKB configuration, but it should be enough to get some people
       over the hump
   * debian/xserver-xfree86.docs.*:
     - add README.rapidaccess document
   * debian/xserver-xfree86.files.*:
     - add 2 new encoding conversion modules: libBIG5HKSCS.a and libGBK.a
     - add vmware driver and its manpage to i386 and ia64 packages
     - add imstt, tdfx, libdri, and libdrm modules (and manpages) to powerpc
       package
   * debian/xserver-xfree86.templates.gl: cleaned up some between-template
     whitespace that an old version of debconf shouldn't have cared about, but
     did
   * debian/xspecs.docs:
     - the documents have reverted to their upstream names since upstream
       rejected my patch to rename them
     - a few more docs build now, so ship them:
       + analysis.ps
       + dbe.ps
       + dbelib.ps
       + secint.ps
       + security.ps
       + sync.ps
       + synclib.ps
   * debian/xterm.README.Debian: stop talking about xterm's X resources file,
     since it no longer exists (Closes: #98609)

 -- Branden Robinson <branden@debian.org>  Sat, 28 Jul 2001 00:37:19 -0500

unknown (unknown1) unknown; urgency=unknown

 
   See /usr/share/doc/xfree86-common/changelog.Debian.old.gz in the
   xfree86-common package for the remainder of this changelog.
 
   $Id: changelog 2302 2006-10-01 08:46:41Z fjp $
 
   vim:set ai et sts=2 sw=2 tw=78:

 -- unknown <branden@debian.org>  unknown

(There has been a parse error in the entry above, if some values don't make sense please check the original changelog)