1commit 965ab478ee7725840dccf9728c7a0c70bd507c4b
2Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3Date:   Fri Dec 9 10:08:42 2022 -0800
4
5    xf86-video-suncg6 1.1.3
6    
7    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9commit 91baf16b64eca532d23fc48818b2de7b4f7913de
10Author: Alan Coopersmith <alan.coopersmith@oracle.com>
11Date:   Thu Jul 28 17:30:21 2022 -0700
12
13    gitlab CI: stop requiring Signed-off-by in commits
14    
15    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
16
17commit 14392504de04841fa2cbb5cdf8d9c9c7c4eb2ed8
18Author: Alan Coopersmith <alan.coopersmith@oracle.com>
19Date:   Sat Jan 29 10:27:01 2022 -0800
20
21    Include xf86Cursor.h instead of xf86RamDac.h
22    
23    ramdac drivers have been removed from xserver since version 21.0.99.1
24    and xorg/xserver@f0385fb4 resulting in the following build failure:
25    
26    In file included from ../../src/cg6_cursor.c:31:
27    ../../src/cg6.h:29:10: fatal error: xf86RamDac.h: No such file or directory
28       29 | #include "xf86RamDac.h"
29          |          ^~~~~~~~~~~~~~
30    
31    but xf86RamDac.h in turn included xf86Cursor.h which we still need.
32    
33    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
34
35commit 3718002bbebf468632e18d59546d74d6e1b77bc8
36Author: Alan Coopersmith <alan.coopersmith@oracle.com>
37Date:   Sat Jan 29 10:20:27 2022 -0800
38
39    gitlab CI: add a basic build test
40    
41    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
42
43commit e5ac3c9c162da0a0529fce65c141ccc60fa29b1e
44Author: Alan Coopersmith <alan.coopersmith@oracle.com>
45Date:   Sat Jan 29 10:20:09 2022 -0800
46
47    Fix spelling/wording issues
48    
49    Found by using:
50        codespell --builtin clear,rare,usage,informal,code,names
51    
52    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
53
54commit 39b14e487fadf20709c30aeb4c204f3b963c9d97
55Author: Alan Coopersmith <alan.coopersmith@oracle.com>
56Date:   Sat Jan 29 10:19:46 2022 -0800
57
58    Build xz tarballs instead of bzip2
59    
60    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
61
62commit 3762661116fa535a8fcb7c2eab5c08a20358a3fc
63Author: Alan Coopersmith <alan.coopersmith@oracle.com>
64Date:   Fri Dec 7 19:10:39 2018 -0800
65
66    Update configure.ac bug URL for gitlab migration
67    
68    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
69
70commit f1da29c42967f9045778138aadbcc69ac963da75
71Author: Alan Coopersmith <alan.coopersmith@oracle.com>
72Date:   Sun Nov 18 16:23:30 2018 -0800
73
74    Update README for gitlab migration
75    
76    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
77
78commit ee1cfb2f37416f6efbdb93c1d1b566fcdd0a655f
79Author: Matt Turner <mattst88@gmail.com>
80Date:   Mon Jan 21 22:46:03 2013 -0800
81
82    xf86-video-suncg6 1.1.2
83
84commit e21c7021fc838e0fbce25ecfbe418bdddf4fcb2c
85Author: Adam Jackson <ajax@redhat.com>
86Date:   Tue Sep 25 08:54:55 2012 -0400
87
88    Remove mibstore.h
89    
90    Signed-off-by: Adam Jackson <ajax@redhat.com>
91
92commit d5206ab29d86a28634afbcf44b50775e74146cb2
93Author: Dave Airlie <airlied@redhat.com>
94Date:   Wed Jun 6 11:35:41 2012 +0100
95
96    cg6: port to new compat api.
97    
98    Signed-off-by: Dave Airlie <airlied@redhat.com>
99
100commit 9d6d59f7a37f1290237721918583becb66516ec0
101Author: Jeremy Huddleston <jeremyhu@apple.com>
102Date:   Sat Oct 29 19:52:38 2011 -0700
103
104    Use malloc/calloc/realloc/free directly
105    
106    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
107
108commit 65463d54b204df5ee83babeaf93c27ba1a82a7c9
109Author: Jesse Adkins <jesserayadkins@gmail.com>
110Date:   Tue Sep 28 13:29:51 2010 -0700
111
112    Purge cvs tags.
113    
114    Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
115    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
116
117commit 34ade544a3300f1b15b5392afeb779bdcdc0737c
118Author: Gaetan Nadon <memsize@videotron.ca>
119Date:   Wed Jul 21 16:49:04 2010 -0400
120
121    config: add comments for main statements
122
123commit fc94cccd78e72c28762e084e0109e027ca207038
124Author: Gaetan Nadon <memsize@videotron.ca>
125Date:   Wed Jul 21 16:07:00 2010 -0400
126
127    config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
128    
129    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
130
131commit 6f2a1aa5ea790902a6d04e9f0c5acc83f3db39d3
132Author: Gaetan Nadon <memsize@videotron.ca>
133Date:   Wed Jul 21 14:37:41 2010 -0400
134
135    config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
136    
137    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
138
139commit 06d5c7fb6f787b79ed03b902bbe65d3a9b147f11
140Author: Gaetan Nadon <memsize@videotron.ca>
141Date:   Wed Jul 21 14:05:23 2010 -0400
142
143    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
144    
145    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
146
147commit 9ac3e4d009051f75a2f4ec713dcc54d77ee5e7c7
148Author: Gaetan Nadon <memsize@videotron.ca>
149Date:   Wed Jul 21 09:27:42 2010 -0400
150
151    config: complete AC_INIT m4 quoting
152    
153    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
154
155commit e7dceb8c94ef52bb239f6ed26e20b1f69fc8d3d2
156Author: Gaetan Nadon <memsize@videotron.ca>
157Date:   Tue Jul 20 21:44:58 2010 -0400
158
159    config: remove unrequired AC_SUBST([XORG_CFLAGS])
160    
161    This macro is called by PKG_CHECK_MODULES
162    
163    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
164
165commit 8b36052f7d260187b04b5e6e924ad0e7a13f8bee
166Author: Gaetan Nadon <memsize@videotron.ca>
167Date:   Tue Jul 20 20:24:42 2010 -0400
168
169    config: remove unrequired AC_HEADER_STDC
170    
171    Autoconf says:
172    "This macro is obsolescent, as current systems have conforming
173    header files. New programs need not use this macro".
174    
175    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
176
177commit c9e2ed055558653ab193901fb28345c063afd023
178Author: Gaetan Nadon <memsize@videotron.ca>
179Date:   Tue Jul 20 19:41:31 2010 -0400
180
181    config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
182    
183    XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
184    AC_PROG_C_C99. This sets gcc with -std=gnu99.
185    If AC_PROG_CC macro is called afterwards, it resets CC to gcc.
186    
187    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
188
189commit 109a88bd9805332c6d9a968722190405f4f8581d
190Author: Gaetan Nadon <memsize@videotron.ca>
191Date:   Tue Jul 20 18:45:19 2010 -0400
192
193    config: update AC_PREREQ statement to 2.60
194    
195    Unrelated to the previous patches, the new value simply reflects
196    the reality that the minimum level for autoconf to configure
197    all x.org modules is 2.60 dated June 2006.
198    
199    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
200    
201    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
202
203commit cb5693a8e2d6e8dafd2a4fe4ba3131a9c7b211e9
204Author: Gaetan Nadon <memsize@videotron.ca>
205Date:   Tue Jul 20 16:15:30 2010 -0400
206
207    config: upgrade to util-macros 1.8 for additional man page support
208    
209    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
210    The value of MAN_SUBST is the same for all X.Org packages.
211
212commit baafed1146fd2a7fb5383a7907d67938c434e366
213Author: Gaetan Nadon <memsize@videotron.ca>
214Date:   Sun Jun 13 11:09:37 2010 -0400
215
216    COPYING: replace stub file with actual Copyright notices.
217    
218    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
219
220commit c1c9d3696e002fc9a16a89f8b7de9568af7ed620
221Author: Alan Coopersmith <alan.coopersmith@sun.com>
222Date:   Fri Jan 15 15:47:05 2010 -0800
223
224    Update Sun license notices to current X.Org standard form
225    
226    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
227
228commit 8492422f4f04e58fae14f23e13d86833911fbb15
229Author: Gaetan Nadon <memsize@videotron.ca>
230Date:   Tue Dec 15 22:01:02 2009 -0500
231
232    configure.ac: remove unused sdkdir=$(pkg-config...) statement
233    
234    The sdkdir variable isn't use, so remove the statement.
235    
236    Acked-by: Dan Nicholson <dbn.lists@gmail.com>
237    
238    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
239
240commit 95d5b0b7b4a7faefd16fe6daf6bf994da7c79b01
241Author: Gaetan Nadon <memsize@videotron.ca>
242Date:   Mon Nov 23 09:25:05 2009 -0500
243
244    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
245    
246    Now that the INSTALL file is generated.
247    Allows running make maintainer-clean.
248
249commit 8cda2c1ede0b63fc57f9c3b0699e135df4611f4b
250Author: Gaetan Nadon <memsize@videotron.ca>
251Date:   Wed Oct 28 14:41:41 2009 -0400
252
253    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
254    
255    Automake 'foreign' option is specified in configure.ac.
256    Remove from Makefile.am
257
258commit 29ad9f4182050e3d75110a3a20b9a77d9a7c1488
259Author: Gaetan Nadon <memsize@videotron.ca>
260Date:   Wed Oct 28 14:09:09 2009 -0400
261
262    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
263    
264    Add missing INSTALL file. Use standard GNU file on building tarball
265    README may have been updated
266    Remove AUTHORS file as it is empty and no content available yet.
267    Remove NEWS file as it is empty and no content available yet.
268
269commit e1c9b4d382b55d05bb26a7f87afbc9f359ffd8c0
270Author: Gaetan Nadon <memsize@videotron.ca>
271Date:   Mon Oct 26 12:54:22 2009 -0400
272
273    Several driver modules do not have a ChangeLog target in Makefile.am #23814
274    
275    The git generated ChangeLog replaces the hand written one.
276    Update configure.ac to xorg-macros level 1.3.
277    Use XORG_DEFAULT_OPTIONS which replaces four XORG_* macros
278    Update Makefile.am to add ChangeLog target if missing
279    Remove ChangeLog from EXTRA_DIST or *CLEAN variables
280    This is a pre-req for the INSTALL_CMD
281
282commit 5eb19f18b6a263de8017ef1a8ad2bbc3548b27b6
283Author: Gaetan Nadon <memsize@videotron.ca>
284Date:   Thu Oct 22 12:34:18 2009 -0400
285
286    .gitignore: use common defaults with custom section # 24239
287    
288    Using common defaults will reduce errors and maintenance.
289    Only the very small or inexistent custom section need periodic maintenance
290    when the structure of the component changes. Do not edit defaults.
291
292commit 345231051acb0386337e47567bdb1c7a2205a851
293Author: Gaetan Nadon <memsize@videotron.ca>
294Date:   Mon Sep 7 11:12:13 2009 -0400
295
296    xf86-video-suncg6: Remove unused .cvsignore file #23776
297    
298    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
299
300commit 4a5689b7213b4cfcf42e95a8f2cb65bb037e2b02
301Author: Julien Cristau <jcristau@debian.org>
302Date:   Mon May 4 15:06:17 2009 +0200
303
304    Bump to 1.1.1
305
306commit ab0df8b5e67af4a5364272f70a6c97bf4e85a95f
307Author: Alan Coopersmith <alan.coopersmith@sun.com>
308Date:   Fri Jan 30 21:04:19 2009 -0800
309
310    Add README with pointers to mailing list, bugzilla & git repos
311
312commit 0ea4c5d25763c805877557914b0c95b8c6fc8f40
313Author: David Nusinow <dnusinow@debian.org>
314Date:   Sun Nov 25 22:46:38 2007 -0500
315
316    Request 8bpp depth from the server
317    
318    We only support 8bpp so might as well ask for it rather than demand that
319    the user configure this in their xorg.conf.
320    
321    X.Org bug#13394 (http://bugs.freedesktop.org/show_bug.cgi?id=13394)
322    
323    Signed-off-by: Julien Cristau <jcristau@debian.org>
324
325commit 1d463282b8e5befe6ab5fdd8f6688bc2a7743e43
326Author: Alan Coopersmith <alan.coopersmith@sun.com>
327Date:   Fri Jan 9 16:35:42 2009 -0800
328
329    Remove xorgconfig & xorgcfg from See Also list in man page
330
331commit 95890614d0218d57de314cd88eaa46f45ebf0b66
332Author: Adam Jackson <ajax@redhat.com>
333Date:   Tue Aug 19 10:24:59 2008 -0400
334
335    Uninclude xf86Version.h
336
337commit b7cc50246ef1d36be47394a5b9d54f9bfc9b6398
338Author: Matthieu Herrb <matthieu.herrb@laas.fr>
339Date:   Sat Mar 8 23:57:07 2008 +0100
340
341    Makefile.am: nuke RCS Id
342
343commit accee0d1ce864d1a6200c93fa4ef6c942fe43feb
344Author: Brice Goglin <bgoglin@debian.org>
345Date:   Tue Aug 7 13:50:00 2007 +0200
346
347    Define CG6_*_VERSION using PACKAGE_VERSION*
348
349commit 109b59467c57bb2aaee1cced3d30129dcd305927
350Author: Alan Coopersmith <alan.coopersmith@sun.com>
351Date:   Thu Mar 1 11:02:23 2007 -0800
352
353    renamed: .cvsignore -> .gitignore
354
355commit 62f44115b3c7d2c558731135c1354eba81060b2d
356Author: Alan Coopersmith <alan.coopersmith@sun.com>
357Date:   Thu Mar 1 11:01:57 2007 -0800
358
359    Replace references to XFree86/XF86Config in man page
360
361commit 612e84c6ba39e86857d16553d202be71d3e0c0e4
362Author: Adam Jackson <ajax@nwnk.net>
363Date:   Fri Apr 7 21:24:15 2006 +0000
364
365    Unlibcwrap. Bump server version requirement. Bump to 1.1.0.
366
367commit b011bb947ca9dab087574ae867ad2dbd57ab2193
368Author: Kevin E Martin <kem@kem.org>
369Date:   Wed Dec 21 02:30:03 2005 +0000
370
371    Update package version for X11R7 release.
372
373commit 37df9be4ef223df1b4555a2497f025b7045de3a8
374Author: Adam Jackson <ajax@nwnk.net>
375Date:   Mon Dec 19 16:25:55 2005 +0000
376
377    Stub COPYING files
378
379commit 1d9fcc4a61363f6ab9b889ded9d8bcababc18381
380Author: Kevin E Martin <kem@kem.org>
381Date:   Thu Dec 15 00:24:19 2005 +0000
382
383    Update package version number for final X11R7 release candidate.
384
385commit 653b15ec999a254a14a8e8ddd719cf81278b825d
386Author: Kevin E Martin <kem@kem.org>
387Date:   Tue Dec 6 22:48:39 2005 +0000
388
389    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
390
391commit 6d7f63f2d878b8b34b0f6899a3944cf9ed6e4254
392Author: Kevin E Martin <kem@kem.org>
393Date:   Sat Dec 3 05:49:35 2005 +0000
394
395    Update package version number for X11R7 RC3 release.
396
397commit 729b1ee86f20f9cc4af01933f0d7b08fa3f000ab
398Author: Kevin E Martin <kem@kem.org>
399Date:   Fri Dec 2 02:16:10 2005 +0000
400
401    Remove extraneous AC_MSG_RESULT.
402
403commit 03619fb71e97b9ba0a2a77bb9bdebc6a653f0d07
404Author: Adam Jackson <ajax@nwnk.net>
405Date:   Tue Nov 29 23:30:04 2005 +0000
406
407    Only build dlloader modules by default.
408
409commit 9f370adc4956650a4a1d32ceab64220e615a6c1c
410Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
411Date:   Mon Nov 28 22:04:13 2005 +0000
412
413    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
414        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
415
416commit baed8b2f08bad1e570ff1e2c40e177584ce9d48e
417Author: Eric Anholt <anholt@freebsd.org>
418Date:   Mon Nov 21 10:49:19 2005 +0000
419
420    Add .cvsignores for drivers.
421
422commit 4e2a897a165b95cf88deac49b60a0f97110877af
423Author: Kevin E Martin <kem@kem.org>
424Date:   Wed Nov 9 21:15:21 2005 +0000
425
426    Update package version number for X11R7 RC2 release.
427
428commit 26b032bc94d9ee5ad706e91ef994bf8a36c7d1dd
429Author: Kevin E Martin <kem@kem.org>
430Date:   Tue Nov 1 15:08:55 2005 +0000
431
432    Update pkgcheck depedencies to work with separate build roots.
433
434commit 5ec2a18f67b9f57bde19b199db47813a414755db
435Author: Kevin E Martin <kem@kem.org>
436Date:   Wed Oct 19 02:48:05 2005 +0000
437
438    Update package version number for RC1 release.
439
440commit 4b66032de63a6d710cfed0b556a7b30f635d3043
441Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
442Date:   Tue Oct 18 00:01:54 2005 +0000
443
444    Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
445        substitutions to work better with BSD make
446
447commit da8e03e0ae9b74b7e4fcdfa1a04a73052cc66b09
448Author: Adam Jackson <ajax@nwnk.net>
449Date:   Mon Oct 17 22:57:36 2005 +0000
450
451    More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
452        of indirectly
453
454commit 887ede3ec670ec418d3f51a2fe332cc6a6749c02
455Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
456Date:   Mon Oct 17 00:09:06 2005 +0000
457
458    Use sed & cpp to substitute variables in driver man pages
459
460commit 74d4333ac6e73eafdc8b1bcdffe681763c4a38e7
461Author: Daniel Stone <daniel@fooishbar.org>
462Date:   Thu Aug 18 09:03:50 2005 +0000
463
464    Update autogen.sh to one that does objdir != srcdir.
465
466commit 0fc810fe77c9e78aed29d8bc918a72b116cee331
467Author: Kevin E Martin <kem@kem.org>
468Date:   Fri Jul 29 21:22:45 2005 +0000
469
470    Various changes preparing packages for RC0:
471    - Verify and update package version numbers as needed
472    - Implement versioning scheme
473    - Change bug address to point to bugzilla bug entry form
474    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
475        reenable it)
476    - Fix makedepend to use pkgconfig and pass distcheck
477    - Update build script to build macros first
478    - Update modular Xorg version
479
480commit 98c493ad161fc0e1ee9ff22d7bda71ceb1a6771e
481Author: Søren Sandmann Pedersen  <sandmann@daimi.au.dk>
482Date:   Tue Jul 26 23:43:00 2005 +0000
483
484    Build system for suncg6
485
486commit 30eb6d11ceb6229adb4473a87cecf02d0cf9b266
487Author: Adam Jackson <ajax@nwnk.net>
488Date:   Mon Jul 11 02:30:00 2005 +0000
489
490    Prep for modular builds by adding guarded #include "config.h" everywhere.
491
492commit b17f996d50437f0d4709d85b02bb6f5d1ed81108
493Author: Adam Jackson <ajax@nwnk.net>
494Date:   Sat Jun 25 21:16:56 2005 +0000
495
496    Bug #3626: _X_EXPORT tags for video and input drivers.
497
498commit 2625014f0a350501f8dbf7c4b33180181110ffab
499Author: Daniel Stone <daniel@fooishbar.org>
500Date:   Wed Apr 20 12:25:30 2005 +0000
501
502    Fix includes right throughout the Xserver tree:
503    change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h;
504    change "foo.h", "extensions/foo.h" and "X11/foo.h" to
505        <X11/extensions/foo.h> for extension headers, e.g. Xv.h;
506    change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files.
507
508commit 12767617cb0b37d5da34be3e67f1aeed2a7f9efa
509Author: Eric Anholt <anholt@freebsd.org>
510Date:   Wed Jun 16 09:23:55 2004 +0000
511
512    DRI XFree86-4_3_99_12-merge import
513
514commit e39e72d26810ef2c870cad1e74bf4bf5db114301
515Author: Egbert Eich <eich@suse.de>
516Date:   Fri Apr 23 19:47:46 2004 +0000
517
518    Merging XORG-CURRENT into trunk
519
520commit e5db942329252ba4068689cfd793034ec2997714
521Author: Egbert Eich <eich@suse.de>
522Date:   Sun Mar 14 08:33:36 2004 +0000
523
524    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
525
526commit 488685520f25cb4dc5b58050d028bfd069757c16
527Author: Egbert Eich <eich@suse.de>
528Date:   Wed Mar 3 12:12:25 2004 +0000
529
530    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
531
532commit d2c072ee1f96a1f6b1981492a0123661ff1bb156
533Author: Egbert Eich <eich@suse.de>
534Date:   Thu Feb 26 13:35:55 2004 +0000
535
536    readding XFree86's cvs IDs
537
538commit 9e9549fb77fb5fb1fd832a8b2431c6649e6643f0
539Author: Egbert Eich <eich@suse.de>
540Date:   Thu Feb 26 09:23:27 2004 +0000
541
542    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
543
544commit 67668c8db44e9e00c155acea3937c713a167c199
545Author: Kaleb Keithley <kaleb@freedesktop.org>
546Date:   Tue Nov 25 19:28:41 2003 +0000
547
548    XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
549
550commit cb116a2c02c4eed33bd0929352ceb8e52d48e3ce
551Author: Kaleb Keithley <kaleb@freedesktop.org>
552Date:   Fri Nov 14 16:48:55 2003 +0000
553
554    XFree86 4.3.0.1
555
556commit 5a01d1437514492397158ee26c597589e8a6935f
557Author: Kaleb Keithley <kaleb@freedesktop.org>
558Date:   Fri Nov 14 16:48:55 2003 +0000
559
560    Initial revision
561