commit d47ff0076538baaed6e40e16d179205b87ff1668
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Feb 10 17:00:19 2013 -0800

    lbxproxy 1.0.3
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 59c27f9ab0b881e875ca39b8ce81f57d768f8a99
Author: Egbert Eich <eich@freedesktop.org>
Date:   Thu May 19 09:33:02 2011 +0200

    install: Use sysconfdir instead of libdir for config files.
    
    Most X packages today install their config files in sysconfigdir,
    only a few are left which still put their configuration in libdir.
    Fix and consolidate setting of the config dir in one place.
    
    Signed-off-by: Egbert Eich <eich@freedesktop.org>

commit 11d60dbe2012ffdf3acdc9f1b859ac6b102f4eab
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Wed May 23 22:25:44 2012 -0700

    Add const qualifiers to silence some gcc -Wwrite-strings warnings
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 2d858f3bcfe9e3c9f56209624539df267e11a20c
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Wed May 23 22:12:50 2012 -0700

    Cast pointer to long instead of int
    
    Matches the cast passed in ((pointer)(long) server->index on line 1276)
    Fixes gcc error:
    di/wire.c:1119:27: error: cast from pointer to integer of different size
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 720758ac56ecb41e8156c7dae35d764fa926cd98
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri Feb 18 17:30:00 2011 -0800

    Add standard url's to README
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit a39c4444bc0f44128031498278bc95f969ffe590
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri Feb 18 17:26:11 2011 -0800

    config: replace obsolete usage of AC_OUTPUT with AC_CONFIG_FILES
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit ae9ac6398ef3ddabb7b46de3c2ed1e6d7c233f17
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri Feb 18 17:14:04 2011 -0800

    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
    
    Regroup AC statements under the Autoconf initialization section.
    Regroup AM statements under the Automake initialization section.
    Add missing AC_CONFIG_SRCDIR
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit e1b62ee0218934f1f9ad08361e00622d6e41cbb5
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri Feb 18 17:11:56 2011 -0800

    config: upgrade to util-macros 1.8 for additional man page support
    
    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
    The value of MAN_SUBST is the same for all X.Org packages.
    
    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
    Enables use of platform appropriate version of sed.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit d8197b416ec7f2bd732da14c903864d4cf638fda
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Fri Feb 18 17:10:32 2011 -0800

    config: update AC_PREREQ statement to 2.60
    
    Unrelated to the previous patches, the new value simply reflects
    the reality that the minimum level for autoconf to configure
    all x.org modules is 2.60 dated June 2006.
    
    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit f0f9488097f8618cde53f3135fba6d7ad1b645d6
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri Feb 18 17:09:20 2011 -0800

    config: Remove unnecessary calls from configure.ac
    
    XORG_MANPAGE_SECTIONS, XORG_RELEASE_VERSION, XORG_CHANGELOG,
    AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
    PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 031adc7a5843e3c803514c1514131db80ad4010c
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri Feb 18 17:03:44 2011 -0800

    Don't link directly against libz
    
    lbxproxy doesn't call libz directly, it calls liblbxutil functions, so
    gets libz as a dependency of liblbxutil either via ELF shared object
    dependencies or pkg-config Libs.private for static links.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 47cc0e29570317516aec0dcee9c6ed8003b1b11d
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri Aug 6 08:09:21 2010 -0700

    Fill in COPYING file with copyright notices from source code
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit d5c7f899e0e8d8959e5b1975c2d1a14b8791240a
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Mon Nov 2 22:28:37 2009 -0800

    lbxproxy 1.0.2
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit 1f16bc85e198013a4673c4f1fe21599b332abcc6
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Mon Nov 2 22:07:10 2009 -0800

    Fix compatibility with libXext 1.1 / xextproto 7.1 headers
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit 4ec6d7bda0ad09c160ebe1621a5bbdc35010fbfd
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Mon Nov 2 22:04:32 2009 -0800

    Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit 0fde418f11ccbd88b6e7c43e84b7a719b7409cfd
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Mon Nov 2 20:37:27 2009 -0800

    Rename lbx.h to lbxproxy.h to avoid conflict with new lbx.h in xextproto 7.1
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit c39bd2f1085bb34493dc6e5ad8328ee106619e26
Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
Date:   Fri Jan 16 19:38:12 2009 -0200

    Ansification and compile warning fixes.
    
      This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects
    make distcheck and all gcc 4.3 and sparse warnings.
    
      To avoid warnings, several changes in the pseudo patch format
    
    - static int foo();
    - static int foo(type *arg) { ... }
    + static int foo(void *);
    + static int foo(void *_arg) { type *arg = _arg; ... }
    
    were made, and all function pointer structure fields and arguments
    were also "ansified".

commit 40785f14202c645d9a2c99efa0356c00e8dd16ea
Author: James Cloos <cloos@jhcloos.com>
Date:   Thu Dec 6 16:37:01 2007 -0500

    Replace static ChangeLog with dist-hook to generate from git log

commit c850f28a718ad88ae8269460319019b538e08623
Author: James Cloos <cloos@jhcloos.com>
Date:   Mon Sep 3 05:51:03 2007 -0400

    Add *~ to .gitignore to skip patch/emacs droppings

commit 84eeda8e36236e0aad0eaa2f62d7f59f147e7e33
Author: James Cloos <cloos@jhcloos.com>
Date:   Thu Aug 23 19:24:25 2007 -0400

    Rename .cvsignore to .gitignore

commit 2b4201e7f30978fdcbc610c8b300295d004f06a3
Author: J.P. Larocque <piranha-fdo-bz@thoughtcrime.us>
Date:   Mon Nov 20 11:05:29 2006 -0800

    Bug 7317: xfs doesn't build on some GLIBC based systems: _XOPEN_SOURCE undefined
    
    Bug 7317: <https://bugs.freedesktop.org/show_bug.cgi?id=7317>

commit fc95d8ab441d8a8e2758740f29c317df2716e0a8
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Jun 26 17:52:33 2006 +0000

    From Patch #6046 <https://bugs.freedesktop.org/attachment.cgi?id=6046>
        Ensure ai is initialized to NULL. (Peter Breitenlohner)

commit c383755fbf73305995b0d6b3d23e6c816d21f0bc
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Dec 21 02:29:43 2005 +0000

    Update package version for X11R7 release.

commit 9b86b711522804fbeb4367675c313bbb404d5eab
Author: Adam Jackson <ajax@nwnk.net>
Date:   Mon Dec 19 16:22:40 2005 +0000

    Stub COPYING files

commit b87110d039b58395c9a7fa56b9b5f075d35d3b40
Author: Kevin E Martin <kem@kem.org>
Date:   Thu Dec 15 00:24:02 2005 +0000

    Update package version number for final X11R7 release candidate.

commit 51799b7129079cecd5cdaa7a9ed436963b7cca4a
Author: Kevin E Martin <kem@kem.org>
Date:   Tue Dec 6 22:48:16 2005 +0000

    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

commit 0a6a9cfe482fdb87d69e27abc2d0e1eac4e261f9
Author: Kevin E Martin <kem@kem.org>
Date:   Sat Dec 3 05:49:16 2005 +0000

    Update package version number for X11R7 RC3 release.

commit 3f04608320b6535fc684153592c1251f0d44ed93
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Nov 28 22:01:37 2005 +0000

    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

commit 16f7c032d8e3fe71a9d12105f8dcacd2bf959e85
Author: Eric Anholt <anholt@freebsd.org>
Date:   Mon Nov 21 10:34:55 2005 +0000

    Another pass at .cvsignores for apps.

commit ea53bc8940350245bbea23e45798d4cfae8cad3d
Author: Eric Anholt <anholt@freebsd.org>
Date:   Sun Nov 20 22:08:48 2005 +0000

    Add/improve .cvsignore files for apps.

commit 0b128a2d987de23bd4d09c83f156d1b603f87f4d
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Nov 9 21:09:19 2005 +0000

    Update package version number for X11R7 RC2 release.

commit f2c32421be808d08580425caf6649858bf4f8fdc
Author: Kevin E Martin <kem@kem.org>
Date:   Tue Nov 1 15:05:18 2005 +0000

    Update pkgcheck depedencies to work with separate build roots.

commit bee367aec2117879ad89cc7ab4416d6ad7c5778d
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Oct 19 02:47:48 2005 +0000

    Update package version number for RC1 release.

commit deaf817f7db245ea1c64e6b3bcda62e4d39c26ff
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Oct 17 23:56:19 2005 +0000

    Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
        work better with BSD make

commit d9e2c0029a9e058be9addebc100c992d46cb70dc
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Fri Oct 14 00:25:41 2005 +0000

    Use sed to fill in variables in man page

commit 4b38b53e709e22c2854786c63943f038074bf2b7
Author: Kevin E Martin <kem@kem.org>
Date:   Tue Oct 4 23:28:30 2005 +0000

    Install AtomControl config file

commit 7837232b33c19dbfe8271cffe0bdaa277dacb736
Author: Kristian Høgsberg <krh@redhat.com>
Date:   Wed Sep 28 19:47:31 2005 +0000

    add design and lbxproxy.def.
    Copy first two paragraphs from man page.

commit 377b494577a924ee1621177933bee4bb5cc27fff
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Sat Aug 27 01:45:27 2005 +0000

    Fixes for running X Test Suite via lbxproxy:
    - Failure for Xproto/GetProperty [Sun bug #4432077]
    - lbxproxy crash on Xlib5/XGetWindowProperty [Sun bug #4416964]
    - lbxproxy crash on Xlib7/XCreateColormap-10 [Sun bug #4431077]
    - lbxproxy crash on Xproto tests for bad length [Sun bug #4414232] (Derek
        Wang - Sun Microsystems)

commit d8673a80bc32fca0a498a17baffaa33338266dc7
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Aug 1 20:25:27 2005 +0000

    Install man pages to section 1 instead of section m (Patch from Donnie
        Berkholz)

commit 34a5292ea61506ebef54291a2c1a4162953ae93f
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Sat Jul 30 19:32:32 2005 +0000

    Add -D flags to clear more compiler warnings (Stefan Dirsch)

commit 71013ebba0c8061724590668988a550403e03dce
Author: Kevin E Martin <kem@kem.org>
Date:   Fri Jul 29 21:22:29 2005 +0000

    Various changes preparing packages for RC0:
    - Verify and update package version numbers as needed
    - Implement versioning scheme
    - Change bug address to point to bugzilla bug entry form
    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
        reenable it)
    - Fix makedepend to use pkgconfig and pass distcheck
    - Update build script to build macros first
    - Update modular Xorg version

commit b69d2b2dcd5dc48d9cf7e2c95a4cb888a0c7f6f3
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Jul 27 22:07:05 2005 +0000

    Fix os detection and OS_CFLAGS

commit 635c563d867351efaa5622229ec1308a8e601bae
Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
Date:   Wed Jul 27 21:01:02 2005 +0000

    Only add _XOPEN_SOURCE on Linux

commit 63864960b51e56669a0e401d4631a32ec5571835
Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
Date:   Wed Jul 27 19:34:41 2005 +0000

    Add -D_XOPEN_SOURCE

commit a7a9f78c85b1719bf77e40726eab68258bd5c662
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Tue Jul 26 18:55:42 2005 +0000

    Add config.h includes for modularization Use RETSIGTYPE if defined by
        autoconf in addition to Imake's SIGNALRETURNSINT. Use
        HAVE_WORKING_VFORK if defined by autoconf in addition to Imake's
        HAS_VFORK

commit 369b37b48b2b207911a71ccc88db11baaeaf40c4
Author: Adam Jackson <ajax@nwnk.net>
Date:   Wed Jul 20 19:31:49 2005 +0000

    Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
        configure cache, you cache it, and the cached value is probably wrong.

commit fd2075fc6d32c06c6010f0396029ef5bfe065883
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Sat Jul 16 20:52:25 2005 +0000

    Mark variables modified in signal handlers as volatile (part of Sun bug id
        4496504)

commit 7ca546f0d8e9aec988c2469dec93804ac9ece28b
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Sat Jul 16 17:50:50 2005 +0000

    - lbxproxy/configure.ac: Add XTRANS_CONNECTION_FLAGS so lbxtransport.c
        builds
    - proxymngr/Makefile.am: Replace $< with portable construct
    - lbxproxy/configure.ac:
    - proxymngr/configure.ac:
    - xfwp/configure.ac: Add xproxymngproto to PKG_CHECK_MODULES

commit 01586289e0bce1a6aeccbf48c5d0837c0efecbc0
Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
Date:   Tue Jul 12 18:45:46 2005 +0000

    - lib/lbxutil/lbxutil.pc.in: link to lbxutil, not Xfixes
    - symlink.sh: add xedit.h, add xedit/lis/mp directory, add xfs
    - xc/programs/xedit: include "lisp/../xedit.h" instead of xedit/xedit.h
    - Change include of "foo.h" to <X11/.../foo.h> in various places in
        xc/programs/lbxproxy and xc/programs/xfs
    - add build system for xfs
    - add forgotten lbxproxytrans.c file

commit 97c6c7ee4b6baa1c4d5f339025c567c57f93df30
Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
Date:   Mon Jul 11 21:52:39 2005 +0000

    Build system for lbxproxy

commit a0dcd2514f362f9b103e3107f7af53e696c678c7
Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
Date:   Thu Jun 9 15:52:02 2005 +0000

    Replace <X11/Xtrans.h> with <X11/Xtrans/Xtrans.h>
    Copy Xtrans.h to exports/include/X11/Xtrans only

commit f865977a66448e327644d8c91b195a732d7750b3
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Wed Mar 9 03:20:32 2005 +0000

    Bugzilla Bug 2678 (https://bugs.freedesktop.org/show_bug.cgi?id=2678) Patch
        #2051 (https://bugs.freedesktop.org/attachment.cgi?id=2051) lbxproxy
        core dumps on exit if clients have had authentication failures (Sun bug
        #5074303 - Fix by Derek Wang <derek.wang@sun.com>)

commit 7ddd16e116f98daf82e0aa19f3d4128700f9f1d7
Author: Egbert Eich <eich@suse.de>
Date:   Fri Apr 23 19:54:35 2004 +0000

    Merging XORG-CURRENT into trunk

commit a4538ead47bb66fcf961109e3c4093f7b271db77
Author: Egbert Eich <eich@suse.de>
Date:   Sun Mar 14 08:34:53 2004 +0000

    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004

commit dfc2ef80ef76a57c7e76452f7e5732d93ee4e532
Author: Egbert Eich <eich@suse.de>
Date:   Wed Mar 3 12:12:53 2004 +0000

    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004

commit 31e86f3ca15c060c67e868d9efda8a4df7706650
Author: Egbert Eich <eich@suse.de>
Date:   Thu Feb 26 13:36:15 2004 +0000

    readding XFree86's cvs IDs

commit c254e7bc20ccc7fc9ac436e3f6a710f9bd76b7de
Author: Egbert Eich <eich@suse.de>
Date:   Thu Feb 26 09:23:54 2004 +0000

    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004

commit 9aa9842a364e2e085cceb1746b1255a199de277d
Author: Egbert Eich <eich@suse.de>
Date:   Thu Jan 29 08:09:01 2004 +0000

    Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004

commit 8bd397d564d45e4121d958f2faa6116e2be4fa64
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Fri Dec 19 20:55:44 2003 +0000

    XFree86 4.3.99.902 (RC 2)

commit 57be7aaec2388601d722d9aa51cab73c525c6e3b
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Tue Nov 25 19:29:02 2003 +0000

    XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks

commit 44c57155607fba22f35981377381b49969368318
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Fri Nov 14 16:48:57 2003 +0000

    XFree86 4.3.0.1

commit 6bcb25d990a285e0e913044cffc3919d0091c263
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Fri Nov 14 16:48:57 2003 +0000

    Initial revision

commit 83fda9598025b9abcae2ea1a3b47e1d3e9f46d95
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Fri Nov 14 15:54:53 2003 +0000

    R6.6 is the Xorg base-line
