Home | History | Annotate | Line # | Download | only in dist
ChangeLog revision 1.1.1.3
      1  1.1.1.3  mrg commit bd6356693855f22de4fa50696c19f5bd8103aa88
      2  1.1.1.3  mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
      3  1.1.1.3  mrg Date:   Fri Oct 29 19:53:54 2010 -0700
      4  1.1.1.3  mrg 
      5  1.1.1.3  mrg     bdftopcf 1.0.3
      6  1.1.1.3  mrg     
      7  1.1.1.3  mrg     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
      8  1.1.1.3  mrg 
      9  1.1.1.3  mrg commit 423c3438394aa762feb9038e54e061f1761be252
     10  1.1.1.3  mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     11  1.1.1.3  mrg Date:   Fri Oct 29 19:52:06 2010 -0700
     12  1.1.1.3  mrg 
     13  1.1.1.3  mrg     Remove unnecessary calls from configure.ac
     14  1.1.1.3  mrg     
     15  1.1.1.3  mrg     XORG_DEFAULT_OPTIONS calls AC_PROG_CC
     16  1.1.1.3  mrg     PKG_CHECK_MODULES calls AC_SUBST for CFLAGS and LIBS
     17  1.1.1.3  mrg     
     18  1.1.1.3  mrg     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     19  1.1.1.3  mrg 
     20  1.1.1.3  mrg commit 89573e80d65db01ff12426781394969857bad715
     21  1.1.1.3  mrg Author: Gaetan Nadon <memsize (a] videotron.ca>
     22  1.1.1.3  mrg Date:   Tue Jul 20 18:45:18 2010 -0400
     23  1.1.1.3  mrg 
     24  1.1.1.3  mrg     config: update AC_PREREQ statement to 2.60
     25  1.1.1.3  mrg     
     26  1.1.1.3  mrg     Unrelated to the previous patches, the new value simply reflects
     27  1.1.1.3  mrg     the reality that the minimum level for autoconf to configure
     28  1.1.1.3  mrg     all x.org modules is 2.60 dated June 2006.
     29  1.1.1.3  mrg     
     30  1.1.1.3  mrg     ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
     31  1.1.1.3  mrg     
     32  1.1.1.3  mrg     Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca>
     33  1.1.1.3  mrg 
     34  1.1.1.3  mrg commit 7de8e74341322be5e6f4830478d477ef17c13a4a
     35  1.1.1.3  mrg Author: Jesse Adkins <jesserayadkins (a] gmail.com>
     36  1.1.1.3  mrg Date:   Tue Sep 28 13:29:48 2010 -0700
     37  1.1.1.3  mrg 
     38  1.1.1.3  mrg     Purge cvs tags.
     39  1.1.1.3  mrg     
     40  1.1.1.3  mrg     Signed-off-by: Jesse Adkins <jesserayadkins (a] gmail.com>
     41  1.1.1.3  mrg 
     42  1.1.1.3  mrg commit 9615bfc454af6cb489e9572895ef00af022303b1
     43  1.1.1.3  mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     44  1.1.1.3  mrg Date:   Thu Jul 22 19:10:24 2010 -0700
     45  1.1.1.3  mrg 
     46  1.1.1.3  mrg     Use AM_CFLAGS instead of bdftopcf_CFLAGS since there's only one target
     47  1.1.1.3  mrg     
     48  1.1.1.3  mrg     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     49  1.1.1.3  mrg 
     50  1.1.1.3  mrg commit ff16701d9054e47f1205e6ba4372077bd136062c
     51  1.1.1.3  mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     52  1.1.1.3  mrg Date:   Thu Jul 22 19:07:08 2010 -0700
     53  1.1.1.3  mrg 
     54  1.1.1.3  mrg     config: upgrade to util-macros 1.8 for additional man page support
     55  1.1.1.3  mrg     
     56  1.1.1.3  mrg     Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
     57  1.1.1.3  mrg     The value of MAN_SUBST is the same for all X.Org packages.
     58  1.1.1.3  mrg     
     59  1.1.1.3  mrg     Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
     60  1.1.1.3  mrg     The existing statement can now be removed from the configuration file.
     61  1.1.1.3  mrg     
     62  1.1.1.3  mrg     Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED)
     63  1.1.1.3  mrg     Enables silent rule and use platform appropriate version of sed.
     64  1.1.1.3  mrg     
     65  1.1.1.3  mrg     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     66  1.1.1.3  mrg 
     67  1.1.1.3  mrg commit b29030dd85de4dee5d756390b1d15b3187bbb6d0
     68  1.1.1.3  mrg Author: Gaetan Nadon <memsize (a] videotron.ca>
     69  1.1.1.3  mrg Date:   Thu Nov 26 09:19:52 2009 -0500
     70  1.1.1.3  mrg 
     71  1.1.1.3  mrg     Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
     72  1.1.1.3  mrg     
     73  1.1.1.3  mrg     Now that the INSTALL file is generated.
     74  1.1.1.3  mrg     Allows running make maintainer-clean.
     75  1.1.1.3  mrg 
     76  1.1.1.3  mrg commit fbce46de46b4c13098dc0590cf077150af3a470c
     77  1.1.1.3  mrg Author: Gaetan Nadon <memsize (a] videotron.ca>
     78  1.1.1.3  mrg Date:   Wed Oct 28 14:09:07 2009 -0400
     79  1.1.1.3  mrg 
     80  1.1.1.3  mrg     INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
     81  1.1.1.3  mrg     
     82  1.1.1.3  mrg     Add missing INSTALL file. Use standard GNU file on building tarball
     83  1.1.1.3  mrg     README may have been updated
     84  1.1.1.3  mrg     Remove AUTHORS file as it is empty and no content available yet.
     85  1.1.1.3  mrg     Remove NEWS file as it is empty and no content available yet.
     86  1.1.1.3  mrg 
     87  1.1.1.3  mrg commit 8a6a1f4b7bde74b6df62ac949e75b4ba0aedff97
     88  1.1.1.3  mrg Author: Gaetan Nadon <memsize (a] videotron.ca>
     89  1.1.1.3  mrg Date:   Tue Oct 27 15:07:24 2009 -0400
     90  1.1.1.3  mrg 
     91  1.1.1.3  mrg     Deploy the new XORG_DEFAULT_OPTIONS #24242
     92  1.1.1.3  mrg     
     93  1.1.1.3  mrg     This macro aggregate a number of existing macros that sets commmon
     94  1.1.1.3  mrg     X.Org components configuration options. It shields the configuration file from
     95  1.1.1.3  mrg     future changes.
     96  1.1.1.3  mrg 
     97  1.1.1.3  mrg commit 8021c657bcc6f27b99ed7a61f4036d614c47367d
     98  1.1.1.3  mrg Author: Gaetan Nadon <memsize (a] videotron.ca>
     99  1.1.1.3  mrg Date:   Mon Oct 26 22:08:37 2009 -0400
    100  1.1.1.3  mrg 
    101  1.1.1.3  mrg     Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
    102  1.1.1.3  mrg     
    103  1.1.1.3  mrg     ChangeLog filename is known to Automake and requires no further
    104  1.1.1.3  mrg     coding in the makefile.
    105  1.1.1.3  mrg 
    106  1.1.1.3  mrg commit 6c1e289e0dcdd02b47d09547a8c5f9c8f0f50221
    107  1.1.1.3  mrg Author: Gaetan Nadon <memsize (a] videotron.ca>
    108  1.1.1.3  mrg Date:   Thu Oct 22 12:34:14 2009 -0400
    109  1.1.1.3  mrg 
    110  1.1.1.3  mrg     .gitignore: use common defaults with custom section # 24239
    111  1.1.1.3  mrg     
    112  1.1.1.3  mrg     Using common defaults will reduce errors and maintenance.
    113  1.1.1.3  mrg     Only the very small or inexistent custom section need periodic maintenance
    114  1.1.1.3  mrg     when the structure of the component changes. Do not edit defaults.
    115  1.1.1.3  mrg 
    116  1.1.1.2  mrg commit 74b5dca54052c778d49e96b92fc2ef888a80cf8f
    117  1.1.1.2  mrg Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
    118  1.1.1.2  mrg Date:   Mon Sep 21 19:57:36 2009 -0700
    119  1.1.1.2  mrg 
    120  1.1.1.2  mrg     bdftopcf 1.0.2
    121  1.1.1.2  mrg     
    122  1.1.1.2  mrg     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] sun.com>
    123  1.1.1.2  mrg 
    124  1.1.1.2  mrg commit 4f63878eab32d41c8a010d5e187f0c4cdc7eff32
    125  1.1.1.2  mrg Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
    126  1.1.1.2  mrg Date:   Mon Sep 21 19:51:44 2009 -0700
    127  1.1.1.2  mrg 
    128  1.1.1.2  mrg     Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
    129  1.1.1.2  mrg     
    130  1.1.1.2  mrg     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] sun.com>
    131  1.1.1.2  mrg 
    132  1.1.1.2  mrg commit 96a182df6f4168ec0b5585f08b088bfd58a383f6
    133  1.1.1.2  mrg Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
    134  1.1.1.2  mrg Date:   Mon Sep 21 19:43:10 2009 -0700
    135  1.1.1.2  mrg 
    136  1.1.1.2  mrg     Add pointers to mailing list, bugzilla, wiki & git repo to README
    137  1.1.1.2  mrg     
    138  1.1.1.2  mrg     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] sun.com>
    139  1.1.1.2  mrg 
    140  1.1.1.2  mrg commit 7f1a66ecbe983e83e91941706218cde705b6cc0b
    141  1.1.1.2  mrg Author: Paulo Cesar Pereira de Andrade <pcpa (a] mandriva.com.br>
    142  1.1.1.2  mrg Date:   Thu Jan 15 18:18:52 2009 -0200
    143  1.1.1.2  mrg 
    144  1.1.1.2  mrg     Ansification and compile warning fixes.
    145  1.1.1.2  mrg     
    146  1.1.1.2  mrg       This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects
    147  1.1.1.2  mrg     make distcheck. There weren't any gcc 4.3 or sparse warnings.
    148  1.1.1.2  mrg 
    149  1.1.1.2  mrg commit 74541609dccff6e8405286b3f27661e2f4a00b29
    150  1.1.1.2  mrg Author: James Cloos <cloos (a] jhcloos.com>
    151  1.1.1.2  mrg Date:   Thu Dec 6 15:51:03 2007 -0500
    152  1.1.1.2  mrg 
    153  1.1.1.2  mrg     Add missing PHONY line for automatic ChangeLog generation
    154  1.1.1.2  mrg 
    155  1.1.1.2  mrg commit d6286044123ff787acf494a376dc22b2265623e2
    156  1.1.1.2  mrg Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
    157  1.1.1.2  mrg Date:   Wed Apr 25 17:05:43 2007 -0700
    158  1.1.1.2  mrg 
    159  1.1.1.2  mrg     Version bump: 1.0.1
    160  1.1.1.2  mrg 
    161      1.1  mrg commit 963c88d67500b581fd4d44d4f561089c66bf7c56
    162      1.1  mrg Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
    163      1.1  mrg Date:   Tue Apr 24 20:04:39 2007 -0700
    164      1.1  mrg 
    165      1.1  mrg     Fix sparse warning: Using plain integer as NULL pointer
    166      1.1  mrg 
    167      1.1  mrg commit 7206fb39a668384dfba3c8436222722123f4c9ff
    168      1.1  mrg Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
    169      1.1  mrg Date:   Tue Apr 24 20:03:51 2007 -0700
    170      1.1  mrg 
    171      1.1  mrg     Add target for checking code with sparse/lint/etc.
    172      1.1  mrg 
    173      1.1  mrg commit c42df278513724e3236eecda859f069c34f78508
    174      1.1  mrg Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
    175      1.1  mrg Date:   Tue Apr 24 20:01:40 2007 -0700
    176      1.1  mrg 
    177      1.1  mrg     Replace static ChangeLog with disthook to generate from git log
    178      1.1  mrg 
    179      1.1  mrg commit 608915a471c5a7a1cc3ecca19fc1b516480f439f
    180      1.1  mrg Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
    181      1.1  mrg Date:   Tue Apr 24 19:31:40 2007 -0700
    182      1.1  mrg 
    183      1.1  mrg     Sun bug 6509763: bdftopcf crashes when bad font passed on stdin
    184      1.1  mrg     
    185      1.1  mrg     When printing corrupt font error message, make sure file name reported is
    186      1.1  mrg     not NULL.
    187      1.1  mrg 
    188      1.1  mrg commit a498f77133c4a6df5a192133528a846bd9e88d7c
    189      1.1  mrg Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
    190      1.1  mrg Date:   Tue Apr 24 19:30:13 2007 -0700
    191      1.1  mrg 
    192      1.1  mrg     renamed: .cvsignore -> .gitignore
    193      1.1  mrg 
    194      1.1  mrg commit ebb668bf17f019813cc9615269d28da8205f1d00
    195      1.1  mrg Author: Kevin E Martin <kem (a] kem.org>
    196      1.1  mrg Date:   Thu Dec 15 00:24:01 2005 +0000
    197      1.1  mrg 
    198      1.1  mrg     Update package version number for final X11R7 release candidate.
    199      1.1  mrg 
    200      1.1  mrg commit 8e3cd1b0e5c443c3c93565343c6721a3345c085e
    201      1.1  mrg Author: Kevin E Martin <kem (a] kem.org>
    202      1.1  mrg Date:   Tue Dec 6 22:48:15 2005 +0000
    203      1.1  mrg 
    204      1.1  mrg     Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
    205      1.1  mrg 
    206      1.1  mrg commit a61fd8c9f26b1defde1bf45ba5b938c197951d3f
    207      1.1  mrg Author: Kevin E Martin <kem (a] kem.org>
    208      1.1  mrg Date:   Sat Dec 3 05:49:14 2005 +0000
    209      1.1  mrg 
    210      1.1  mrg     Update package version number for X11R7 RC3 release.
    211      1.1  mrg 
    212      1.1  mrg commit 148db4c885a1adebf21e21d8f505b0148763cc00
    213      1.1  mrg Author: Alan Coopersmith <Alan.Coopersmith (a] sun.com>
    214      1.1  mrg Date:   Mon Nov 28 22:01:36 2005 +0000
    215      1.1  mrg 
    216      1.1  mrg     Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
    217      1.1  mrg         update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
    218      1.1  mrg 
    219      1.1  mrg commit a8afffe03349e74fbec823dd074b0c65bcc579c4
    220      1.1  mrg Author: Eric Anholt <anholt (a] freebsd.org>
    221      1.1  mrg Date:   Mon Nov 21 10:34:54 2005 +0000
    222      1.1  mrg 
    223      1.1  mrg     Another pass at .cvsignores for apps.
    224      1.1  mrg 
    225      1.1  mrg commit 1f9a92c950da572b246a5ee354617c7628539e9b
    226      1.1  mrg Author: Eric Anholt <anholt (a] freebsd.org>
    227      1.1  mrg Date:   Sun Nov 20 22:08:47 2005 +0000
    228      1.1  mrg 
    229      1.1  mrg     Add/improve .cvsignore files for apps.
    230      1.1  mrg 
    231      1.1  mrg commit f4d3c5288e31356b794253afb48c3691779b1cc2
    232      1.1  mrg Author: Kevin E Martin <kem (a] kem.org>
    233      1.1  mrg Date:   Sat Nov 19 07:15:35 2005 +0000
    234      1.1  mrg 
    235      1.1  mrg     Update pkgconfig files to separate library build-time dependencies from
    236      1.1  mrg         application build-time dependencies, and update package deps to work
    237      1.1  mrg         with separate build roots.
    238      1.1  mrg 
    239      1.1  mrg commit ebac4be33d3b439772212d35934f2753f03f42fe
    240      1.1  mrg Author: Kevin E Martin <kem (a] kem.org>
    241      1.1  mrg Date:   Wed Nov 9 21:09:19 2005 +0000
    242      1.1  mrg 
    243      1.1  mrg     Update package version number for X11R7 RC2 release.
    244      1.1  mrg 
    245      1.1  mrg commit 95833b04ce5ee998bcf2aaea03718157566ec671
    246      1.1  mrg Author: Kevin E Martin <kem (a] kem.org>
    247      1.1  mrg Date:   Tue Nov 1 15:05:18 2005 +0000
    248      1.1  mrg 
    249      1.1  mrg     Update pkgcheck depedencies to work with separate build roots.
    250      1.1  mrg 
    251      1.1  mrg commit 4358112e4b8c7433001c682de59b896df446d0f1
    252      1.1  mrg Author: Kevin E Martin <kem (a] kem.org>
    253      1.1  mrg Date:   Wed Oct 19 02:47:47 2005 +0000
    254      1.1  mrg 
    255      1.1  mrg     Update package version number for RC1 release.
    256      1.1  mrg 
    257      1.1  mrg commit 3079b683034b5ca45182df15e420041377aff190
    258      1.1  mrg Author: Alan Coopersmith <Alan.Coopersmith (a] sun.com>
    259      1.1  mrg Date:   Mon Oct 17 23:56:18 2005 +0000
    260      1.1  mrg 
    261      1.1  mrg     Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
    262      1.1  mrg         work better with BSD make
    263      1.1  mrg 
    264      1.1  mrg commit 3cf12f8bb84f6c7f48d21372026ed90cfbb448a4
    265      1.1  mrg Author: Alan Coopersmith <Alan.Coopersmith (a] sun.com>
    266      1.1  mrg Date:   Fri Oct 14 00:25:40 2005 +0000
    267      1.1  mrg 
    268      1.1  mrg     Use sed to fill in variables in man page
    269      1.1  mrg 
    270      1.1  mrg commit 1367d1093078bb49e4f1b5f1453fea41ae6f2b25
    271      1.1  mrg Author: Kristian Hgsberg <krh (a] redhat.com>
    272      1.1  mrg Date:   Fri Sep 23 20:39:52 2005 +0000
    273      1.1  mrg 
    274      1.1  mrg     Fill these in.
    275      1.1  mrg 
    276      1.1  mrg commit fc73e4a7408f73006267c4f9dbbd8edfadda17d6
    277      1.1  mrg Author: Kevin E Martin <kem (a] kem.org>
    278      1.1  mrg Date:   Fri Jul 29 21:22:28 2005 +0000
    279      1.1  mrg 
    280      1.1  mrg     Various changes preparing packages for RC0:
    281      1.1  mrg     - Verify and update package version numbers as needed
    282      1.1  mrg     - Implement versioning scheme
    283      1.1  mrg     - Change bug address to point to bugzilla bug entry form
    284      1.1  mrg     - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
    285      1.1  mrg         reenable it)
    286      1.1  mrg     - Fix makedepend to use pkgconfig and pass distcheck
    287      1.1  mrg     - Update build script to build macros first
    288      1.1  mrg     - Update modular Xorg version
    289      1.1  mrg 
    290      1.1  mrg commit 4641ea0102ddccbe57de71dba7d31993b4f0d5fe
    291      1.1  mrg Author: Adam Jackson <ajax (a] nwnk.net>
    292      1.1  mrg Date:   Wed Jul 20 19:31:48 2005 +0000
    293      1.1  mrg 
    294      1.1  mrg     Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
    295      1.1  mrg         configure cache, you cache it, and the cached value is probably wrong.
    296      1.1  mrg 
    297      1.1  mrg commit a1714821678853a349cfeb735e5cc2c05d7d7e10
    298      1.1  mrg Author: Kevin E Martin <kem (a] kem.org>
    299      1.1  mrg Date:   Sun Jul 3 21:38:43 2005 +0000
    300      1.1  mrg 
    301      1.1  mrg     Install publicly used headers in X11/fonts.
    302      1.1  mrg     Change source files that use these headers to get them via <X11/fonts/*.h>.
    303      1.1  mrg 
    304      1.1  mrg commit 054583b047ea55cf8788ca94849f28c1fd601ee0
    305      1.1  mrg Author: Kevin E Martin <kem (a] kem.org>
    306      1.1  mrg Date:   Sat Jul 2 21:42:05 2005 +0000
    307      1.1  mrg 
    308      1.1  mrg     Add build system for bdftopcf, mkfontdir and mkfontscale
    309      1.1  mrg 
    310      1.1  mrg commit b19c10fc3e619fba0dfc0a93a79c3368fcc5ef8c
    311      1.1  mrg Author: Egbert Eich <eich (a] suse.de>
    312      1.1  mrg Date:   Fri Apr 23 19:54:31 2004 +0000
    313      1.1  mrg 
    314      1.1  mrg     Merging XORG-CURRENT into trunk
    315      1.1  mrg 
    316      1.1  mrg commit 3dc306ac1d27de0c20faaef7d0094131783fd294
    317      1.1  mrg Author: Egbert Eich <eich (a] suse.de>
    318      1.1  mrg Date:   Sun Mar 14 08:34:49 2004 +0000
    319      1.1  mrg 
    320      1.1  mrg     Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
    321      1.1  mrg 
    322      1.1  mrg commit c3b089ed758a0c74682256430bcbbb805b30e5ba
    323      1.1  mrg Author: Egbert Eich <eich (a] suse.de>
    324      1.1  mrg Date:   Wed Mar 3 12:12:50 2004 +0000
    325      1.1  mrg 
    326      1.1  mrg     Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
    327      1.1  mrg 
    328      1.1  mrg commit a455d7e899f248a6333c1435aaefa79a998fc9b3
    329      1.1  mrg Author: Egbert Eich <eich (a] suse.de>
    330      1.1  mrg Date:   Thu Feb 26 13:36:15 2004 +0000
    331      1.1  mrg 
    332      1.1  mrg     readding XFree86's cvs IDs
    333      1.1  mrg 
    334      1.1  mrg commit 74b7fe4751a5a37fa6c42b236038ed8f6109a5bd
    335      1.1  mrg Author: Egbert Eich <eich (a] suse.de>
    336      1.1  mrg Date:   Thu Feb 26 09:23:53 2004 +0000
    337      1.1  mrg 
    338      1.1  mrg     Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
    339      1.1  mrg 
    340      1.1  mrg commit 0ec9383c6314fbe7eb4b153a5b931cdced8e78a5
    341      1.1  mrg Author: Kaleb Keithley <kaleb (a] freedesktop.org>
    342      1.1  mrg Date:   Fri Nov 14 16:48:57 2003 +0000
    343      1.1  mrg 
    344      1.1  mrg     XFree86 4.3.0.1
    345      1.1  mrg 
    346      1.1  mrg commit f51be8ca0daef86a6f0b10383ca84f42fc1b9a74
    347      1.1  mrg Author: Kaleb Keithley <kaleb (a] freedesktop.org>
    348      1.1  mrg Date:   Fri Nov 14 15:54:52 2003 +0000
    349      1.1  mrg 
    350      1.1  mrg     R6.6 is the Xorg base-line
    351