Blame ChangeLog

Packit Service f89583
commit d9443b2c57b512cfb250b35707378654d86c7dea
Packit Service f89583
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit Service f89583
Date:   Sun Feb 10 14:42:30 2019 -0800
Packit Service f89583
Packit Service f89583
    libXau 1.0.9
Packit Service f89583
    
Packit Service f89583
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit Service f89583
Packit Service f89583
commit 6f0b6fcf699592d9ed284356571a2f4681726ac5
Packit Service f89583
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit Service f89583
Date:   Fri Dec 7 19:38:53 2018 -0800
Packit Service f89583
Packit Service f89583
    Update configure.ac bug URL for gitlab migration
Packit Service f89583
    
Packit Service f89583
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit Service f89583
Packit Service f89583
commit 7ba7085b4f01f3cd72008712a5333ea3f0edfd88
Packit Service f89583
Author: walter harms <wharms@bfs.de>
Packit Service f89583
Date:   Sat Oct 28 19:14:22 2017 +0200
Packit Service f89583
Packit Service f89583
    AuRead.c: remove redundant null check on calling free()
Packit Service f89583
    
Packit Service f89583
    this removes simply unneeded code from XauReadAuth
Packit Service f89583
    
Packit Service f89583
    Signed-off-by: Walter Harms <wharms@bfs.de>
Packit Service f89583
    Reviewed-by: Daniel Martin <consume.noise@gmail.com>
Packit Service f89583
    Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Packit Service f89583
Packit Service f89583
commit cf6cc845ba12dbfa7d29a4eab810888838a9749b
Packit Service f89583
Author: walter harms <wharms@bfs.de>
Packit Service f89583
Date:   Sat Oct 28 19:14:26 2017 +0200
Packit Service f89583
Packit Service f89583
    Au FileName.c: remove redundant null check on calling free()
Packit Service f89583
    
Packit Service f89583
    remove redundant null check on calling free()
Packit Service f89583
    Signed-off-by: Walter Harms <wharms@bfs.de>
Packit Service f89583
    Reviewed-by: Daniel Martin <consume.noise@gmail.com>
Packit Service f89583
    Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Packit Service f89583
Packit Service f89583
commit fdbb21274a4e8af419b2581e05242f5058471f72
Packit Service f89583
Author: walter harms <wharms@bfs.de>
Packit Service f89583
Date:   Sat Oct 28 19:14:13 2017 +0200
Packit Service f89583
Packit Service f89583
    AuDispose.c:remove redundant null check on calling free()
Packit Service f89583
    
Packit Service f89583
    redundant null check on auth->address calling free()
Packit Service f89583
    redundant null check on auth->number calling free()
Packit Service f89583
    redundant null check on auth->name calling free()
Packit Service f89583
    
Packit Service f89583
    Signed-off-by: Walter Harms <wharms@bfs.de>
Packit Service f89583
    Reviewed-by: Daniel Martin <consume.noise@gmail.com>
Packit Service f89583
    Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Packit Service f89583
Packit Service f89583
commit 987fee49dc1750082cfe6e24833379233777a13b
Packit Service f89583
Author: Tobias Stoeckmann <tobias@stoeckmann.org>
Packit Service f89583
Date:   Thu Oct 19 22:18:18 2017 +0200
Packit Service f89583
Packit Service f89583
    Avoid out of boundary read access
Packit Service f89583
    
Packit Service f89583
    If the environment variable HOME is empty, XauFileName triggers an
Packit Service f89583
    out of boundary read access (name[1]). If HOME consists of a single
Packit Service f89583
    character relative path, the output becomes unexpected, because
Packit Service f89583
    "HOME=a" leads to "a.Xauthority" instead of "a/.Xauthority". Granted,
Packit Service f89583
    a relative HOME path leads to trouble in general, the code should
Packit Service f89583
    properly return "a/.Xauthority" nonetheless.
Packit Service f89583
    
Packit Service f89583
    Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
Packit Service f89583
    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit Service f89583
Packit Service f89583
commit 42e152c6f2d1bd839e77c5e97f3a509d890c3237
Packit Service f89583
Author: Mihail Konev <k.mvc@ya.ru>
Packit Service f89583
Date:   Thu Jan 26 13:52:49 2017 +1000
Packit Service f89583
Packit Service f89583
    autogen: add default patch prefix
Packit Service f89583
    
Packit Service f89583
    Signed-off-by: Mihail Konev <k.mvc@ya.ru>
Packit Service f89583
Packit Service f89583
commit fca98447c95ae0284b4f1b0c381011f8ccaf1ff0
Packit Service f89583
Author: Emil Velikov <emil.l.velikov@gmail.com>
Packit Service f89583
Date:   Mon Mar 9 12:00:52 2015 +0000
Packit Service f89583
Packit Service f89583
    autogen.sh: use quoted string variables
Packit Service f89583
    
Packit Service f89583
    Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
Packit Service f89583
    fall-outs, when they contain space.
Packit Service f89583
    
Packit Service f89583
    Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Packit Service f89583
    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Packit Service f89583
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Packit Service f89583
Packit Service f89583
commit 33f792eb48687793bbb92e62d7462828c7468b55
Packit Service f89583
Author: Peter Hutterer <peter.hutterer@who-t.net>
Packit Service f89583
Date:   Tue Jan 24 10:32:07 2017 +1000
Packit Service f89583
Packit Service f89583
    autogen.sh: use exec instead of waiting for configure to finish
Packit Service f89583
    
Packit Service f89583
    Syncs the invocation of configure with the one from the server.
Packit Service f89583
    
Packit Service f89583
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Packit Service f89583
    Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Packit Service f89583
Packit Service f89583
commit 1e4635be11154dd8262f37b379511bd627defa2a
Packit Service f89583
Author: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
Packit Service f89583
Date:   Thu Jan 2 01:07:41 2014 -0800
Packit Service f89583
Packit Service f89583
    Silence a benign static analysis warning with an assert of allocation size
Packit Service f89583
    
Packit Service f89583
    AuFileName.c:72:8: warning: Call to 'malloc' has an allocation size of 0 bytes
Packit Service f89583
            buf = malloc (size);
Packit Service f89583
                  ^~~~~~~~~~~~~
Packit Service f89583
    
Packit Service f89583
    Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
Packit Service f89583
Packit Service f89583
commit 304a11be4727c5a7feeb2501e8e001466f8ce84e
Packit Service f89583
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit Service f89583
Date:   Sun Sep 29 09:23:45 2013 -0700
Packit Service f89583
Packit Service f89583
    XauFileName: always go through buf allocation if buf is NULL
Packit Service f89583
    
Packit Service f89583
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit Service f89583
Packit Service f89583
commit 67beb3d0bc41c3416902c858f595b35306f76704
Packit Service f89583
Author: Fuminobu TAKEYAMA <ftake@geeko.jp>
Packit Service f89583
Date:   Sun Sep 29 09:21:05 2013 -0700
Packit Service f89583
Packit Service f89583
    XauFileName: reset bsize when malloc failed
Packit Service f89583
    
Packit Service f89583
    https://bugs.freedesktop.org/show_bug.cgi?id=69929
Packit Service f89583
    
Packit Service f89583
    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit Service f89583
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit Service f89583
Packit Service f89583
commit 899790011304c4029e15abf410e49ce7cec17e0a
Packit Service f89583
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit Service f89583
Date:   Fri May 24 15:04:00 2013 -0700
Packit Service f89583
Packit Service f89583
    libXau 1.0.8
Packit Service f89583
    
Packit Service f89583
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit Service f89583
Packit Service f89583
commit f5a57d8a21a34d7084cce294e24c0422e02ef8ef
Packit Service f89583
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit Service f89583
Date:   Sat Mar 30 11:42:09 2013 -0700
Packit Service f89583
Packit Service f89583
    Use remove() instead of unlink() to delete lock files
Packit Service f89583
    
Packit Service f89583
    In normal cases, no difference.  If someone has accidentally created
Packit Service f89583
    a directory with those names, this can save you from needing to fsck
Packit Service f89583
    to clean it up on some filesystems (like UFS).
Packit Service f89583
    
Packit Service f89583
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit Service f89583
Packit Service f89583
commit 4352cf9707df08d51ef891be156d475743d0a060
Packit Service f89583
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit Service f89583
Date:   Sat Mar 30 11:30:37 2013 -0700
Packit Service f89583
Packit Service f89583
    Call memcmp() instead of defining our own equivalent
Packit Service f89583
    
Packit Service f89583
    Stops casting len parameters to int in callers so that this change
Packit Service f89583
    doesn't introduce warnings that we're taking unsigned values, casting
Packit Service f89583
    them to signed, then passing to a function that wants them unsigned.
Packit Service f89583
    
Packit Service f89583
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit Service f89583
Packit Service f89583
commit 704beb71768cdaa2448da6edfa219b4a7bf862f1
Packit Service f89583
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit Service f89583
Date:   Sat Mar 30 11:18:44 2013 -0700
Packit Service f89583
Packit Service f89583
    Replace strcpy+strcat pairs with snprintf calls
Packit Service f89583
    
Packit Service f89583
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit Service f89583
Packit Service f89583
commit 3038a87edce31ad2895431f7cfdc96a33fc70e02
Packit Service f89583
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit Service f89583
Date:   Sat Mar 30 10:59:06 2013 -0700
Packit Service f89583
Packit Service f89583
    Check for configure's HAVE_UNISTD_H instead of X_NOT_POSIX
Packit Service f89583
    
Packit Service f89583
    Drops fallback prototype of sleep() for non-POSIX, non-Windows systems
Packit Service f89583
    
Packit Service f89583
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit Service f89583
Packit Service f89583
commit 325f5282bc1d93b72b0b05037245cf130970fa38
Packit Service f89583
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit Service f89583
Date:   Sat Mar 30 10:55:26 2013 -0700
Packit Service f89583
Packit Service f89583
    Use configure check for pathconf instead of X_NOT_POSIX #define
Packit Service f89583
    
Packit Service f89583
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit Service f89583
Packit Service f89583
commit 1a8a1b2c68967b48c07b56142799b1020f017027
Packit Service f89583
Author: Colin Walters <walters@verbum.org>
Packit Service f89583
Date:   Wed Jan 4 17:37:06 2012 -0500
Packit Service f89583
Packit Service f89583
    autogen.sh: Implement GNOME Build API
Packit Service f89583
    
Packit Service f89583
    http://people.gnome.org/~walters/docs/build-api.txt
Packit Service f89583
    
Packit Service f89583
    Signed-off-by: Adam Jackson <ajax@redhat.com>
Packit Service f89583
Packit Service f89583
commit b1ace13d5864080f2101f2910cad706f800984de
Packit Service f89583
Author: Adam Jackson <ajax@redhat.com>
Packit Service f89583
Date:   Tue Jan 15 14:28:48 2013 -0500
Packit Service f89583
Packit Service f89583
    configure: Remove AM_MAINTAINER_MODE
Packit Service f89583
    
Packit Service f89583
    Signed-off-by: Adam Jackson <ajax@redhat.com>
Packit Service f89583
Packit Service f89583
commit 8570d287396934f26224c76d48d7f17d87380e72
Packit Service f89583
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit Service f89583
Date:   Sat Jan 12 15:58:59 2013 -0800
Packit Service f89583
Packit Service f89583
    Convert INCLUDES to AM_CPPFLAGS in preparation for automake-1.14 obsoletion
Packit Service f89583
    
Packit Service f89583
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit Service f89583
Packit Service f89583
commit 369d133ca19f938d123254dee5c88214512f82df
Packit Service f89583
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit Service f89583
Date:   Fri Jan 4 19:38:51 2013 -0800
Packit Service f89583
Packit Service f89583
    unifdef -U__UNIXOS2__
Packit Service f89583
    
Packit Service f89583
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit Service f89583
Packit Service f89583
commit e04364efccbb3bb4cfc5f4cb491ffa1faaaacbdb
Packit Service f89583
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit Service f89583
Date:   Sun Dec 16 15:50:52 2012 -0800
Packit Service f89583
Packit Service f89583
    Tell clang to shut up about the padding in struct xauth
Packit Service f89583
    
Packit Service f89583
    We can't clean it up without breaking ABI, so disable the warnings for it:
Packit Service f89583
    
Packit Service f89583
    ./include/X11/Xauth.h:33:19: warning: padding struct 'struct xauth' with 4 bytes to align 'address' [-Wpadded]
Packit Service f89583
        char            *address;
Packit Service f89583
                         ^
Packit Service f89583
    ./include/X11/Xauth.h:35:19: warning: padding struct 'struct xauth' with 6 bytes to align 'number' [-Wpadded]
Packit Service f89583
        char            *number;
Packit Service f89583
                         ^
Packit Service f89583
    ./include/X11/Xauth.h:37:19: warning: padding struct 'struct xauth' with 6 bytes to align 'name' [-Wpadded]
Packit Service f89583
        char            *name;
Packit Service f89583
                         ^
Packit Service f89583
    ./include/X11/Xauth.h:39:18: warning: padding struct 'struct xauth' with 6 bytes to align 'data' [-Wpadded]
Packit Service f89583
        char            *data;
Packit Service f89583
                         ^
Packit Service f89583
    
Packit Service f89583
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit Service f89583
    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Packit Service f89583
Packit Service f89583
commit 4d43b4554f8e35bf8122ae9d2f1bbc0e56fe6d37
Packit Service f89583
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit Service f89583
Date:   Sun Dec 16 15:40:30 2012 -0800
Packit Service f89583
Packit Service f89583
    Clean up some clang warnings about sign conversion
Packit Service f89583
    
Packit Service f89583
    fread & fwrite are defined as taking size_t arguments (an unsigned type),
Packit Service f89583
    so stop casting their arguments to a signed int just to confuse things.
Packit Service f89583
    
Packit Service f89583
    Fixes warnings:
Packit Service f89583
    
Packit Service f89583
    AuFileName.c:69:59: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
Packit Service f89583
        size = strlen (name) + strlen(&slashDotXauthority[1]) + 2;
Packit Service f89583
             ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
Packit Service f89583
    
Packit Service f89583
    AuRead.c:58:44: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
Packit Service f89583
            if (fread (data, (int) sizeof (char), (int) len, file) != len) {
Packit Service f89583
                ~~~~~                             ^~~~~~~~~
Packit Service f89583
    
Packit Service f89583
    AuWrite.c:49:46: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
Packit Service f89583
        if (fwrite (string, (int) sizeof (char), (int) count, file) != count)
Packit Service f89583
            ~~~~~~                               ^~~~~~~~~~~
Packit Service f89583
    
Packit Service f89583
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit Service f89583
    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Packit Service f89583
Packit Service f89583
commit f2b24dd74614ce807cacf764c6eddd834feffc5a
Packit Service f89583
Author: Eric S. Raymond <esr@thyrsus.com>
Packit Service f89583
Date:   Thu Aug 23 11:12:39 2012 -0400
Packit Service f89583
Packit Service f89583
    Remove a use of tab stops.
Packit Service f89583
Packit Service f89583
commit 9daef33e32ba36c1f872691daeebbf98a73b4b25
Packit Service f89583
Author: Chase Douglas <chase.douglas@canonical.com>
Packit Service f89583
Date:   Fri Apr 20 14:16:07 2012 -0700
Packit Service f89583
Packit Service f89583
    Free XauFileName() static buffer at exit
Packit Service f89583
    
Packit Service f89583
    XauFileName() may allocate and return a static buffer. The only
Packit Service f89583
    way to ensure it is freed is to deallocate it when the program exits.
Packit Service f89583
    
Packit Service f89583
    Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
Packit Service f89583
    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit Service f89583
Packit Service f89583
commit 0e3061495f5da8a323db02e612c4f09688b7ade0
Packit Service f89583
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit Service f89583
Date:   Tue Mar 6 22:16:57 2012 -0800
Packit Service f89583
Packit Service f89583
    libXau 1.0.7
Packit Service f89583
    
Packit Service f89583
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit Service f89583
Packit Service f89583
commit 5c01ef69eee7dfe925c97558153fcd5e116252c6
Packit Service f89583
Author: Matthew D. Fuller <fullermd@over-yonder.net>
Packit Service f89583
Date:   Mon Sep 5 10:31:14 2011 -0500
Packit Service f89583
Packit Service f89583
    Improve the handling of "normal" locking collisions.
Packit Service f89583
    
Packit Service f89583
    EEXIST is a perfectly normal and expected errno for open(O_CREAT |
Packit Service f89583
    O_EXCL), and is a signal to loop around and retry, not return with an
Packit Service f89583
    error.
Packit Service f89583
    
Packit Service f89583
    Signed-off-by: Matthew D. Fuller <fullermd@over-yonder.net>
Packit Service f89583
    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit Service f89583
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit Service f89583
Packit Service f89583
commit 8fd15eb0149cec75d69a27b1f8ec3ce092465b80
Packit Service f89583
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit Service f89583
Date:   Fri Sep 16 22:04:41 2011 -0700
Packit Service f89583
Packit Service f89583
    Strip trailing whitespace
Packit Service f89583
    
Packit Service f89583
    Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
Packit Service f89583
    git diff -w & git diff -b show no diffs from this change
Packit Service f89583
    
Packit Service f89583
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit Service f89583
Packit Service f89583
commit 063bfa679adc2c00a6b55e5c9ee97f2aa0638788
Packit Service f89583
Author: Gaetan Nadon <memsize@videotron.ca>
Packit Service f89583
Date:   Wed Feb 2 11:43:40 2011 -0500
Packit Service f89583
Packit Service f89583
    config: comment, minor upgrade, quote and layout configure.ac
Packit Service f89583
    
Packit Service f89583
    Group statements per section as per Autoconf standard layout
Packit Service f89583
    Quote statements where appropriate.
Packit Service f89583
    Autoconf recommends not using dnl instead of # for comments
Packit Service f89583
    
Packit Service f89583
    Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters.
Packit Service f89583
    Use AC_PROG_LIBTOOL to replace the deprecated AM_PROG_LIBTOOL
Packit Service f89583
    Add AC_CONFIG_SRCDIR([Makefile.am]) where missing
Packit Service f89583
    No functional configuration changes
Packit Service f89583
    
Packit Service f89583
    This helps automated maintenance and release activities.
Packit Service f89583
    Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines
Packit Service f89583
    
Packit Service f89583
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Packit Service f89583
Packit Service f89583
commit c492cf2f90db79e75bf3fa8a8215f8139237c5c5
Packit Service f89583
Author: Gaetan Nadon <memsize@videotron.ca>
Packit Service f89583
Date:   Fri Jan 28 19:41:37 2011 -0500
Packit Service f89583
Packit Service f89583
    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
Packit Service f89583
    
Packit Service f89583
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Packit Service f89583
Packit Service f89583
commit 7de07642d62440a90942a8a071624ac09f48a2b3
Packit Service f89583
Author: Gaetan Nadon <memsize@videotron.ca>
Packit Service f89583
Date:   Fri Jan 28 16:07:07 2011 -0500
Packit Service f89583
Packit Service f89583
    config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
Packit Service f89583
    
Packit Service f89583
    This silences an Automake warning.
Packit Service f89583
    
Packit Service f89583
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Packit Service f89583
Packit Service f89583
commit 98f08b9c8414e7d759d08af4711b9519ca8fd37f
Packit Service f89583
Author: Gaetan Nadon <memsize@videotron.ca>
Packit Service f89583
Date:   Fri Jan 28 11:56:13 2011 -0500
Packit Service f89583
Packit Service f89583
    config: remove already included statements
Packit Service f89583
    
Packit Service f89583
    AC_PROG_INSTALL and AC_PROG_SED are included in XORG_DEFAULT_OPTIONS.
Packit Service f89583
    AC_PROG_MAKE_SET is included by AM_INIT_AUTOMAKE
Packit Service f89583
    
Packit Service f89583
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Packit Service f89583
Packit Service f89583
commit b910d657d7b857fcd2564304205c853fa8148667
Packit Service f89583
Author: Gaetan Nadon <memsize@videotron.ca>
Packit Service f89583
Date:   Thu Jan 27 18:50:14 2011 -0500
Packit Service f89583
Packit Service f89583
    config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
Packit Service f89583
    
Packit Service f89583
    XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
Packit Service f89583
    AC_PROG_C_C99. This sets gcc with -std=gnu99.
Packit Service f89583
    If AC_PROG_CC macro is called afterwards, it resets CC to gcc.
Packit Service f89583
    
Packit Service f89583
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Packit Service f89583
Packit Service f89583
commit 2085fbfa8347620890ed844057a42c9a4dba606b
Packit Service f89583
Author: Jesse Adkins <jesserayadkins@gmail.com>
Packit Service f89583
Date:   Tue Sep 28 13:30:02 2010 -0700
Packit Service f89583
Packit Service f89583
    Purge cvs tags.
Packit Service f89583
    
Packit Service f89583
    Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
Packit Service f89583
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit Service f89583
Packit Service f89583
commit 240d2475aa627774dad9e4f02594c5ce8c8048a4
Packit Service f89583
Author: Gaetan Nadon <memsize@videotron.ca>
Packit Service f89583
Date:   Wed Aug 11 09:41:00 2010 -0400
Packit Service f89583
Packit Service f89583
    Xau.man: replace hard-coded 3 with __libmansuffix__
Packit Service f89583
    
Packit Service f89583
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Packit Service f89583
Packit Service f89583
commit afcd0ff9109b3478a473772c9d4e14d57951aab8
Packit Service f89583
Author: Gaetan Nadon <memsize@videotron.ca>
Packit Service f89583
Date:   Wed Aug 11 09:31:50 2010 -0400
Packit Service f89583
Packit Service f89583
    Xau.man: remove whitespace as reported by git diff check
Packit Service f89583
    
Packit Service f89583
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Packit Service f89583
Packit Service f89583
commit f666268d1f328f76cbbef367560eb9ea4da30808
Packit Service f89583
Author: Gaetan Nadon <memsize@videotron.ca>
Packit Service f89583
Date:   Wed Aug 11 09:11:55 2010 -0400
Packit Service f89583
Packit Service f89583
    config: simplify building of shadow man pages
Packit Service f89583
    
Packit Service f89583
    Store the shadow files in git as any other man page.
Packit Service f89583
    Move man pages to man dir and use the common makefile
Packit Service f89583
    
Packit Service f89583
    Local fix in CVS for bug 5628
Packit Service f89583
    is not required as the problem has been fixed in
Packit Service f89583
    util-macros d9062e4077ebfd0985baf8418f3d0f111b9ddbba
Packit Service f89583
    
Packit Service f89583
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Packit Service f89583
Packit Service f89583
commit a01b74fad039e68cf296bd5e83c6f538181e529a
Packit Service f89583
Author: Julien Cristau <jcristau@debian.org>
Packit Service f89583
Date:   Mon Jul 19 17:17:54 2010 +0100
Packit Service f89583
Packit Service f89583
    Bump to 1.0.6
Packit Service f89583
Packit Service f89583
commit ad12e7a68f69fdc960170c0248f07df68f0fc476
Packit Service f89583
Author: Julien Cristau <jcristau@debian.org>
Packit Service f89583
Date:   Mon Jul 19 17:18:34 2010 +0100
Packit Service f89583
Packit Service f89583
    Require xorg-macros 1.4 for XORG_INSTALL
Packit Service f89583
Packit Service f89583
commit f8f0ec4955e51a2a420724f9bc2287d5a725cb39
Packit Service f89583
Author: Julien Cristau <jcristau@debian.org>
Packit Service f89583
Date:   Mon Jul 19 17:16:13 2010 +0100
Packit Service f89583
Packit Service f89583
    Kill cvs keyword
Packit Service f89583
Packit Service f89583
commit 7d42fad5cec59cb0696087bed9745ffd5a999f68
Packit Service f89583
Author: Brice Goglin <Brice.Goglin@ens-lyon.org>
Packit Service f89583
Date:   Sat May 29 21:11:14 2010 +0200
Packit Service f89583
Packit Service f89583
    Xau.man: Add missing const attributes
Packit Service f89583
    
Packit Service f89583
    Reported by Tom Fogal in
Packit Service f89583
      http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583599
Packit Service f89583
Packit Service f89583
commit f93ffa718135d9d85f04935325016b8766f05ea3
Packit Service f89583
Author: Brice Goglin <Brice.Goglin@ens-lyon.org>
Packit Service f89583
Date:   Sat May 29 21:04:24 2010 +0200
Packit Service f89583
Packit Service f89583
    Xau.man: Fix XauGetAuthByAddr() prototype
Packit Service f89583
    
Packit Service f89583
    Add missing name_length and name parameters.
Packit Service f89583
    
Packit Service f89583
    Reported by Tom Fogal in
Packit Service f89583
      http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583599
Packit Service f89583
Packit Service f89583
commit c0bc3fb7ac4f719b96257e29eaa60c2d5ed11705
Packit Service f89583
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit Service f89583
Date:   Wed May 26 21:59:15 2010 -0700
Packit Service f89583
Packit Service f89583
    Use AC_PROG_SED to find sed to use for man pages
Packit Service f89583
    
Packit Service f89583
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit Service f89583
Packit Service f89583
commit ff907e90a2fe95bb234049a7a11e8e3b10d54533
Packit Service f89583
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit Service f89583
Date:   Wed May 26 21:57:12 2010 -0700
Packit Service f89583
Packit Service f89583
    Use $(AM_V_GEN) to silence man page generation
Packit Service f89583
    
Packit Service f89583
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit Service f89583
Packit Service f89583
commit 58aef8ebf89cc8d6d4d67dc7572752db0c44b6c3
Packit Service f89583
Author: Gaetan Nadon <memsize@videotron.ca>
Packit Service f89583
Date:   Tue Mar 30 09:05:41 2010 -0400
Packit Service f89583
Packit Service f89583
    config: update AC_PREREQ statement to 2.60
Packit Service f89583
    
Packit Service f89583
    Unrelated to the previous patches, the new value simply reflects
Packit Service f89583
    the reality that the minimum level for autoconf to configure
Packit Service f89583
    all x.org modules is 2.60 dated June 2006.
Packit Service f89583
    
Packit Service f89583
    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
Packit Service f89583
    
Packit Service f89583
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Packit Service f89583
Packit Service f89583
commit 8db2a151b92fe3a408d847c868d7823a0217b73d
Packit Service f89583
Author: Gaetan Nadon <memsize@videotron.ca>
Packit Service f89583
Date:   Tue Mar 30 09:05:05 2010 -0400
Packit Service f89583
Packit Service f89583
    config: remove the pkgconfig pc.in file from EXTRA_DIST
Packit Service f89583
    
Packit Service f89583
    Automake always includes it in the tarball.
Packit Service f89583
    
Packit Service f89583
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Packit Service f89583
Packit Service f89583
commit 4039c624286061122e3350f9194dba27118ab904
Packit Service f89583
Author: Gaetan Nadon <memsize@videotron.ca>
Packit Service f89583
Date:   Tue Feb 16 10:37:21 2010 -0500
Packit Service f89583
Packit Service f89583
    config: move CWARNFLAGS from configure.ac to Makefile.am
Packit Service f89583
    
Packit Service f89583
    Compiler warning flags should be explicitly set in the makefile
Packit Service f89583
    rather than being merged with other packages compiler flags.
Packit Service f89583
    
Packit Service f89583
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Packit Service f89583
Packit Service f89583
commit 243b553ace945da0263bb32464dfdc45e0c70c88
Packit Service f89583
Author: Gaetan Nadon <memsize@videotron.ca>
Packit Service f89583
Date:   Fri Nov 27 20:56:03 2009 -0500
Packit Service f89583
Packit Service f89583
    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
Packit Service f89583
    
Packit Service f89583
    Now that the INSTALL file is generated.
Packit Service f89583
    Allows running make maintainer-clean.
Packit Service f89583
Packit Service f89583
commit eed5cf87f68c665503d0dae90baf8549bb61358e
Packit Service f89583
Author: Gaetan Nadon <memsize@videotron.ca>
Packit Service f89583
Date:   Wed Oct 28 14:09:10 2009 -0400
Packit Service f89583
Packit Service f89583
    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Packit Service f89583
    
Packit Service f89583
    Add missing INSTALL file. Use standard GNU file on building tarball
Packit Service f89583
    README may have been updated
Packit Service f89583
    Remove AUTHORS file as it is empty and no content available yet.
Packit Service f89583
    Remove NEWS file as it is empty and no content available yet.
Packit Service f89583
Packit Service f89583
commit 31fe929d3ea43cd8fbe2853157682677704883ad
Packit Service f89583
Author: Gaetan Nadon <memsize@videotron.ca>
Packit Service f89583
Date:   Tue Oct 27 15:07:25 2009 -0400
Packit Service f89583
Packit Service f89583
    Deploy the new XORG_DEFAULT_OPTIONS #24242
Packit Service f89583
    
Packit Service f89583
    This macro aggregate a number of existing macros that sets commmon
Packit Service f89583
    X.Org components configuration options. It shields the configuration file from
Packit Service f89583
    future changes.
Packit Service f89583
Packit Service f89583
commit f6ae36d4bf43cd601c3c1339100684169bbaeeb3
Packit Service f89583
Author: Gaetan Nadon <memsize@videotron.ca>
Packit Service f89583
Date:   Mon Oct 26 22:08:42 2009 -0400
Packit Service f89583
Packit Service f89583
    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
Packit Service f89583
    
Packit Service f89583
    ChangeLog filename is known to Automake and requires no further
Packit Service f89583
    coding in the makefile.
Packit Service f89583
Packit Service f89583
commit 6e702152714be9538e1ae1b3533843f972ceb1e9
Packit Service f89583
Author: Gaetan Nadon <memsize@videotron.ca>
Packit Service f89583
Date:   Thu Oct 22 12:34:19 2009 -0400
Packit Service f89583
Packit Service f89583
    .gitignore: use common defaults with custom section # 24239
Packit Service f89583
    
Packit Service f89583
    Using common defaults will reduce errors and maintenance.
Packit Service f89583
    Only the very small or inexistent custom section need periodic maintenance
Packit Service f89583
    when the structure of the component changes. Do not edit defaults.
Packit Service f89583
Packit Service f89583
commit 550725b423ec0364f0a32ed6935140617e366cf8
Packit Service f89583
Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
Packit Service f89583
Date:   Wed Oct 21 12:47:23 2009 -0700
Packit Service f89583
Packit Service f89583
    This is not a GNU project, so declare it foreign.
Packit Service f89583
    
Packit Service f89583
    On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
Packit Service f89583
    > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
Packit Service f89583
    > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
Packit Service f89583
    > > was quite annoying to work around since 'autoreconf -fvi' replaces
Packit Service f89583
    > > it and git wants to commit it.  Should these files even be in git?
Packit Service f89583
    > > Can I nuke them for the betterment of humanity and since they get
Packit Service f89583
    > > created by autoreconf anyways?
Packit Service f89583
    >
Packit Service f89583
    > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
Packit Service f89583
    
Packit Service f89583
    As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
Packit Service f89583
    AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
Packit Service f89583
    of the INSTALL file. It is also part of the 24206 solution.
Packit Service f89583
    
Packit Service f89583
    Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
Packit Service f89583
Packit Service f89583
commit 825435514bd91d0d903247c46249a87d6fe8ae09
Packit Service f89583
Author: Peter Hutterer <peter.hutterer@who-t.net>
Packit Service f89583
Date:   Fri Aug 28 14:34:32 2009 +1000
Packit Service f89583
Packit Service f89583
    libXau 1.0.5
Packit Service f89583
    
Packit Service f89583
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Packit Service f89583
Packit Service f89583
commit fc54a4f03b926dfdb590b112c7128516ffc25539
Packit Service f89583
Author: Jeremy Huddleston <jeremy@yuffie.local>
Packit Service f89583
Date:   Sun Feb 22 11:14:04 2009 -0800
Packit Service f89583
Packit Service f89583
    Make file locking more robust for network shares like AFP
Packit Service f89583
Packit Service f89583
commit 742ff03dcad4d16ca8901ed47be91b303523a385
Packit Service f89583
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Packit Service f89583
Date:   Fri Feb 6 11:35:40 2009 -0800
Packit Service f89583
Packit Service f89583
    Restore FamilyKrb5Principal definition
Packit Service f89583
    
Packit Service f89583
    Even if Kerberos5 support is currently unimplemented in the X server &
Packit Service f89583
    libXau, the Family id for the X11 protocol is still defined and reserved
Packit Service f89583
    for Kerberos5, and should be recorded here for interoperability with
Packit Service f89583
    other implementations and to avoid reuse if someone adds a new
Packit Service f89583
    authentication family in the future.
Packit Service f89583
    
Packit Service f89583
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Packit Service f89583
Packit Service f89583
commit c147fb417582e7384b5464bb53cfd492f9d7c69d
Packit Service f89583
Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
Packit Service f89583
Date:   Mon Feb 2 16:54:20 2009 -0200
Packit Service f89583
Packit Service f89583
    Remove old api kerberos.
Packit Service f89583
    
Packit Service f89583
      LibXau uses a 1993 kerberos api, but the X Server side support has
Packit Service f89583
    been already removed for quite some time.
Packit Service f89583
      This corrects bug report
Packit Service f89583
    https://bugs.freedesktop.org/show_bug.cgi?id=14684
Packit Service f89583
Packit Service f89583
commit 11fbe620625520668f5e88e4f5a8fe149a7cfa3f
Packit Service f89583
Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
Packit Service f89583
Date:   Thu Jan 29 15:08:23 2009 -0200
Packit Service f89583
Packit Service f89583
    Janitor: Correct make distcheck and remove extra .gitignore file.
Packit Service f89583
Packit Service f89583
commit 7f6275300243fd15ce974d1b5e478b47f7758485
Packit Service f89583
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Packit Service f89583
Date:   Tue Aug 26 14:19:19 2008 -0700
Packit Service f89583
Packit Service f89583
    Version bump: 1.0.4
Packit Service f89583
Packit Service f89583
commit 753bf38ceca4a0c8d6c6c1845b4387e4b3c9e4f0
Packit Service f89583
Author: Damien Th?bault <damien.thebault@gmail.com>
Packit Service f89583
Date:   Tue Aug 26 14:16:44 2008 -0700
Packit Service f89583
Packit Service f89583
    Bug 17314: libXau's Makefile.am should have proper man creation rules
Packit Service f89583
    
Packit Service f89583
    X.Org Bugzilla #17314 <http://bugs.freedesktop.org/show_bug.cgi?id=17314>
Packit Service f89583
    Patch #18528 <http://bugs.freedesktop.org/attachment.cgi?id=18528>
Packit Service f89583
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Packit Service f89583
Packit Service f89583
commit a0b2aac596ea2cbe4d0ec1ef8c406ad98f0c499d
Packit Service f89583
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Packit Service f89583
Date:   Tue Jul 8 15:08:35 2008 -0700
Packit Service f89583
Packit Service f89583
    SVR4 (including Solaris) puts gethostbyname_r in libnsl instead of libc
Packit Service f89583
Packit Service f89583
commit 1bc9f04963a8a236cc190e75e32282774b556932
Packit Service f89583
Author: Daniel Drake <ddrake@brontes3d.com>
Packit Service f89583
Date:   Tue May 29 14:06:00 2007 -0800
Packit Service f89583
Packit Service f89583
    Bug #11097: libXau COPYING fix (add missing copyright dates)
Packit Service f89583
    
Packit Service f89583
    X.Org Bugzilla #11097 <https://bugs.freedesktop.org/show_bug.cgi?id=11097>
Packit Service f89583
Packit Service f89583
commit 45d137fdbb9b21513aff68e945e19cdfdcbc28b1
Packit Service f89583
Author: Daniel Stone <daniel@fooishbar.org>
Packit Service f89583
Date:   Sat Dec 16 01:18:20 2006 +0200
Packit Service f89583
Packit Service f89583
    bump to 1.0.3
Packit Service f89583
Packit Service f89583
commit fefdba6ed5ef56abf0da9caaca64af5a5e7895b0
Packit Service f89583
Author: Daniel Stone <daniel@fooishbar.org>
Packit Service f89583
Date:   Wed Dec 6 18:53:29 2006 +0200
Packit Service f89583
Packit Service f89583
    Makefile.am: make ChangeLog hook safer
Packit Service f89583
    Make ChangeLog hook as safe as possible.
Packit Service f89583
Packit Service f89583
commit 90e34a4aa471b6e446345ba8095990e360a41570
Packit Service f89583
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Packit Service f89583
Date:   Fri Jul 28 13:47:44 2006 -0700
Packit Service f89583
Packit Service f89583
    Version bump -> 1.0.2
Packit Service f89583
Packit Service f89583
commit fab8b091936874b4a8077f490ec80abf7b092049
Packit Service f89583
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Packit Service f89583
Date:   Mon Jul 24 13:14:04 2006 -0700
Packit Service f89583
Packit Service f89583
    Require xorg-macros 1.1.0 or later for XORG_WITH_LINT & XORG_LINT_LIBRARY macros
Packit Service f89583
Packit Service f89583
commit 3399e7bed20680520b39ade782d7a33966d477ae
Packit Service f89583
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Packit Service f89583
Date:   Mon Jul 24 13:12:57 2006 -0700
Packit Service f89583
Packit Service f89583
    Add lint library to CLEANFILES
Packit Service f89583
Packit Service f89583
commit aa4f35661022f3f1c1b94284b34a531381d3a7f1
Packit Service f89583
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Packit Service f89583
Date:   Sun Jul 16 10:57:36 2006 +0200
Packit Service f89583
Packit Service f89583
    set GIT_DIR=${srcdir}/.git for git-log
Packit Service f89583
Packit Service f89583
commit 881115413a7c157c9aab8fba39c8929692baaacc
Packit Service f89583
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Packit Service f89583
Date:   Thu Jul 13 17:01:49 2006 -0700
Packit Service f89583
Packit Service f89583
    Generate lint library for checking programs that call functions in libXau
Packit Service f89583
    
Packit Service f89583
    (Disabled by default, enable with --enable-lint-library)
Packit Service f89583
Packit Service f89583
commit f25155b03b9fa866d522714ad64e92bf7f2b95fa
Packit Service f89583
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Packit Service f89583
Date:   Thu Jul 13 15:16:11 2006 -0700
Packit Service f89583
Packit Service f89583
    renamed: include/.cvsignore -> include/.gitignore
Packit Service f89583
Packit Service f89583
commit 9062a6da402d416f21d4365d3c3a29ceea707e77
Packit Service f89583
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Packit Service f89583
Date:   Wed Jul 12 23:53:14 2006 -0700
Packit Service f89583
Packit Service f89583
    Replace static ChangeLog with dist-hook to generate from git-log
Packit Service f89583
Packit Service f89583
commit 9b5a14e6de65658fdb712e737b292568a69dc3ee
Packit Service f89583
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Packit Service f89583
Date:   Wed Jul 12 19:27:52 2006 -0700
Packit Service f89583
Packit Service f89583
    Rename XORG_ENABLE_LINT to XORG_WITH_LINT
Packit Service f89583
Packit Service f89583
commit d3f7a679fce893782774e97c0718393295d0773e
Packit Service f89583
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Packit Service f89583
Date:   Wed Jul 12 19:26:53 2006 -0700
Packit Service f89583
Packit Service f89583
    Move --with-lint handling to XORG_ENABLE_LINT() in xorg-macros.m4
Packit Service f89583
Packit Service f89583
commit 1abf440a6a54fb0624915f9ac975f3074252c422
Packit Service f89583
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Packit Service f89583
Date:   Wed Jul 12 19:25:38 2006 -0700
Packit Service f89583
Packit Service f89583
    Add *~ to .gitignore to ignore emacs droppings
Packit Service f89583
Packit Service f89583
commit 43b8275be56151bf0e29ce22795afbef24de0f9c
Packit Service f89583
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Packit Service f89583
Date:   Wed Jul 12 17:00:16 2006 -0700
Packit Service f89583
Packit Service f89583
    renamed: .cvsignore -> .gitignore
Packit Service f89583
Packit Service f89583
commit 385d7fa4f151425539d613c9665b5e862f3ef614
Packit Service f89583
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Packit Service f89583
Date:   Wed Jun 28 22:53:36 2006 +0000
Packit Service f89583
Packit Service f89583
    Add "--with-lint" configure flag and "make lint" Makefile target to check
Packit Service f89583
        source code with lint, sparse or similar tools.
Packit Service f89583
Packit Service f89583
commit 21ea069c9078edd386e96e038e1a71e041e32cf5
Packit Service f89583
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Packit Service f89583
Date:   Wed Jun 28 22:49:36 2006 +0000
Packit Service f89583
Packit Service f89583
    Changelog for last commit:
Packit Service f89583
    Remove prototype for XauGetAuthByName to clear lint warning: name declared
Packit Service f89583
        but never used or defined
Packit Service f89583
    Fix sparse warnings:
Packit Service f89583
    -warning: Using plain integer as NULL pointer
Packit Service f89583
    -warning: non-ANSI definition of function
Packit Service f89583
Packit Service f89583
commit 8274b8e4b121c3dc3bfd5d0fa4f85bc23f5c09a0
Packit Service f89583
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Packit Service f89583
Date:   Wed Jun 28 22:26:50 2006 +0000
Packit Service f89583
Packit Service f89583
    Remove prototype for XauGetAuthByName to clear lint warning: name declared
Packit Service f89583
        but never used or defined
Packit Service f89583
    Fix sparse warnings:
Packit Service f89583
    -warning: Using plain integer as NULL pointer
Packit Service f89583
    -warning: non-ANSI definition of function
Packit Service f89583
Packit Service f89583
commit 7f6f90cfce51806340f25b80a87b147d8a743b27
Packit Service f89583
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Packit Service f89583
Date:   Sat Jun 10 01:27:06 2006 +0000
Packit Service f89583
Packit Service f89583
    Clean up existing Autest test program and use to provide simple (and very
Packit Service f89583
        incomplete) "make check" test case.
Packit Service f89583
Packit Service f89583
commit e214cc19e1d599f16a69e86b1d8b247ad40a9ed7
Packit Service f89583
Author: Adam Jackson <ajax@nwnk.net>
Packit Service f89583
Date:   Fri May 12 16:05:48 2006 +0000
Packit Service f89583
Packit Service f89583
    Bump to 1.0.1
Packit Service f89583
Packit Service f89583
commit b92b597d7d597dd223371fe0ff60d1b2dad38fda
Packit Service f89583
Author: Kevin E Martin <kem@kem.org>
Packit Service f89583
Date:   Mon May 8 19:47:10 2006 +0000
Packit Service f89583
Packit Service f89583
    Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628> Shadow pages
Packit Service f89583
        not created correctly when MANDIR & MANSUFFIX don't match.
Packit Service f89583
Packit Service f89583
commit 253a3e1c94642ccee9a3ed694eecb5382aa22b1e
Packit Service f89583
Author: Kevin E Martin <kem@kem.org>
Packit Service f89583
Date:   Thu Dec 15 00:24:28 2005 +0000
Packit Service f89583
Packit Service f89583
    Update package version number for final X11R7 release candidate.
Packit Service f89583
Packit Service f89583
commit c7648c97a5da8824d2871f528da89dedc98e2598
Packit Service f89583
Author: Kevin E Martin <kem@kem.org>
Packit Service f89583
Date:   Tue Dec 6 22:48:42 2005 +0000
Packit Service f89583
Packit Service f89583
    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
Packit Service f89583
Packit Service f89583
commit c0fbe656693cab8fdf8776fb4d0fa85d0efc4e20
Packit Service f89583
Author: Kevin E Martin <kem@kem.org>
Packit Service f89583
Date:   Sat Dec 3 05:49:42 2005 +0000
Packit Service f89583
Packit Service f89583
    Update package version number for X11R7 RC3 release.
Packit Service f89583
Packit Service f89583
commit d6d0baef6dd91cc1c3d3d701ad83ec095f02630c
Packit Service f89583
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Packit Service f89583
Date:   Mon Nov 28 22:03:05 2005 +0000
Packit Service f89583
Packit Service f89583
    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
Packit Service f89583
        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
Packit Service f89583
Packit Service f89583
commit 1272a96ff8c6ee8c1ff5fc23c421b79ea4c15f92
Packit Service f89583
Author: Eric Anholt <anholt@freebsd.org>
Packit Service f89583
Date:   Sun Nov 20 23:17:40 2005 +0000
Packit Service f89583
Packit Service f89583
    Add/improve libs .cvsignores.
Packit Service f89583
Packit Service f89583
commit 08bef4712fc1e9194db9c8910f461873b7065063
Packit Service f89583
Author: Kevin E Martin <kem@kem.org>
Packit Service f89583
Date:   Sat Nov 19 07:15:40 2005 +0000
Packit Service f89583
Packit Service f89583
    Update pkgconfig files to separate library build-time dependencies from
Packit Service f89583
        application build-time dependencies, and update package deps to work
Packit Service f89583
        with separate build roots.
Packit Service f89583
Packit Service f89583
commit 307ff4cf91c1331c29470a9654d9d18293b45389
Packit Service f89583
Author: Kevin E Martin <kem@kem.org>
Packit Service f89583
Date:   Wed Oct 19 02:48:09 2005 +0000
Packit Service f89583
Packit Service f89583
    Update package version number for RC1 release.
Packit Service f89583
Packit Service f89583
commit 913ed232278b0673a763eb46e97aea0f78348b5a
Packit Service f89583
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Packit Service f89583
Date:   Tue Oct 18 00:00:08 2005 +0000
Packit Service f89583
Packit Service f89583
    Use @LIB_MAN_SUFFIX@ instead of $(LIB_MAN_SUFFIX) in macro substitutions to
Packit Service f89583
        work better with BSD make
Packit Service f89583
Packit Service f89583
commit ce3af1f6d302e3b7adaba7e166f6f594aa13c310
Packit Service f89583
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Packit Service f89583
Date:   Mon Oct 17 21:13:15 2005 +0000
Packit Service f89583
Packit Service f89583
    Rename .shadows.DONE to shadows.DONE to avoid some make's thinking it's a
Packit Service f89583
        suffix rule (reported by Matthieu Herrb)
Packit Service f89583
Packit Service f89583
commit 86f92c112c22604824d2044b566b8cbee81cb397
Packit Service f89583
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Packit Service f89583
Date:   Wed Oct 12 00:39:36 2005 +0000
Packit Service f89583
Packit Service f89583
    Use sed to put version number in man page Add shadow man pages for man
Packit Service f89583
        pages that document multiple functions.
Packit Service f89583
Packit Service f89583
commit bd48f668b3c8d5de53e42b73ef4e4136d384672d
Packit Service f89583
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Packit Service f89583
Date:   Thu Sep 22 01:40:07 2005 +0000
Packit Service f89583
Packit Service f89583
    Set needed flags for MT-safe API's called from libXau
Packit Service f89583
Packit Service f89583
commit 82affd3fdeafe063406d80e439c16b5d7ee66020
Packit Service f89583
Author: Kevin E Martin <kem@kem.org>
Packit Service f89583
Date:   Fri Jul 29 21:22:50 2005 +0000
Packit Service f89583
Packit Service f89583
    Various changes preparing packages for RC0:
Packit Service f89583
    - Verify and update package version numbers as needed
Packit Service f89583
    - Implement versioning scheme
Packit Service f89583
    - Change bug address to point to bugzilla bug entry form
Packit Service f89583
    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
Packit Service f89583
        reenable it)
Packit Service f89583
    - Fix makedepend to use pkgconfig and pass distcheck
Packit Service f89583
    - Update build script to build macros first
Packit Service f89583
    - Update modular Xorg version
Packit Service f89583
Packit Service f89583
commit 2edd5e132ac2d1ca1a5631fb1e54970012b33f85
Packit Service f89583
Author: Keith Packard <keithp@keithp.com>
Packit Service f89583
Date:   Sat Jul 9 06:06:57 2005 +0000
Packit Service f89583
Packit Service f89583
    Add .cvsignore files
Packit Service f89583
Packit Service f89583
commit 2527a93c7ba785499c52de48da9b60d02eb4722d
Packit Service f89583
Author: Adam Jackson <ajax@nwnk.net>
Packit Service f89583
Date:   Thu May 19 00:22:32 2005 +0000
Packit Service f89583
Packit Service f89583
    revert last change, didn't do right thing at all, sorry for the noise
Packit Service f89583
Packit Service f89583
commit fe846da148f3dd15e13e34216853d700cd2c51fd
Packit Service f89583
Author: Adam Jackson <ajax@nwnk.net>
Packit Service f89583
Date:   Thu May 19 00:10:07 2005 +0000
Packit Service f89583
Packit Service f89583
    Require automake 1.7 in AM_INIT_AUTOMAKE
Packit Service f89583
Packit Service f89583
commit 9607573553c23bcdfb1c3eaec3571aa52fdeb5ee
Packit Service f89583
Author: Josh Triplett <josh@speakeasy.net>
Packit Service f89583
Date:   Sat May 14 07:46:48 2005 +0000
Packit Service f89583
Packit Service f89583
    Move includes in Xau and Xdmcp into include/X11 subdirectories so that the
Packit Service f89583
        source can reference them with <X11/...>.
Packit Service f89583
Packit Service f89583
commit 56a655e717c5de6d91c890fdc6f9b0469ad1dd1a
Packit Service f89583
Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
Packit Service f89583
Date:   Wed May 11 22:44:53 2005 +0000
Packit Service f89583
Packit Service f89583
    lib/Xau:
Packit Service f89583
    - Update AUTHORS, COPYING from Keith's tree
Packit Service f89583
    - Don't use gcc specific "-include config.h"
Packit Service f89583
    - Add autogen.sh
Packit Service f89583
    lib/xtrans:
Packit Service f89583
    - Add AUTHORS, COPYING, ChangeLog, Makefile.am, NEWS, README, autogen.sh,
Packit Service f89583
        configure.ac, xtrans.pc.in
Packit Service f89583
    xc/lib/Xau:
Packit Service f89583
    - Add conditionalized #include <config.h>
Packit Service f89583
    util/modular/symlink.sh
Packit Service f89583
    - Add functions symlink_lib_xau() and symlink_lib_xtrans()
Packit Service f89583
    util/modular/addconfig.h
Packit Service f89583
    - New script that adds #include <config.h> to files
Packit Service f89583
Packit Service f89583
commit 60177d823918d9ef7575da27870796c1285a2032
Packit Service f89583
Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
Packit Service f89583
Date:   Mon May 9 22:04:21 2005 +0000
Packit Service f89583
Packit Service f89583
    Add Xau library to lib/ and symlink.sh
Packit Service f89583
Packit Service f89583
commit 62b6efa4e0012fc499d2c70bff7b99b468a0458f
Packit Service f89583
Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
Packit Service f89583
Date:   Mon Nov 15 15:06:55 2004 +0000
Packit Service f89583
Packit Service f89583
    Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 Added
Packit Service f89583
        mingw (Win32) port
Packit Service f89583
Packit Service f89583
commit 05ed20614e85180684d5b8e663dcc2fe57851447
Packit Service f89583
Author: Egbert Eich <eich@suse.de>
Packit Service f89583
Date:   Fri Apr 23 18:43:36 2004 +0000
Packit Service f89583
Packit Service f89583
    Merging XORG-CURRENT into trunk
Packit Service f89583
Packit Service f89583
commit 0b934581a8612148d70ecf84df72f6a69ca6c5c2
Packit Service f89583
Author: Egbert Eich <eich@suse.de>
Packit Service f89583
Date:   Sun Mar 14 08:32:01 2004 +0000
Packit Service f89583
Packit Service f89583
    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
Packit Service f89583
Packit Service f89583
commit 1a9fc5ef22e3bdd719fc0f991512b6a1d88faaad
Packit Service f89583
Author: Egbert Eich <eich@suse.de>
Packit Service f89583
Date:   Wed Mar 3 12:11:20 2004 +0000
Packit Service f89583
Packit Service f89583
    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
Packit Service f89583
Packit Service f89583
commit 494e0315dcd701302bb81f2b68f759917ad401dd
Packit Service f89583
Author: Egbert Eich <eich@suse.de>
Packit Service f89583
Date:   Thu Feb 26 13:35:30 2004 +0000
Packit Service f89583
Packit Service f89583
    readding XFree86's cvs IDs
Packit Service f89583
Packit Service f89583
commit 690d8700431f1afcb585897e7cc49b4fd7c9cf46
Packit Service f89583
Author: Egbert Eich <eich@suse.de>
Packit Service f89583
Date:   Thu Feb 26 09:22:39 2004 +0000
Packit Service f89583
Packit Service f89583
    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
Packit Service f89583
Packit Service f89583
commit bca26a7b7c4c4f58d65462ffd3f1b0eaef2d5d4c
Packit Service f89583
Author: Kaleb Keithley <kaleb@freedesktop.org>
Packit Service f89583
Date:   Tue Nov 25 19:28:09 2003 +0000
Packit Service f89583
Packit Service f89583
    XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
Packit Service f89583
Packit Service f89583
commit 1be3101aeab9b6136c32a91c23799724a7fe7797
Packit Service f89583
Author: Kaleb Keithley <kaleb@freedesktop.org>
Packit Service f89583
Date:   Fri Nov 14 16:48:47 2003 +0000
Packit Service f89583
Packit Service f89583
    XFree86 4.3.0.1
Packit Service f89583
Packit Service f89583
commit dcc3fc52f917603df94ef4207f1dec9238dce23b
Packit Service f89583
Author: Kaleb Keithley <kaleb@freedesktop.org>
Packit Service f89583
Date:   Fri Nov 14 15:54:38 2003 +0000
Packit Service f89583
Packit Service f89583
    R6.6 is the Xorg base-line