Blame ChangeLog

rpm-build 34167a
commit 618b3ba5f826d930df2ca6a6a0ce212fa75cef42
rpm-build 34167a
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
Date:   Sat Mar 16 09:19:02 2019 -0700
rpm-build 34167a
rpm-build 34167a
    libXdmcp 1.1.3
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
rpm-build 34167a
commit 7d4c69183b9838c684c1bcedb4e6184301d2816f
rpm-build 34167a
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
Date:   Mon Nov 19 21:51:24 2018 -0800
rpm-build 34167a
rpm-build 34167a
    Update README for gitlab migration
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
rpm-build 34167a
commit 6d1aee0310001eca8f6ded9814a2a70b3a774896
rpm-build 34167a
Author: Benjamin Tissoires <benjamin.tissoires@gmail.com>
rpm-build 34167a
Date:   Thu May 4 11:12:13 2017 +0200
rpm-build 34167a
rpm-build 34167a
    Fix compilation error when arc4random_buf is not available
rpm-build 34167a
    
rpm-build 34167a
    Not sure how I missed that, but I did.
rpm-build 34167a
    
rpm-build 34167a
    Also rename emulate_getrandom_buf() into insecure_getrandom_buf() as
rpm-build 34167a
    requested in the previous patch reviews.
rpm-build 34167a
    
rpm-build 34167a
    Last, getbits() expects an unsigned char, so remove the warning.
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
rpm-build 34167a
    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
rpm-build 34167a
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
rpm-build 34167a
rpm-build 34167a
commit 0554324ec6bbc2071f5d1f8ad211a1643e29eb1f
rpm-build 34167a
Author: Benjamin Tissoires <benjamin.tissoires@gmail.com>
rpm-build 34167a
Date:   Tue Apr 4 19:13:38 2017 +0200
rpm-build 34167a
rpm-build 34167a
    Use getentropy() if arc4random_buf() is not available
rpm-build 34167a
    
rpm-build 34167a
    This allows to fix CVE-2017-2625 on Linux platforms without pulling in
rpm-build 34167a
    libbsd.
rpm-build 34167a
    The libc getentropy() is available since glibc 2.25 but also on OpenBSD.
rpm-build 34167a
    For Linux, we need at least a v3.17 kernel. If the recommended
rpm-build 34167a
    arc4random_buf() function is not available, emulate it by first trying
rpm-build 34167a
    to use getentropy() on a supported glibc and kernel. If the call fails,
rpm-build 34167a
    fall back to the current (vulnerable) code.
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
rpm-build 34167a
    Reviewed-by: Mark Kettenis <kettenis@openbsd.org>
rpm-build 34167a
    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
rpm-build 34167a
rpm-build 34167a
commit f1bf902c52884e35d48f4d03915f019337f84717
rpm-build 34167a
Author: Mihail Konev <k.mvc@ya.ru>
rpm-build 34167a
Date:   Thu Jan 26 13:52:49 2017 +1000
rpm-build 34167a
rpm-build 34167a
    autogen: add default patch prefix
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Mihail Konev <k.mvc@ya.ru>
rpm-build 34167a
rpm-build 34167a
commit 34ac12e5eb93ba1c4685bd25f5d9a25288d2d89e
rpm-build 34167a
Author: Emil Velikov <emil.l.velikov@gmail.com>
rpm-build 34167a
Date:   Mon Mar 9 12:00:52 2015 +0000
rpm-build 34167a
rpm-build 34167a
    autogen.sh: use quoted string variables
rpm-build 34167a
    
rpm-build 34167a
    Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
rpm-build 34167a
    fall-outs, when they contain space.
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
rpm-build 34167a
    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
rpm-build 34167a
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
rpm-build 34167a
rpm-build 34167a
commit 3d813e1a45fb5d1b4b566c35218b9bcf0261b74a
rpm-build 34167a
Author: Peter Hutterer <peter.hutterer@who-t.net>
rpm-build 34167a
Date:   Tue Jan 24 10:32:07 2017 +1000
rpm-build 34167a
rpm-build 34167a
    autogen.sh: use exec instead of waiting for configure to finish
rpm-build 34167a
    
rpm-build 34167a
    Syncs the invocation of configure with the one from the server.
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
rpm-build 34167a
    Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
rpm-build 34167a
rpm-build 34167a
commit 5021b93d68c499831ad65a2abf1bfb7e6ed2724f
rpm-build 34167a
Author: Helmut Grohne <helmut@subdivi.de>
rpm-build 34167a
Date:   Wed Nov 11 22:23:15 2015 +0100
rpm-build 34167a
rpm-build 34167a
    do not use &fullrelvers; in xdmcp.xml (Debian bug 761628)
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
rpm-build 34167a
commit b10f382e3aa2e86cd5a2bc27d6758da55f0ab1f6
rpm-build 34167a
Author: Jon TURNEY <jon.turney@dronecode.org.uk>
rpm-build 34167a
Date:   Sat Sep 13 20:28:38 2014 +0100
rpm-build 34167a
rpm-build 34167a
    Link with winsock library for socket functions on MinGW
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
rpm-build 34167a
    Reviewed-by: David Macek <david.macek.0@gmail.com>
rpm-build 34167a
rpm-build 34167a
commit 0c09444d276fbf46a0e8b427a4f6a325d0625742
rpm-build 34167a
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
Date:   Sat Mar 21 09:39:14 2015 -0700
rpm-build 34167a
rpm-build 34167a
    libXdmcp 1.1.2
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
rpm-build 34167a
commit 9f4cac7656b221ce2a8f97e7bd31e5e23126d001
rpm-build 34167a
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
Date:   Sat Jan 17 10:37:09 2015 -0800
rpm-build 34167a
rpm-build 34167a
    Add AC_USE_SYSTEM_EXTENSIONS to expose arc4random() interfaces in headers
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
rpm-build 34167a
commit fe8eab93e9bcdbe8bb8052434bb5e676e3a0ee8f
rpm-build 34167a
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
Date:   Sat May 31 21:39:32 2014 -0700
rpm-build 34167a
rpm-build 34167a
    autogen.sh: Honor NOCONFIGURE=1
rpm-build 34167a
    
rpm-build 34167a
    See http://people.gnome.org/~walters/docs/build-api.txt
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
rpm-build 34167a
commit da9a25b208035448867f97cd92f3aed4b5bc53a9
rpm-build 34167a
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
Date:   Sat May 31 21:38:41 2014 -0700
rpm-build 34167a
rpm-build 34167a
    configure: Drop AM_MAINTAINER_MODE
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
rpm-build 34167a
commit 089081dca4ba3598c6f9bf401c029378943b5854
rpm-build 34167a
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
Date:   Sat May 25 10:18:33 2013 -0700
rpm-build 34167a
rpm-build 34167a
    Also reject requests to allocate negative sized amounts of memory
rpm-build 34167a
    
rpm-build 34167a
    Since the API is defined with size as a signed int, deal with it.
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
rpm-build 34167a
commit 2da1bcb656febdab9345f1fec31c974fd7b409bc
rpm-build 34167a
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
Date:   Fri May 24 23:19:23 2013 -0700
rpm-build 34167a
rpm-build 34167a
    Ensure ARRAYofARRAY8 pointers are initialized to NULL
rpm-build 34167a
    
rpm-build 34167a
    Use calloc for the array of pointers to ensure pointers are cleared out
rpm-build 34167a
    so we don't try to free garbage if XdmcpDisposeARRAYofARRAY8 is called
rpm-build 34167a
    before the caller sets them to valid pointers.
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
rpm-build 34167a
commit 787c4c79be18373f58aeaf2fe543f30fe3af2bd1
rpm-build 34167a
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
Date:   Fri May 24 22:58:41 2013 -0700
rpm-build 34167a
rpm-build 34167a
    Ensure ARRAY* structs are zero'ed out when oversize values are passed
rpm-build 34167a
    
rpm-build 34167a
    Previous fix missed a case in which we returned failure, but didn't
rpm-build 34167a
    fill in the data pointer & size values.
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
rpm-build 34167a
commit 9089ae455f9df222aa85bbbcb4526874c0d97099
rpm-build 34167a
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
Date:   Fri May 24 22:24:55 2013 -0700
rpm-build 34167a
rpm-build 34167a
    Add unit tests for Array allocation functions
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
rpm-build 34167a
commit 66514a4af7eaa47e8718434356d7efce95e570cf
rpm-build 34167a
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
rpm-build 34167a
Date:   Sun Aug 4 10:42:57 2013 +0200
rpm-build 34167a
rpm-build 34167a
    Use arc4random when available to produce the XDM-AUTHENTICATION1 key
rpm-build 34167a
    
rpm-build 34167a
    arc4random() and associated functions can be found in libbsd on
rpm-build 34167a
    GNU/Linux systems.
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>
rpm-build 34167a
    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
rpm-build 34167a
commit 0b443c1b769b9c9a3b45b4252afe07e18b709ff4
rpm-build 34167a
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
Date:   Fri Apr 19 15:16:51 2013 -0700
rpm-build 34167a
rpm-build 34167a
    Make XdmcpCopyARRAY8 call XdmcpAllocARRAY8 instead of replicating it
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
rpm-build 34167a
commit 1222f974442f3d419664be4faca576f5f1457666
rpm-build 34167a
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
Date:   Tue Apr 2 00:07:54 2013 -0700
rpm-build 34167a
rpm-build 34167a
    Ensure ARRAY* structs are zero'ed out when allocation fails
rpm-build 34167a
    
rpm-build 34167a
    In the past some callers forgot to either initialize themselves or to
rpm-build 34167a
    check the return values, so could try to read or write to uninitialized
rpm-build 34167a
    pointers - we set the pointer to NULL & the size to 0 to avoid that.
rpm-build 34167a
    
rpm-build 34167a
    Reported-by: Ilja Van Sprundel <ivansprundel@ioactive.com>
rpm-build 34167a
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
rpm-build 34167a
commit ca65a92405500393f09d34388edbbf6350e6c146
rpm-build 34167a
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
Date:   Wed Dec 26 23:39:58 2012 -0800
rpm-build 34167a
rpm-build 34167a
    Remove unused TLI ("STREAMSCONN") code from libXdmcp
rpm-build 34167a
    
rpm-build 34167a
    Has never been converted to build in modular builds, so has been unusable
rpm-build 34167a
    since X11R7.0 release in 2005.  All known platforms with TLI/XTI support
rpm-build 34167a
    that X11R7 & later releases run on also have (and mostly prefer) BSD
rpm-build 34167a
    socket support for their networking API.
rpm-build 34167a
    
rpm-build 34167a
    Mostly performed via "unifdef -USTREAMSCONN", followed by manual cleanup.
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
rpm-build 34167a
commit 60aa228de59270fd1b6d838d80095ac00da53342
rpm-build 34167a
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
Date:   Wed Mar 7 19:46:26 2012 -0800
rpm-build 34167a
rpm-build 34167a
    libXdmcp 1.1.1
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
rpm-build 34167a
commit a3151f53f0149cd30266474faf8384b93070b8a6
rpm-build 34167a
Author: Matt Dew <marcoz@osource.org>
rpm-build 34167a
Date:   Wed Jan 11 21:44:51 2012 -0700
rpm-build 34167a
rpm-build 34167a
    informaltable cleanup
rpm-build 34167a
    
rpm-build 34167a
    On certain tables, add top and bottom borders to table
rpm-build 34167a
    header and a bottom border to the table. This matches
rpm-build 34167a
    what those tables in the old pdfs looked like.
rpm-build 34167a
    
rpm-build 34167a
    the  prevents tables from
rpm-build 34167a
    splitting across pages. Useful for tiny tables.
rpm-build 34167a
    
rpm-build 34167a
    Converting the colwidth to a floating point,
rpm-build 34167a
    IE, 1* -> 1.0* cleans up these build errors:
rpm-build 34167a
    WARNING: table-layout="fixed" and column-width unspecified
rpm-build 34167a
    => falling back to proportional-column-width(1)
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Matt Dew <marcoz@osource.org>
rpm-build 34167a
rpm-build 34167a
commit e2bc94bbeeae5f0482c2c59556c9a3fb421573d2
rpm-build 34167a
Author: Matt Dew <marcoz@osource.org>
rpm-build 34167a
Date:   Tue Oct 4 22:17:41 2011 -0600
rpm-build 34167a
rpm-build 34167a
    Cleanup IDs and links in doc
rpm-build 34167a
    
rpm-build 34167a
    1 - fix the capitalization of the ID attributes to match either the
rpm-build 34167a
         <title> or <funcdef> string it goes with.
rpm-build 34167a
    2 - fix any <linkend>'s that were affected by 1.
rpm-build 34167a
    3 - any <function> in the docs that has an actual funcdef,
rpm-build 34167a
    will become an olink.
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Matt Dew <marcoz@osource.org>
rpm-build 34167a
rpm-build 34167a
commit 896fc25047c6cf372babfaf09ce128754ee00123
rpm-build 34167a
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
Date:   Fri Sep 16 22:16:37 2011 -0700
rpm-build 34167a
rpm-build 34167a
    Strip trailing whitespace
rpm-build 34167a
    
rpm-build 34167a
    Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
rpm-build 34167a
    git diff -w & git diff -b show no diffs from this change
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
rpm-build 34167a
commit de9cdb570fa19058e4bdf16e592f0ac7a692b7e2
rpm-build 34167a
Author: Gaetan Nadon <memsize@videotron.ca>
rpm-build 34167a
Date:   Thu Sep 15 20:50:30 2011 -0400
rpm-build 34167a
rpm-build 34167a
    xdmcp: use appropriate markup for author affiliation
rpm-build 34167a
    
rpm-build 34167a
    Docbook places the organization name above its divisions.
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
rpm-build 34167a
rpm-build 34167a
commit d3bc4e5d2abeb2202066a50dda8f65dd45005f58
rpm-build 34167a
Author: Gaetan Nadon <memsize@videotron.ca>
rpm-build 34167a
Date:   Mon Sep 12 10:58:16 2011 -0400
rpm-build 34167a
rpm-build 34167a
    docs: use the &fullrelvers; entity to set X11 release information
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
rpm-build 34167a
rpm-build 34167a
commit d918365a388486a1bacd982fa0293b345407025a
rpm-build 34167a
Author: Gaetan Nadon <memsize@videotron.ca>
rpm-build 34167a
Date:   Sun Sep 11 19:49:53 2011 -0400
rpm-build 34167a
rpm-build 34167a
    docs: remove <productnumber> which is not used by default
rpm-build 34167a
    
rpm-build 34167a
    This element is not rendered by default on the title. A template
rpm-build 34167a
    customization is required to display it.
rpm-build 34167a
    X Window System does not have a product number.
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
rpm-build 34167a
rpm-build 34167a
commit a9b82d7972d225df1a5bf24eb85e109f707113ec
rpm-build 34167a
Author: Gaetan Nadon <memsize@videotron.ca>
rpm-build 34167a
Date:   Thu Sep 8 20:00:00 2011 -0400
rpm-build 34167a
rpm-build 34167a
    docbook.am: embed css styles inside the HTML HEAD element
rpm-build 34167a
    
rpm-build 34167a
    Rather than referring to the external xorg.css stylesheet, embed the content
rpm-build 34167a
    of the file in the html output produced. This is accomplished by using
rpm-build 34167a
    version 1.10 of xorg-xhtml.xsl.
rpm-build 34167a
    
rpm-build 34167a
    This makes the whole html docs tree much more relocatable.
rpm-build 34167a
    In addition, it eliminates xorg.css as a runtime file which makes
rpm-build 34167a
    xorg-sgml-doctools a build time only package.
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
rpm-build 34167a
rpm-build 34167a
commit 35ce7db29079636cfa138914ccaa4d951eaff0af
rpm-build 34167a
Author: Gaetan Nadon <memsize@videotron.ca>
rpm-build 34167a
Date:   Wed Sep 7 10:31:04 2011 -0400
rpm-build 34167a
rpm-build 34167a
    docbook.am: global maintenance update - entities, images and olinking
rpm-build 34167a
    
rpm-build 34167a
    Adding support in libX11 for html chunking caused a reorg of docbook.am
rpm-build 34167a
    as well as the xorg-sgml-doctools masterdb for olinking.
rpm-build 34167a
    The parameter img.src.path is added for pdf images.
rpm-build 34167a
    A searchpath to the root builddir is added for local entities, if present.
rpm-build 34167a
    
rpm-build 34167a
    The docbook.am makefile hides all the details and is identical for
rpm-build 34167a
    all 22 modules having DocBook documentation. It is included by a thin
rpm-build 34167a
    Makefile.am which requires no docbook knowledge.
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
rpm-build 34167a
rpm-build 34167a
commit e93e80c3bb4c4fcd71d7671d23949232e7cf9581
rpm-build 34167a
Author: Gaetan Nadon <memsize@videotron.ca>
rpm-build 34167a
Date:   Sun Jun 12 18:39:45 2011 -0400
rpm-build 34167a
rpm-build 34167a
    Install xml versions of specs even if HAVE_XMLTO is false
rpm-build 34167a
    
rpm-build 34167a
    DocBook/XML input source is also a usefull output format that can be viewed
rpm-build 34167a
    with an XML viewer or editor and by some O/S help system.
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
rpm-build 34167a
rpm-build 34167a
commit 32b2263deae34c9c1d83eea3b37c2a43ca256a5f
rpm-build 34167a
Author: Gaetan Nadon <memsize@videotron.ca>
rpm-build 34167a
Date:   Sun Jun 5 16:27:36 2011 -0400
rpm-build 34167a
rpm-build 34167a
    Install target dbs alongside generated documents
rpm-build 34167a
    
rpm-build 34167a
    This matches a change in xorg-sgml-docs whereby the masterdb will look for
rpm-build 34167a
    the target dbs into the same location as the generated documents.
rpm-build 34167a
    
rpm-build 34167a
    The target dbs are now installed alongside the generated documents.
rpm-build 34167a
    Previously they are installed in $prefix/sgml/X11/dbs alongside masterdb which
rpm-build 34167a
    has the potential of installing outside the package prefix and cause
rpm-build 34167a
    distcheck to fail when user does not have write permission in this package.
rpm-build 34167a
    
rpm-build 34167a
    Requires XORG_CHECK_SGML_DOCTOOLS(1.8) which was released 2011-06-11
rpm-build 34167a
rpm-build 34167a
commit 92bca84bf0d6bc7a5d858b9d356928b2856a53d5
rpm-build 34167a
Author: Gaetan Nadon <memsize@videotron.ca>
rpm-build 34167a
Date:   Sun Feb 27 15:06:18 2011 -0500
rpm-build 34167a
rpm-build 34167a
    Documentation: add Docbook external references support
rpm-build 34167a
    
rpm-build 34167a
    When writing technical documentation, it is often necessary to cross
rpm-build 34167a
    reference to other information. When that other information is not in the
rpm-build 34167a
    current document, additional support is needed, namely <olink>.
rpm-build 34167a
    
rpm-build 34167a
    A new feature with version 1.7 of xorg-sgml-doctools adds references to
rpm-build 34167a
    other documents within or outside this package.
rpm-build 34167a
    
rpm-build 34167a
    This patch adds technical support for this feature but does not change
rpm-build 34167a
    the content of the documentation as seen by the end user.
rpm-build 34167a
    
rpm-build 34167a
    Each book or article must generate a database containing the href
rpm-build 34167a
    of sections that can be referred to from another document. This database
rpm-build 34167a
    is installed in DATAROOTDIR/sgml/X11/dbs. There is a requirement that
rpm-build 34167a
    the value of DATAROOTDIR for xorg-sgml-doctools and for the package
rpm-build 34167a
    documentation is the same. This forms a virtual document tree.
rpm-build 34167a
    
rpm-build 34167a
    This database is consulted by other documents while they are being generated
rpm-build 34167a
    in order to fulfill the missing information for linking.
rpm-build 34167a
    Refer to the xorg-sgml-doctools for further technical information.
rpm-build 34167a
    
rpm-build 34167a
    Co-authored-by: Matt Dew <marcoz@osource.org>
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
rpm-build 34167a
rpm-build 34167a
commit c702d3c41ae28dcc661fca7d8d8d7ca8ce34ef1f
rpm-build 34167a
Author: Gaetan Nadon <memsize@videotron.ca>
rpm-build 34167a
Date:   Wed Feb 2 11:43:41 2011 -0500
rpm-build 34167a
rpm-build 34167a
    config: comment, minor upgrade, quote and layout configure.ac
rpm-build 34167a
    
rpm-build 34167a
    Group statements per section as per Autoconf standard layout
rpm-build 34167a
    Quote statements where appropriate.
rpm-build 34167a
    Autoconf recommends not using dnl instead of # for comments
rpm-build 34167a
    
rpm-build 34167a
    Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters.
rpm-build 34167a
    Use AC_PROG_LIBTOOL to replace the deprecated AM_PROG_LIBTOOL
rpm-build 34167a
    Remove redundant AC_PROG_MAKE_SET included with AM_INIT_AUTOMAKE
rpm-build 34167a
    Add AC_CONFIG_SRCDIR([Makefile.am]) where missing
rpm-build 34167a
    No functional configuration changes
rpm-build 34167a
    
rpm-build 34167a
    This helps automated maintenance and release activities.
rpm-build 34167a
    Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
rpm-build 34167a
rpm-build 34167a
commit 1540933e6eaa78a96b035ec5936e63e3cdd335b2
rpm-build 34167a
Author: Gaetan Nadon <memsize@videotron.ca>
rpm-build 34167a
Date:   Fri Jan 28 19:41:37 2011 -0500
rpm-build 34167a
rpm-build 34167a
    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
rpm-build 34167a
rpm-build 34167a
commit 28d1dc68440e07b44a8b97eab9a57bd6ae1557ee
rpm-build 34167a
Author: Julien Cristau <jcristau@debian.org>
rpm-build 34167a
Date:   Mon Dec 20 14:12:39 2010 +0100
rpm-build 34167a
rpm-build 34167a
    Revert "Export only public API symbols"
rpm-build 34167a
    
rpm-build 34167a
    Some of the unexported symbols are used by xdm.  See
rpm-build 34167a
    http://lists.x.org/pipermail/xorg-devel/2010-December/017246.html
rpm-build 34167a
    
rpm-build 34167a
    This reverts commit b64cac63e0bcdd87bbfd19678552fd7ed1a3b58f.
rpm-build 34167a
    
rpm-build 34167a
    Reported-by: Trevor Woerner <twoerner@gmail.com>
rpm-build 34167a
    Signed-off-by: Julien Cristau <jcristau@debian.org>
rpm-build 34167a
rpm-build 34167a
commit afcb06588e5cc032372c847657fc7883e8f68c59
rpm-build 34167a
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
Date:   Thu Dec 16 19:16:01 2010 -0800
rpm-build 34167a
rpm-build 34167a
    spec: Fix up eqn to docbook conversion
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
rpm-build 34167a
commit 7d3dd1513b09ea31a85a404473c2f871c507e34f
rpm-build 34167a
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
Date:   Thu Dec 16 17:55:30 2010 -0800
rpm-build 34167a
rpm-build 34167a
    spec: Fix section titles/nesting
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
rpm-build 34167a
commit b64cac63e0bcdd87bbfd19678552fd7ed1a3b58f
rpm-build 34167a
Author: Cristian Rodríguez <cristian.rodriguez@opensuse.org>
rpm-build 34167a
Date:   Tue Dec 14 15:40:20 2010 -0500
rpm-build 34167a
rpm-build 34167a
    Export only public API symbols
rpm-build 34167a
    
rpm-build 34167a
    Reviewed-by: Adam Jackson <ajax@redhat.com>
rpm-build 34167a
    Signed-off-by: Cristian Rodríguez <cristian.rodriguez@opensuse.org>
rpm-build 34167a
rpm-build 34167a
commit fb32c2fc1548cc13bed1643b950130629a9d8197
rpm-build 34167a
Author: Gaetan Nadon <memsize@videotron.ca>
rpm-build 34167a
Date:   Tue Nov 9 13:04:46 2010 -0500
rpm-build 34167a
rpm-build 34167a
    config: HTML file generation: use the installed copy of xorg.css
rpm-build 34167a
    
rpm-build 34167a
    Currenlty the xorg.css file is copied in each location
rpm-build 34167a
    where a DocBook/XML file resides. This produces about
rpm-build 34167a
    70 copies in the $(docdir) install tree.
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
rpm-build 34167a
rpm-build 34167a
commit 7db29ff43eb3cdcbfe77c35ecc78c7ca3ddba595
rpm-build 34167a
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
Date:   Fri Oct 29 15:13:16 2010 -0700
rpm-build 34167a
rpm-build 34167a
    libXdmcp 1.1.0
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
rpm-build 34167a
commit fef4451fa3c55dcf81e7eee7ca001c57e301a150
rpm-build 34167a
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
Date:   Wed Oct 27 23:01:49 2010 -0700
rpm-build 34167a
rpm-build 34167a
    Remove AC_PROG_CC & AC_PROG_INSTALL that XORG_DEFAULT_OPTIONS already call
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
rpm-build 34167a
commit 21c9f93bb5200dda0bfdd05b928c19829f23d646
rpm-build 34167a
Author: Gaetan Nadon <memsize@videotron.ca>
rpm-build 34167a
Date:   Tue Aug 3 15:28:51 2010 -0400
rpm-build 34167a
rpm-build 34167a
    config: require xorg-macros minimum of 1.10 for XORG_CHECK_SGML_DOCTOOLS
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
rpm-build 34167a
rpm-build 34167a
commit adaf75c9aac6ca77b26379cc5e451728d9f1a78b
rpm-build 34167a
Author: Matt Dew <matt@osource.org>
rpm-build 34167a
Date:   Sun Aug 1 14:23:18 2010 -0400
rpm-build 34167a
rpm-build 34167a
    specs: replace troff source with docbook-xml source
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
rpm-build 34167a
rpm-build 34167a
commit 39993ef6f48cb3f9ee0cb0cd4dcef0d643cda698
rpm-build 34167a
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
Date:   Fri May 7 19:21:42 2010 -0700
rpm-build 34167a
rpm-build 34167a
    Replace comments pointing to non-public X Consortium defect reports
rpm-build 34167a
    
rpm-build 34167a
    Restored the original comments suggested by Paul Shearer of Sequent in the
rpm-build 34167a
    patches he submitted with these fixes in the original X Consortium defect
rpm-build 34167a
    reports from 1995, since modern readers can't refer to the referenced
rpm-build 34167a
    bug reports in that old/closed bug db.
rpm-build 34167a
    
rpm-build 34167a
    7328 Xdmcp: memory leak in XdmcpReadARRAYofARRAY8 when read fails
rpm-build 34167a
    7329 Xdmcp: XdmcpReadARRAY and XdmcpDisposeARRAY routines may free twice
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
rpm-build 34167a
commit ea0e0d0e3d45eb5e71542af835194514a6f8801c
rpm-build 34167a
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
Date:   Fri May 7 19:03:54 2010 -0700
rpm-build 34167a
rpm-build 34167a
    Fix order of CPPFLAGS passed to lint/compile steps
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
rpm-build 34167a
commit 996d92d2710f9dc740351f4d9cbe14af64569689
rpm-build 34167a
Author: Mikhail Gusarov <dottedmag@dottedmag.net>
rpm-build 34167a
Date:   Fri May 7 20:22:20 2010 +0000
rpm-build 34167a
rpm-build 34167a
    Get rid of Xalloc/Xrealloc/Xfree from X server or Xlib
rpm-build 34167a
    
rpm-build 34167a
    alloc/realloc/free calls are encapsulated in libXdmcp, so
rpm-build 34167a
    there is no need to wrap allocation functions even under Windows
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
rpm-build 34167a
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
rpm-build 34167a
commit 2a51e57425e1b4062a459a19b1860c9c9721d9ea
rpm-build 34167a
Author: Mikhail Gusarov <dottedmag@dottedmag.net>
rpm-build 34167a
Date:   Fri May 7 20:06:52 2010 +0000
rpm-build 34167a
rpm-build 34167a
    Nuke RCS tags
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
rpm-build 34167a
    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
rpm-build 34167a
commit 710d4a4298772cf06c22cce336622b33487b8b44
rpm-build 34167a
Author: Mikhail Gusarov <dottedmag@dottedmag.net>
rpm-build 34167a
Date:   Fri May 7 20:03:46 2010 +0000
rpm-build 34167a
rpm-build 34167a
    Reshuffle functions to decrease amount of boilerplate
rpm-build 34167a
    
rpm-build 34167a
    It it a PitA to do anything with lot of nearly idenical code scattered
rpm-build 34167a
    around in 30 files each containing 5-line function
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
rpm-build 34167a
    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
rpm-build 34167a
commit 1b22d07fc1268e7c5343cccd562ab69a101baf91
rpm-build 34167a
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
Date:   Thu May 6 15:38:01 2010 -0700
rpm-build 34167a
rpm-build 34167a
    Use stdint.h instead of limits.h for UINT*_MAX definitions
rpm-build 34167a
    
rpm-build 34167a
    While Solaris allows either one, C99 only requires them in stdint.h
rpm-build 34167a
    and some platforms don't include them via limits.h
rpm-build 34167a
    
rpm-build 34167a
    Corrects tinderbox reported errors on Fedora 11 build machine:
rpm-build 34167a
    
rpm-build 34167a
    http://tinderbox.x.org/builds/2010-05-06-0019/logs/libXdmcp/#build
rpm-build 34167a
    
rpm-build 34167a
    AA32.c: In function 'XdmcpAllocARRAY32':
rpm-build 34167a
    AA32.c:47: error: 'UINT8_MAX' undeclared (first use in this function)
rpm-build 34167a
    
rpm-build 34167a
    AA8.c: In function 'XdmcpAllocARRAY8':
rpm-build 34167a
    AA8.c:47: error: 'UINT16_MAX' undeclared (first use in this function)
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
    
rpm-build 34167a
    Compiles clean on GNU/Linux AMD64
rpm-build 34167a
    Tested-by: Gaetan Nadon <memsize@videotron.ca>
rpm-build 34167a
rpm-build 34167a
commit 30e388a8284ed100893983178acb6b4e3ff2b815
rpm-build 34167a
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
Date:   Thu Apr 29 20:19:38 2010 -0700
rpm-build 34167a
rpm-build 34167a
    Deal with lint warnings about implicit narrowing conversions
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
    Reviewed-by: Matt Turner <mattst88@gmail.com>
rpm-build 34167a
rpm-build 34167a
commit 110078a137915f486a13e0445ee9ba5e1558c081
rpm-build 34167a
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
Date:   Thu Apr 29 19:57:46 2010 -0700
rpm-build 34167a
rpm-build 34167a
    unifdef Lynx
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
    Reviewed-by: Matt Turner <mattst88@gmail.com>
rpm-build 34167a
rpm-build 34167a
commit 5ea80e308026357aeee8b56230e85cb4d2e87631
rpm-build 34167a
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
Date:   Thu Apr 29 19:56:37 2010 -0700
rpm-build 34167a
rpm-build 34167a
    XdmcpARRAY8Equal: Use memcmp instead of rolling our own
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
    Reviewed-by: Matt Turner <mattst88@gmail.com>
rpm-build 34167a
rpm-build 34167a
commit 27b1aa82a3f0db7d20a303ba093d1ec52de39bff
rpm-build 34167a
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
Date:   Thu Apr 29 19:51:25 2010 -0700
rpm-build 34167a
rpm-build 34167a
    Constify function prototypes
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
rpm-build 34167a
    Reviewed-by: Matt Turner <mattst88@gmail.com>
rpm-build 34167a
rpm-build 34167a
commit 482b19329fac5e311fe0423e58f3e8c573b66114
rpm-build 34167a
Author: Gaetan Nadon <memsize@videotron.ca>
rpm-build 34167a
Date:   Mon Mar 29 16:50:34 2010 -0400
rpm-build 34167a
rpm-build 34167a
    config: update AC_PREREQ statement to 2.60
rpm-build 34167a
    
rpm-build 34167a
    Unrelated to the previous patches, the new value simply reflects
rpm-build 34167a
    the reality that the minimum level for autoconf to configure
rpm-build 34167a
    all x.org modules is 2.60 dated June 2006.
rpm-build 34167a
    
rpm-build 34167a
    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
rpm-build 34167a
rpm-build 34167a
commit 1c220fc14083ed8e1214329138d6ca548dad6dcc
rpm-build 34167a
Author: Gaetan Nadon <memsize@videotron.ca>
rpm-build 34167a
Date:   Mon Mar 29 14:53:48 2010 -0400
rpm-build 34167a
rpm-build 34167a
    config: remove the pkgconfig pc.in file from EXTRA_DIST
rpm-build 34167a
    
rpm-build 34167a
    Automake always includes it in the tarball.
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
rpm-build 34167a
rpm-build 34167a
commit 7367f2efae9561d87cabaa6e1740355b0aeda86f
rpm-build 34167a
Author: Gaetan Nadon <memsize@videotron.ca>
rpm-build 34167a
Date:   Sat Mar 20 11:22:59 2010 -0400
rpm-build 34167a
rpm-build 34167a
    make: remove unrequired -I${top_builddir}/include
rpm-build 34167a
    
rpm-build 34167a
    The -I${top_srcdir}/include in AM_CFLAGS is the correct one.
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
rpm-build 34167a
rpm-build 34167a
commit 2110b60cf122a624011ade8883af07b88bb2c2bb
rpm-build 34167a
Author: Gaetan Nadon <memsize@videotron.ca>
rpm-build 34167a
Date:   Tue Feb 16 10:37:21 2010 -0500
rpm-build 34167a
rpm-build 34167a
    config: move CWARNFLAGS from configure.ac to Makefile.am
rpm-build 34167a
    
rpm-build 34167a
    Compiler warning flags should be explicitly set in the makefile
rpm-build 34167a
    rather than being merged with other packages compiler flags.
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
rpm-build 34167a
rpm-build 34167a
commit 7c1d4d862240a0b01eefbccf6b85e7a365e60ada
rpm-build 34167a
Author: Gaetan Nadon <memsize@videotron.ca>
rpm-build 34167a
Date:   Fri Nov 27 20:56:04 2009 -0500
rpm-build 34167a
rpm-build 34167a
    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
rpm-build 34167a
    
rpm-build 34167a
    Now that the INSTALL file is generated.
rpm-build 34167a
    Allows running make maintainer-clean.
rpm-build 34167a
rpm-build 34167a
commit 3c0e64988dad80afe5633c62c29ab3d1c54d2d23
rpm-build 34167a
Author: Gaetan Nadon <memsize@videotron.ca>
rpm-build 34167a
Date:   Wed Oct 28 14:09:10 2009 -0400
rpm-build 34167a
rpm-build 34167a
    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
rpm-build 34167a
    
rpm-build 34167a
    Add missing INSTALL file. Use standard GNU file on building tarball
rpm-build 34167a
    README may have been updated
rpm-build 34167a
    Remove AUTHORS file as it is empty and no content available yet.
rpm-build 34167a
    Remove NEWS file as it is empty and no content available yet.
rpm-build 34167a
rpm-build 34167a
commit a4a69387d7d0783326fbbd2b7b202498325d5f96
rpm-build 34167a
Author: Gaetan Nadon <memsize@videotron.ca>
rpm-build 34167a
Date:   Tue Oct 27 15:07:25 2009 -0400
rpm-build 34167a
rpm-build 34167a
    Deploy the new XORG_DEFAULT_OPTIONS #24242
rpm-build 34167a
    
rpm-build 34167a
    This macro aggregate a number of existing macros that sets commmon
rpm-build 34167a
    X.Org components configuration options. It shields the configuration file from
rpm-build 34167a
    future changes.
rpm-build 34167a
rpm-build 34167a
commit 748ea77263a40080e665adc742a7a9791b4293c0
rpm-build 34167a
Author: Gaetan Nadon <memsize@videotron.ca>
rpm-build 34167a
Date:   Mon Oct 26 22:08:43 2009 -0400
rpm-build 34167a
rpm-build 34167a
    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
rpm-build 34167a
    
rpm-build 34167a
    ChangeLog filename is known to Automake and requires no further
rpm-build 34167a
    coding in the makefile.
rpm-build 34167a
rpm-build 34167a
commit 1ac333abaae4940467d2101d1080be9e46d90c78
rpm-build 34167a
Author: Gaetan Nadon <memsize@videotron.ca>
rpm-build 34167a
Date:   Thu Oct 22 12:34:19 2009 -0400
rpm-build 34167a
rpm-build 34167a
    .gitignore: use common defaults with custom section # 24239
rpm-build 34167a
    
rpm-build 34167a
    Using common defaults will reduce errors and maintenance.
rpm-build 34167a
    Only the very small or inexistent custom section need periodic maintenance
rpm-build 34167a
    when the structure of the component changes. Do not edit defaults.
rpm-build 34167a
rpm-build 34167a
commit c362c31e583215855458bc5cbb9ed1020157b1ad
rpm-build 34167a
Author: Gaetan Nadon <memsize@videotron.ca>
rpm-build 34167a
Date:   Sun Sep 27 16:28:37 2009 -0400
rpm-build 34167a
rpm-build 34167a
    Makefile.am: do not include autogen.sh in distribution #24183
rpm-build 34167a
    
rpm-build 34167a
    This is a private build script that should not be distributed
rpm-build 34167a
rpm-build 34167a
commit d0f3336872147e925666aaf73b6c0c11aedc63c3
rpm-build 34167a
Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
rpm-build 34167a
Date:   Wed Oct 21 12:47:24 2009 -0700
rpm-build 34167a
rpm-build 34167a
    This is not a GNU project, so declare it foreign.
rpm-build 34167a
    
rpm-build 34167a
    On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
rpm-build 34167a
    > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
rpm-build 34167a
    > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
rpm-build 34167a
    > > was quite annoying to work around since 'autoreconf -fvi' replaces
rpm-build 34167a
    > > it and git wants to commit it.  Should these files even be in git?
rpm-build 34167a
    > > Can I nuke them for the betterment of humanity and since they get
rpm-build 34167a
    > > created by autoreconf anyways?
rpm-build 34167a
    >
rpm-build 34167a
    > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
rpm-build 34167a
    
rpm-build 34167a
    As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
rpm-build 34167a
    AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
rpm-build 34167a
    of the INSTALL file. It is also part of the 24206 solution.
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
rpm-build 34167a
rpm-build 34167a
commit 3a7e0bb1cec5975e9fcbddc6569e7ac1aea550e5
rpm-build 34167a
Author: Peter Hutterer <peter.hutterer@who-t.net>
rpm-build 34167a
Date:   Fri Aug 28 15:32:31 2009 +1000
rpm-build 34167a
rpm-build 34167a
    libXdmcp 1.0.3
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
rpm-build 34167a
rpm-build 34167a
commit 8ba417e3f3915102f99e08b15e1543680120102d
rpm-build 34167a
Author: Peter Hutterer <peter.hutterer@who-t.net>
rpm-build 34167a
Date:   Wed Sep 23 21:59:12 2009 +1000
rpm-build 34167a
rpm-build 34167a
    Require macros 1.3 for XORG_DEFAULT_OPTIONS.
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
rpm-build 34167a
rpm-build 34167a
commit d992d9dd3af95132ca76f0479d08d3479b899a95
rpm-build 34167a
Author: Alan Coopersmith <alan.coopersmith@sun.com>
rpm-build 34167a
Date:   Mon Feb 2 20:34:33 2009 -0800
rpm-build 34167a
rpm-build 34167a
    Add README with pointers to mailing list, bugzilla & git repos
rpm-build 34167a
    
rpm-build 34167a
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
rpm-build 34167a
rpm-build 34167a
commit 49336f1b6fa5d8dc8a9ae3e8d286b061f0d2914c
rpm-build 34167a
Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
rpm-build 34167a
Date:   Fri Jan 9 16:34:13 2009 -0200
rpm-build 34167a
rpm-build 34167a
    Ansification and compile warning fixes.
rpm-build 34167a
    
rpm-build 34167a
      Code that already have a header with the proper prototype is safe
rpm-build 34167a
    to ansify.
rpm-build 34167a
      This uses XORG_CHANGELOG macro to properly work with the "git-log"
rpm-build 34167a
    to "git log" change (required to pass "make distcheck"), uses the
rpm-build 34167a
    XORG_CWARNFLAGS macro, and doesn't generate any compile warnings from
rpm-build 34167a
    gcc 4.3 and sparse.
rpm-build 34167a
rpm-build 34167a
commit 498cce64f12de67271316417de821460e8eee066
rpm-build 34167a
Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
rpm-build 34167a
Date:   Wed Nov 26 23:45:09 2008 -0200
rpm-build 34167a
rpm-build 34167a
    Mark Xalloc, Xrealloc, and Xfree as weak symbols.
rpm-build 34167a
    
rpm-build 34167a
    Maybe a _X_WEAK macro could be added to <X11/Xfuncproto.h>, but that
rpm-build 34167a
    could actually encourage use of __attribute__((weak)), what is not
rpm-build 34167a
    intended.
rpm-build 34167a
    This change uses the same semantics used in libXfont to declare
rpm-build 34167a
    weak symbols that are overridden by the ones defined in the X Server.
rpm-build 34167a
rpm-build 34167a
commit f876004608f8a4737f66e1fc0e83ff7e7d6d150b
rpm-build 34167a
Author: Alan Coopersmith <alan.coopersmith@sun.com>
rpm-build 34167a
Date:   Fri Aug 11 14:43:15 2006 -0700
rpm-build 34167a
rpm-build 34167a
    Version bump -> 1.0.2
rpm-build 34167a
rpm-build 34167a
commit 55f64a8a29094905b9f49be95ee576de4a2e1a46
rpm-build 34167a
Author: Alan Coopersmith <alan.coopersmith@sun.com>
rpm-build 34167a
Date:   Fri Aug 11 14:41:42 2006 -0700
rpm-build 34167a
rpm-build 34167a
    Require xorg-macros 1.1.0 or later for XORG_WITH_LINT & XORG_LINT_LIBRARY macros
rpm-build 34167a
rpm-build 34167a
commit ae43ecfcb85ad238b2a513d3caf400028b951019
rpm-build 34167a
Author: Alan Coopersmith <alan.coopersmith@sun.com>
rpm-build 34167a
Date:   Fri Aug 11 14:26:26 2006 -0700
rpm-build 34167a
rpm-build 34167a
    Add lint library to CLEANFILES
rpm-build 34167a
rpm-build 34167a
commit a106f489a69246f24535acd8bdac96e273df7334
rpm-build 34167a
Author: Alan Coopersmith <alan.coopersmith@sun.com>
rpm-build 34167a
Date:   Fri Aug 11 14:22:42 2006 -0700
rpm-build 34167a
rpm-build 34167a
    Replace static ChangeLog with dist-hook to generate from git-log
rpm-build 34167a
rpm-build 34167a
commit 644ff9232d48a32dcc16a1eeba2b51c8686eb33e
rpm-build 34167a
Author: Alan Coopersmith <alan.coopersmith@sun.com>
rpm-build 34167a
Date:   Thu Aug 10 15:58:18 2006 -0700
rpm-build 34167a
rpm-build 34167a
    Use AC_CHECK_FUNCS instead of #ifdef SYSV to check for srand48 & lrand48
rpm-build 34167a
rpm-build 34167a
commit 048d2bb6b48dce7b2afea39cd429f3253d8e77ca
rpm-build 34167a
Author: Alan Coopersmith <alan.coopersmith@sun.com>
rpm-build 34167a
Date:   Thu Aug 10 15:43:31 2006 -0700
rpm-build 34167a
rpm-build 34167a
    Add *~ to .gitignore to ignore emacs droppings
rpm-build 34167a
rpm-build 34167a
commit 1f3fadd3a0f8226fb19f94d6a6344e144e031bba
rpm-build 34167a
Author: Alan Coopersmith <alan.coopersmith@sun.com>
rpm-build 34167a
Date:   Thu Jul 13 18:01:01 2006 -0700
rpm-build 34167a
rpm-build 34167a
    Add lint checking & library targets
rpm-build 34167a
rpm-build 34167a
commit 0b7f0333fe6384598e78f6e0dc61dfbf3636c1c8
rpm-build 34167a
Author: Alan Coopersmith <alan.coopersmith@sun.com>
rpm-build 34167a
Date:   Thu Jul 13 17:52:46 2006 -0700
rpm-build 34167a
rpm-build 34167a
    Fix sparse warnings for using 0 instead of NULL
rpm-build 34167a
    
rpm-build 34167a
    RA8.c:50:17: warning: Using plain integer as NULL pointer
rpm-build 34167a
    RA16.c:50:16: warning: Using plain integer as NULL pointer
rpm-build 34167a
    RA32.c:50:16: warning: Using plain integer as NULL pointer
rpm-build 34167a
    RAofA8.c:50:16: warning: Using plain integer as NULL pointer
rpm-build 34167a
rpm-build 34167a
commit bfcde07215512ea5153700bc57ef8baa8d3e9ef2
rpm-build 34167a
Author: Alan Coopersmith <alan.coopersmith@sun.com>
rpm-build 34167a
Date:   Thu Jul 13 14:58:52 2006 -0700
rpm-build 34167a
rpm-build 34167a
    renamed: .cvsignore -> .gitignore
rpm-build 34167a
rpm-build 34167a
commit f204a3d32500eb8c6ec7a694a21440fc330ab834
rpm-build 34167a
Author: Adam Jackson <ajax@nwnk.net>
rpm-build 34167a
Date:   Thu Apr 27 00:07:09 2006 +0000
rpm-build 34167a
rpm-build 34167a
    Bump to 1.0.1
rpm-build 34167a
rpm-build 34167a
commit b7de07f180407a1597ee74cc570311d7eb808637
rpm-build 34167a
Author: Adam Jackson <ajax@nwnk.net>
rpm-build 34167a
Date:   Mon Mar 20 19:51:32 2006 +0000
rpm-build 34167a
rpm-build 34167a
    Bug #6243: Fix build on Cygwin, and when srcdir != objdir. (Yaakov
rpm-build 34167a
        Selkowitz)
rpm-build 34167a
rpm-build 34167a
commit aaee3f658482018c622d8cbb926bbfa14df64eea
rpm-build 34167a
Author: Adam Jackson <ajax@nwnk.net>
rpm-build 34167a
Date:   Thu Jan 12 23:36:41 2006 +0000
rpm-build 34167a
rpm-build 34167a
    static -> static const
rpm-build 34167a
rpm-build 34167a
commit 9f8e330eff571cc0c525fd42c4ef8a34cac2eb0d
rpm-build 34167a
Author: Kevin E Martin <kem@kem.org>
rpm-build 34167a
Date:   Thu Dec 15 00:24:29 2005 +0000
rpm-build 34167a
rpm-build 34167a
    Update package version number for final X11R7 release candidate.
rpm-build 34167a
rpm-build 34167a
commit 9cd3a3746077c2d6a8fcf2c2c125237d9207e2fb
rpm-build 34167a
Author: Kevin E Martin <kem@kem.org>
rpm-build 34167a
Date:   Sat Dec 3 05:49:43 2005 +0000
rpm-build 34167a
rpm-build 34167a
    Update package version number for X11R7 RC3 release.
rpm-build 34167a
rpm-build 34167a
commit da0e8c8bbdfe6cef0225960b204eb9878897cb9b
rpm-build 34167a
Author: Kevin E Martin <kem@kem.org>
rpm-build 34167a
Date:   Sat Nov 19 07:15:41 2005 +0000
rpm-build 34167a
rpm-build 34167a
    Update pkgconfig files to separate library build-time dependencies from
rpm-build 34167a
        application build-time dependencies, and update package deps to work
rpm-build 34167a
        with separate build roots.
rpm-build 34167a
rpm-build 34167a
commit cbd6a80c320d7d02ca3bb6d1ca036c0eff27d2c3
rpm-build 34167a
Author: Kevin E Martin <kem@kem.org>
rpm-build 34167a
Date:   Wed Oct 19 02:48:09 2005 +0000
rpm-build 34167a
rpm-build 34167a
    Update package version number for RC1 release.
rpm-build 34167a
rpm-build 34167a
commit 0609d6f55136698cb7120b62244d44423e6f0945
rpm-build 34167a
Author: Kevin E Martin <kem@kem.org>
rpm-build 34167a
Date:   Wed Oct 5 19:24:07 2005 +0000
rpm-build 34167a
rpm-build 34167a
    Add missing files to EXTRA_DIST
rpm-build 34167a
rpm-build 34167a
commit b0c00126bad965f526ef13fa041248e8379a4a53
rpm-build 34167a
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
rpm-build 34167a
Date:   Sat Jul 30 07:44:09 2005 +0000
rpm-build 34167a
rpm-build 34167a
    Add missing library dependencies: Xdmcp: -lsocket (if needed for recvfrom,
rpm-build 34167a
        such as on Solaris) lbxutil: -lz xkbui: -lm
rpm-build 34167a
rpm-build 34167a
commit 19ca07e4c538a6f8b46b3bbcdacd39afc1fdede0
rpm-build 34167a
Author: Kevin E Martin <kem@kem.org>
rpm-build 34167a
Date:   Fri Jul 29 21:22:51 2005 +0000
rpm-build 34167a
rpm-build 34167a
    Various changes preparing packages for RC0:
rpm-build 34167a
    - Verify and update package version numbers as needed
rpm-build 34167a
    - Implement versioning scheme
rpm-build 34167a
    - Change bug address to point to bugzilla bug entry form
rpm-build 34167a
    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
rpm-build 34167a
        reenable it)
rpm-build 34167a
    - Fix makedepend to use pkgconfig and pass distcheck
rpm-build 34167a
    - Update build script to build macros first
rpm-build 34167a
    - Update modular Xorg version
rpm-build 34167a
rpm-build 34167a
commit 7242946c1cac1ecb97ea0cc312a8ea08707ca945
rpm-build 34167a
Author: Daniel Stone <daniel@fooishbar.org>
rpm-build 34167a
Date:   Sat Jul 16 06:41:57 2005 +0000
rpm-build 34167a
rpm-build 34167a
    Use -version-number instead of -version-info.
rpm-build 34167a
rpm-build 34167a
commit ce57d6479026168ab4839dc8d93f8c13c7ee6356
rpm-build 34167a
Author: Adam Jackson <ajax@nwnk.net>
rpm-build 34167a
Date:   Thu Jul 14 15:12:44 2005 +0000
rpm-build 34167a
rpm-build 34167a
    typo fixes (Matthieu Herrb)
rpm-build 34167a
rpm-build 34167a
commit d5c88f476d6d263b9e80640c1acd3ec784c7184b
rpm-build 34167a
Author: Keith Packard <keithp@keithp.com>
rpm-build 34167a
Date:   Sat Jul 9 06:15:32 2005 +0000
rpm-build 34167a
rpm-build 34167a
    Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory
rpm-build 34167a
rpm-build 34167a
commit 1df326ab00b3ca1faf44d81ce53f6b66076ad0cf
rpm-build 34167a
Author: Daniel Stone <daniel@fooishbar.org>
rpm-build 34167a
Date:   Sun Jul 3 07:00:56 2005 +0000
rpm-build 34167a
rpm-build 34167a
    Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
rpm-build 34167a
    Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings.
rpm-build 34167a
    Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all
rpm-build 34167a
        source files in the xserver/xorg tree, predicated on defines of
rpm-build 34167a
        HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to
rpm-build 34167a
        <X11/fonts/foo.h>.
rpm-build 34167a
rpm-build 34167a
commit 77283d94174d18791e230b4800641242c1767e87
rpm-build 34167a
Author: Adam Jackson <ajax@nwnk.net>
rpm-build 34167a
Date:   Thu May 19 00:22:32 2005 +0000
rpm-build 34167a
rpm-build 34167a
    revert last change, didn't do right thing at all, sorry for the noise
rpm-build 34167a
rpm-build 34167a
commit daefb98f4437af90dcff3853ec23b8a1f0864018
rpm-build 34167a
Author: Adam Jackson <ajax@nwnk.net>
rpm-build 34167a
Date:   Thu May 19 00:10:07 2005 +0000
rpm-build 34167a
rpm-build 34167a
    Require automake 1.7 in AM_INIT_AUTOMAKE
rpm-build 34167a
rpm-build 34167a
commit 2f31285482451b8ed44b0b61969a7f324dbe905a
rpm-build 34167a
Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
rpm-build 34167a
Date:   Tue May 17 14:43:47 2005 +0000
rpm-build 34167a
rpm-build 34167a
    Tue May 17 10:38:30 2005 Søren Sandmann <sandmann@redhat.com>
rpm-build 34167a
    Remove Xdmcpconf.h and references to it, since it is not needed.
rpm-build 34167a
    Delete entries from the xlibs tree since they are not relevant
rpm-build 34167a
rpm-build 34167a
commit 83b3f8f9fcb08348d28dbdb19e07a2c41b9f8bf2
rpm-build 34167a
Author: Josh Triplett <josh@speakeasy.net>
rpm-build 34167a
Date:   Sat May 14 08:03:04 2005 +0000
rpm-build 34167a
rpm-build 34167a
    Add Xdmcpconf.h.in from xlibs tree.
rpm-build 34167a
rpm-build 34167a
commit ceec4744a2906539154007edf1ec3b865fef1991
rpm-build 34167a
Author: Josh Triplett <josh@speakeasy.net>
rpm-build 34167a
Date:   Sat May 14 07:58:43 2005 +0000
rpm-build 34167a
rpm-build 34167a
    Add configure.ac for Xdmcp from xlibs tree.
rpm-build 34167a
rpm-build 34167a
commit d5d1fb73e5c8c0b2a5b2704ec6b8394fc8a425b4
rpm-build 34167a
Author: Josh Triplett <josh@speakeasy.net>
rpm-build 34167a
Date:   Sat May 14 07:46:48 2005 +0000
rpm-build 34167a
rpm-build 34167a
    Move includes in Xau and Xdmcp into include/X11 subdirectories so that the
rpm-build 34167a
        source can reference them with <X11/...>.
rpm-build 34167a
rpm-build 34167a
commit 0ea8a9fde966a2fbdc075e4cfc47235d3c899022
rpm-build 34167a
Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
rpm-build 34167a
Date:   Thu May 12 16:27:25 2005 +0000
rpm-build 34167a
rpm-build 34167a
    Thu May 12 12:24:16 2005 Søren Sandmann <sandmann@redhat.com>
rpm-build 34167a
    Conditionally include config.h
rpm-build 34167a
    add Makefile.am
rpm-build 34167a
rpm-build 34167a
commit 845dff36906d99a80ea920a8d0efb73bd0b88d56
rpm-build 34167a
Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
rpm-build 34167a
Date:   Thu May 12 16:12:34 2005 +0000
rpm-build 34167a
rpm-build 34167a
    Make xtrans install in $(includedir)/X11/Xtrans. Remove all references to
rpm-build 34167a
        Xtransdef.
rpm-build 34167a
    Add Xdmcp build files
rpm-build 34167a
    Add Wrap.h to lib/dmcp part of symlink script.
rpm-build 34167a
rpm-build 34167a
commit 2e5c59efc9df61d84f81af0f9a100672d096bac6
rpm-build 34167a
Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
rpm-build 34167a
Date:   Mon Nov 15 15:06:55 2004 +0000
rpm-build 34167a
rpm-build 34167a
    Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 Added
rpm-build 34167a
        mingw (Win32) port
rpm-build 34167a
rpm-build 34167a
commit 5cd56c90f05d05c19c484f606b70d17873b507b5
rpm-build 34167a
Author: Keith Packard <keithp@keithp.com>
rpm-build 34167a
Date:   Tue Aug 24 18:33:32 2004 +0000
rpm-build 34167a
rpm-build 34167a
    Replace 'uint32_t' with 'CARD32' and 'uint8_t' with 'CARD8'. Add #include
rpm-build 34167a
        <X11/Xmd.h>
rpm-build 34167a
    reviewed by: Stuart Kreitman <Stuart.Kreitman@Sun.COM>
rpm-build 34167a
rpm-build 34167a
commit 874e5e8b17f111f07c2c4e9167b4940365cc1421
rpm-build 34167a
Author: Stuart Kreitman <stuart.kreitman@sun.com>
rpm-build 34167a
Date:   Mon Aug 23 17:06:37 2004 +0000
rpm-build 34167a
rpm-build 34167a
    Modified Files: Wraphelp.c
rpm-build 34167a
    Coding standard recommended by C99 standards body:
rpm-build 34167a
    http://www.oreillynet.com/pub/a/network/2003/10/07/michael_barr.html
rpm-build 34167a
rpm-build 34167a
commit 7acd9ecff911e900deb03767f283d59fc90f550c
rpm-build 34167a
Author: Jim Gettys <jg@freedesktop.org>
rpm-build 34167a
Date:   Sun Aug 22 01:02:25 2004 +0000
rpm-build 34167a
rpm-build 34167a
    Matthieu Herrb <matthieu.herrb@laas.fr> points out:
rpm-build 34167a
    Hmm, this version doesn't work on LP64 big endian machines (like
rpm-build 34167a
    *BSD/sparc64). The problems were fixed in OpenBSD. May I suggest to switch
rpm-build 34167a
        to this version (it's the same origin, with the LP64 problems fixed):
rpm-build 34167a
        <http://www.openbsd.org/cgi-bin/cvsweb.cgi/XF4/xc/lib/Xdmcp/Wraphelp.c>
rpm-build 34167a
rpm-build 34167a
commit faf433b79417ef801ed3c62fdf9bbc8edf1b6ba3
rpm-build 34167a
Author: Jim Gettys <jg@freedesktop.org>
rpm-build 34167a
Date:   Sat Aug 21 02:06:44 2004 +0000
rpm-build 34167a
rpm-build 34167a
    Add Wraphelp.c to lib/Xdmcp, at long last, along with the U.S. government
rpm-build 34167a
        required notifications. The website notification went up first.
rpm-build 34167a
    Clean up Wraphelp.c so that it compiles cleanly.
rpm-build 34167a
    I chose the version Australian version written for R5 written by Eric
rpm-build 34167a
        Eay@psych.psy.uq.oz.au, as I don't know where the original one was, and
rpm-build 34167a
        didn't want to touch XFree86.
rpm-build 34167a
    Make HasXdmAuth YES for xorg.
rpm-build 34167a
rpm-build 34167a
commit 4a01be711a72d99e054a83e9a00a27b2fc420601
rpm-build 34167a
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
rpm-build 34167a
Date:   Sat Aug 7 19:22:01 2004 +0000
rpm-build 34167a
rpm-build 34167a
    Check to see if array->data is NULL before we dereference it, instead of
rpm-build 34167a
        after. (Prevents segfault when array->data is initialized to NULL, but
rpm-build 34167a
        array->length is not set to 0.)
rpm-build 34167a
    Always initialize both data & length in ARRAYs.
rpm-build 34167a
rpm-build 34167a
commit 54c91c33da46e67a4efce0dd43def29c65677ed4
rpm-build 34167a
Author: Egbert Eich <eich@suse.de>
rpm-build 34167a
Date:   Tue Jul 6 14:37:47 2004 +0000
rpm-build 34167a
rpm-build 34167a
    Separated Intel drivers from default DriDrivers to avoid building them on
rpm-build 34167a
        IA64 (Egbert Eich).
rpm-build 34167a
    Fixed wrong function prototype (Egbert Eich).
rpm-build 34167a
    Don't test for generic VGA on IA64 (Egbert Eich).
rpm-build 34167a
    Fixed a segfault when accessing a structure before verifying the pointer
rpm-build 34167a
        exists (Egbert Eich).
rpm-build 34167a
    Added a showcache option for debugging (Egbert Eich).
rpm-build 34167a
    Increase default video RAM size to 16MB when DRI is enabled and more than
rpm-build 34167a
        128MB are available (Egbert Eich). Fixed lockups during mode switch.
rpm-build 34167a
        Problem was introduced when attempting to copy the behavior during
rpm-build 34167a
        LeaveVT()/EnterVT() but but forgetting to call I810DRILeave() before
rpm-build 34167a
        I810DRIEnter(). The entire DRILeave()/Enter() scenario has been
rpm-build 34167a
        commented out as it didn't seem to be necessary (Egbert Eich).
rpm-build 34167a
    Fix TweakMemorySize() (tested with i855/i865) (Egbert Eich).
rpm-build 34167a
    increased MAX_DEVICES to 128 (Egbert Eich).
rpm-build 34167a
    Use OS provided PCI config space access as default method (Egbert Eich).
rpm-build 34167a
    Added support for Linux 2.6 proc file format.
rpm-build 34167a
    Fixed unaligned accesses to pieces of the VBE info block. VESA did not
rpm-build 34167a
        align elements to size (Egbert Eich).
rpm-build 34167a
rpm-build 34167a
commit 11ce0b3adae5dac23d95fae62570d0a7e872055f
rpm-build 34167a
Author: Egbert Eich <eich@suse.de>
rpm-build 34167a
Date:   Fri Apr 23 18:43:41 2004 +0000
rpm-build 34167a
rpm-build 34167a
    Merging XORG-CURRENT into trunk
rpm-build 34167a
rpm-build 34167a
commit d1291a78bebace4d4ccef4b552bbfd145961ee44
rpm-build 34167a
Author: Egbert Eich <eich@suse.de>
rpm-build 34167a
Date:   Sun Mar 14 08:32:05 2004 +0000
rpm-build 34167a
rpm-build 34167a
    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
rpm-build 34167a
rpm-build 34167a
commit ca6d962126b1d876851293d9c0a407ff733b5558
rpm-build 34167a
Author: Egbert Eich <eich@suse.de>
rpm-build 34167a
Date:   Wed Mar 3 12:11:28 2004 +0000
rpm-build 34167a
rpm-build 34167a
    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
rpm-build 34167a
rpm-build 34167a
commit 3132e3a51c671fc95ee2b88802ae30abcb177320
rpm-build 34167a
Author: Egbert Eich <eich@suse.de>
rpm-build 34167a
Date:   Thu Feb 26 13:35:33 2004 +0000
rpm-build 34167a
rpm-build 34167a
    readding XFree86's cvs IDs
rpm-build 34167a
rpm-build 34167a
commit 47d1195510762af8efce38806dc75adc0bdc09cc
rpm-build 34167a
Author: Egbert Eich <eich@suse.de>
rpm-build 34167a
Date:   Thu Feb 26 09:22:42 2004 +0000
rpm-build 34167a
rpm-build 34167a
    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
rpm-build 34167a
rpm-build 34167a
commit 8ecf5d371806b603b64f257e4caa1d9cbc19556d
rpm-build 34167a
Author: Kaleb Keithley <kaleb@freedesktop.org>
rpm-build 34167a
Date:   Fri Dec 19 20:54:35 2003 +0000
rpm-build 34167a
rpm-build 34167a
    XFree86 4.3.99.902 (RC 2)
rpm-build 34167a
rpm-build 34167a
commit 9cfba0fa56ff1ebae9aaccf1e63049759dbd37f5
rpm-build 34167a
Author: Kaleb Keithley <kaleb@freedesktop.org>
rpm-build 34167a
Date:   Thu Dec 4 22:02:56 2003 +0000
rpm-build 34167a
rpm-build 34167a
    XFree86 4.3.99.901 (RC 1)
rpm-build 34167a
rpm-build 34167a
commit c95e0de1641abf24792dcafc5a98a95986183f53
rpm-build 34167a
Author: Kaleb Keithley <kaleb@freedesktop.org>
rpm-build 34167a
Date:   Tue Nov 25 19:28:09 2003 +0000
rpm-build 34167a
rpm-build 34167a
    XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
rpm-build 34167a
rpm-build 34167a
commit 0200b5d9bb6a599aefbb05a2217e243ea0da387b
rpm-build 34167a
Author: Kaleb Keithley <kaleb@freedesktop.org>
rpm-build 34167a
Date:   Fri Nov 14 16:48:48 2003 +0000
rpm-build 34167a
rpm-build 34167a
    XFree86 4.3.0.1
rpm-build 34167a
rpm-build 34167a
commit d1eb0ee78fbb0c109f9fa8e1bc05907608fc4299
rpm-build 34167a
Author: Kaleb Keithley <kaleb@freedesktop.org>
rpm-build 34167a
Date:   Fri Nov 14 15:54:38 2003 +0000
rpm-build 34167a
rpm-build 34167a
    R6.6 is the Xorg base-line