Tizen 2.0 Release
[framework/uifw/xorg/util/x11-xserver-utils.git] / xhost / ChangeLog
1 commit 497ea5c9d998385c4b877ff4e7995d85aefd066b
2 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3 Date:   Thu Mar 22 21:57:16 2012 -0700
4
5     xhost 1.0.5
6     
7     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9 commit b38ed3d9e9100347c738b3abd12ec4dab1a5f395
10 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
11 Date:   Fri Mar 2 17:13:27 2012 -0800
12
13     Rework si:type:value code to remove need for shadowed namelen variable
14     
15     Fixes gcc warning:
16     xhost.c:453:6: warning: declaration of ‘namelen’ shadows a previous local
17     xhost.c:339:9: warning: shadowed declaration is here
18     
19     Also removes unnecessary malloc and memcpy by just using the string
20     pointers we already have, since XAddHost & XRemoveHost will copy the
21     specified length of text from the strings to the Xlib request buffer
22     before returning, not relying on nil termination.
23     
24     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
25
26 commit ab99e025529b9029759470e9e085bb344f7fe4f5
27 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
28 Date:   Fri Mar 2 17:09:02 2012 -0800
29
30     configure.ac updates to match other X.Org modules
31     
32     layout and comment the top portion of configure.ac
33     add missing AC_CONFIG_SRCDIR
34     
35     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
36
37 commit c77ffc9c88d65b31c1ffadfc7956d954d82d5e85
38 Author: Erik Saule <esaule@bmi.osu.edu>
39 Date:   Sat Jul 23 18:11:10 2011 -0400
40
41     man: xhost can not take a user name as a parameter.
42     
43     However, server interpreted addresses can be used to achieve the same
44     behavior.
45     
46     Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
47     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
48
49 commit 88e5e5af7a6af15a6d277565e317f8d768067de5
50 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
51 Date:   Sat Sep 24 10:22:07 2011 -0700
52
53     Declare some char * as const to fix gcc -Wwrite-strings warnings
54     
55     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
56     Reviewed-by: Julien Cristau <jcristau@debian.org>
57     Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
58
59 commit d0d9975f459fd098e5b2cdc75edf4a9ebab6afd6
60 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
61 Date:   Sat Sep 24 10:13:45 2011 -0700
62
63     Only need CFLAGS, not LIBS from xau package
64     
65     xhost needs the Family definitions from <X11/Xauth.h> to build, but
66     doesn't call any libXau functions, so doesn't need to link against it.
67     
68     Fixes Solaris ld -z guidance warning:
69     ld: guidance: removal of unused dependency recommended: libXau.so.6
70     
71     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
72     Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
73     Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
74     Reviewed-by: Jamey Sharp <jamey@minilop.net>
75
76 commit b8747f951cb3652975ce8484aaaddd50247729f7
77 Author: Julien Cristau <jcristau@debian.org>
78 Date:   Thu Jul 28 20:28:22 2011 +0200
79
80     Move "-help" handling up to before XOpenDisplay
81     
82     We don't need a display to show the usage message.
83     
84     X.Org bug#39633 <https://bugs.freedesktop.org/show_bug.cgi?id=39633>
85     
86     Signed-off-by: Julien Cristau <jcristau@debian.org>
87
88 commit 24685cf1a3987a72310b0160b102fef615359731
89 Author: Kees Cook <kees.cook@canonical.com>
90 Date:   Sat Jul 9 13:05:17 2011 -0700
91
92     xhost: check return value of X{Add,Remove}Host
93     
94     In the ServerInterpreted case, XAddHost and XRemoveHost are capable of
95     failing when they lack request buffer memory. Notice this situation,
96     and report correctly.
97     
98     Signed-off-by: Kees Cook <kees.cook@canonical.com>
99     Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
100     Signed-off-by: Julien Cristau <jcristau@debian.org>
101
102 commit 29215ba31a7e173e55e7db73eb4c0040ae82881c
103 Author: Gaetan Nadon <memsize@videotron.ca>
104 Date:   Wed Jan 19 10:06:56 2011 -0500
105
106     config: move man pages into their own directory
107     
108     Use services provided by XORG_MANPAGE_SECTIONS.
109     Use standard Makefile for man pages.
110     
111     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
112
113 commit fc5155aa204cb07aaa3214876b20b02ad3ddcca1
114 Author: Gaetan Nadon <memsize@videotron.ca>
115 Date:   Thu Jan 13 17:15:36 2011 -0500
116
117     man: replace hard coded man page section with substitution strings
118     
119     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
120
121 commit e5e10f31baab0e98c5d7c2f1507bef2987d04ce8
122 Author: Gaetan Nadon <memsize@videotron.ca>
123 Date:   Thu Jan 13 11:15:47 2011 -0500
124
125     man: remove trailing spaces and tabs
126     
127     Using s/[ \t]*$//
128     
129     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
130
131 commit fc7681916477fdbb9ee9bda57b0051207bade715
132 Author: Gaetan Nadon <memsize@videotron.ca>
133 Date:   Wed Jan 12 16:28:02 2011 -0500
134
135     config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
136     
137     This silences an Autoconf warning
138
139 commit 76c0049c33330e5b454e7f563333a6d847092c65
140 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
141 Date:   Sat Oct 30 09:49:40 2010 -0700
142
143     xhost 1.0.4
144     
145     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
146
147 commit cb4a3d7f9ba598d38e9b17371146bd496c671246
148 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
149 Date:   Sat Oct 30 09:47:20 2010 -0700
150
151     config: Remove unnecessary calls from configure.ac
152     
153     AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
154     PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
155     
156     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
157
158 commit f390503a4ed8617a7e4f56828e78715e06823ff4
159 Author: Gaetan Nadon <memsize@videotron.ca>
160 Date:   Sat Oct 30 09:46:42 2010 -0700
161
162     config: update AC_PREREQ statement to 2.60
163     
164     Unrelated to the previous patches, the new value simply reflects
165     the reality that the minimum level for autoconf to configure
166     all x.org modules is 2.60 dated June 2006.
167     
168     ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
169     
170     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
171     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
172
173 commit 7b9927113c7b647d5ea2403ead68b2b3bf5dc470
174 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
175 Date:   Sat Oct 30 09:45:58 2010 -0700
176
177     Sun's copyrights now belong to Oracle
178     
179     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
180
181 commit 93c1508449eb3d389ddf7bd40d0362b8b9fc2967
182 Author: Jeremy Huddleston <jeremyhu@apple.com>
183 Date:   Mon Oct 11 08:34:26 2010 -0700
184
185     config: upgrade to util-macros 1.8 for additional man page support
186     
187     Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
188     The value of MAN_SUBST is the same for all X.Org packages.
189     
190     Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
191     Use the appropriate platform version of sed
192     
193     Based on patches in other modules from Gaetan Nadon <memsize@videotron.ca>
194     
195     Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
196
197 commit 622150c9dc9136dbee3a6682dc400ece7f909725
198 Author: Jeremy Huddleston <jeremyhu@apple.com>
199 Date:   Thu Oct 7 15:12:23 2010 -0700
200
201     Remove the references to /etc/X*.hosts
202     
203     xhost(1) doesn't use these files, so the refernece to Xserver(1) is sufficient.
204     
205     Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
206     Signed-off-by: Patrick E. Kane <pekane52 at gmail.com>
207
208 commit 817ee597587852683935d9b2cd31e6b22572d7e5
209 Author: Jesse Adkins <jesserayadkins@gmail.com>
210 Date:   Tue Sep 28 13:29:49 2010 -0700
211
212     Purge cvs tags.
213     
214     Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
215
216 commit 1035fb157cbbf75c6f8d31ba9df6c2e876538627
217 Author: Alan Coopersmith <alan.coopersmith@sun.com>
218 Date:   Thu Jan 14 22:15:06 2010 -0800
219
220     Update Sun license notices to current X.Org standard form
221     
222     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
223
224 commit 74b20bee2563427cf32bf35dc531a9ba321cc533
225 Author: Gaetan Nadon <memsize@videotron.ca>
226 Date:   Thu Nov 26 09:19:54 2009 -0500
227
228     Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
229     
230     Now that the INSTALL file is generated.
231     Allows running make maintainer-clean.
232
233 commit 5aa33f27a2867668bf80f6484bdca78919410952
234 Author: Gaetan Nadon <memsize@videotron.ca>
235 Date:   Wed Oct 28 14:09:08 2009 -0400
236
237     INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
238     
239     Add missing INSTALL file. Use standard GNU file on building tarball
240     README may have been updated
241     Remove AUTHORS file as it is empty and no content available yet.
242     Remove NEWS file as it is empty and no content available yet.
243
244 commit aa14be48f8aac4da5e761d7341066e782062038b
245 Author: Gaetan Nadon <memsize@videotron.ca>
246 Date:   Mon Oct 26 22:08:39 2009 -0400
247
248     Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
249     
250     ChangeLog filename is known to Automake and requires no further
251     coding in the makefile.
252
253 commit d089d697f53f892684c1c7640decbeb7ebf939aa
254 Author: Gaetan Nadon <memsize@videotron.ca>
255 Date:   Thu Oct 22 12:34:15 2009 -0400
256
257     .gitignore: use common defaults with custom section # 24239
258     
259     Using common defaults will reduce errors and maintenance.
260     Only the very small or inexistent custom section need periodic maintenance
261     when the structure of the component changes. Do not edit defaults.
262
263 commit c8b11b9e04dae51ab7f39386af77bff66843a26d
264 Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
265 Date:   Wed Oct 21 12:47:20 2009 -0700
266
267     This is not a GNU project, so declare it foreign.
268     
269     On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
270     > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
271     > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
272     > > was quite annoying to work around since 'autoreconf -fvi' replaces
273     > > it and git wants to commit it.  Should these files even be in git?
274     > > Can I nuke them for the betterment of humanity and since they get
275     > > created by autoreconf anyways?
276     >
277     > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
278     
279     As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
280     AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
281     of the INSTALL file. It is also part of the 24206 solution.
282     
283     Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
284
285 commit 887b3da0c2cf25b1239b200fa82935cff61edc74
286 Author: Alan Coopersmith <alan.coopersmith@sun.com>
287 Date:   Tue Oct 13 17:37:15 2009 -0700
288
289     xhost 1.0.3
290     
291     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
292
293 commit fb7a5116803237dbf7c6871e6ba299ca9490c0b5
294 Author: Alan Coopersmith <alan.coopersmith@sun.com>
295 Date:   Tue Oct 13 17:17:42 2009 -0700
296
297     Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
298     
299     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
300
301 commit a10568d219ce8f67732a3cfad8b4f173b414c356
302 Author: Alan Coopersmith <alan.coopersmith@sun.com>
303 Date:   Thu Oct 1 14:54:24 2009 -0700
304
305     Add README with pointers to mailing lists, bugzilla, & git
306     
307     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
308
309 commit 2e313cc7b5f0353e545a874ade80ab568687473f
310 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
311 Date:   Wed Jan 21 19:11:50 2009 -0200
312
313     Correct make distcheck and sparse warnings.
314
315 commit 1ab923fdd812a35dd46fe663780f8c8271aa5d89
316 Author: Alan Coopersmith <alan.coopersmith@sun.com>
317 Date:   Tue Jul 17 10:08:35 2007 -0700
318
319     Use AM_CFLAGS instead of xhost_CFLAGS to avoid automake-1.10 warnings
320
321 commit ebf6f7d4b36d69a83aeca39405d6140d8cbdcb01
322 Author: Alan Coopersmith <alan.coopersmith@sun.com>
323 Date:   Mon Jul 16 14:51:39 2007 -0700
324
325     Version bump: 1.0.2
326
327 commit 9ef704675867ab08bc8ea129825d4ba32061dded
328 Author: Alan Coopersmith <alan.coopersmith@sun.com>
329 Date:   Mon Jul 16 14:26:03 2007 -0700
330
331     Replace static ChangeLog with dist-hook to generate from git log
332
333 commit 39ebc64fcc7ed7abdd529100da4cc6ba59ccff9d
334 Author: Alan Coopersmith <alan.coopersmith@sun.com>
335 Date:   Wed Apr 11 14:54:42 2007 -0700
336
337     Bug #10616: Typo in xhost.man: s/effect/affect/
338     
339     X.Org Bugzilla #10616 <https://bugs.freedesktop.org/show_bug.cgi?id=10616>
340     Reported upstream from
341     Debian bug #232384 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=232384>
342
343 commit 7f505a8462be4fa4cde6314fc9bff66ce298722a
344 Author: Alan Coopersmith <alan.coopersmith@sun.com>
345 Date:   Fri Feb 2 13:36:24 2007 -0800
346
347     renamed: .cvsignore -> .gitignore
348
349 commit adbf515413070f64a15bb3b12c810c906075529a
350 Author: Alan Coopersmith <alan.coopersmith@sun.com>
351 Date:   Fri Feb 2 13:36:00 2007 -0800
352
353     Add note pointing to Xsecurity man page for more info on SI options
354
355 commit f74dafdf0b8e15cc1a92466f2c92facd470895b8
356 Author: Adam Jackson <ajax@nwnk.net>
357 Date:   Sat Apr 15 00:10:10 2006 +0000
358
359     Coverity #610, #611: Various minor memory leaks. Bump to 1.0.1.
360
361 commit dc62a07856fb98a1c11abb6146146e91f520908b
362 Author: Kevin E Martin <kem@kem.org>
363 Date:   Thu Dec 15 00:24:07 2005 +0000
364
365     Update package version number for final X11R7 release candidate.
366
367 commit 8984dd78af13984d80d6f1b751be415b30940816
368 Author: Kevin E Martin <kem@kem.org>
369 Date:   Tue Dec 6 22:48:22 2005 +0000
370
371     Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
372
373 commit 5f042cf69982bfb6bf045a543de232b0658f06bc
374 Author: Kevin E Martin <kem@kem.org>
375 Date:   Sat Dec 3 05:49:24 2005 +0000
376
377     Update package version number for X11R7 RC3 release.
378
379 commit e77e96f2427e7ae4f26886463f82753f5307de2b
380 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
381 Date:   Mon Nov 28 22:01:43 2005 +0000
382
383     Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
384         update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
385
386 commit 5283dd84d2d8ca67edf136fd4306852c18a1ca6d
387 Author: Eric Anholt <anholt@freebsd.org>
388 Date:   Mon Nov 21 10:35:01 2005 +0000
389
390     Another pass at .cvsignores for apps.
391
392 commit 8ecde78ea1374b23238cafb07eb4b1769c0ef5bb
393 Author: Eric Anholt <anholt@freebsd.org>
394 Date:   Sun Nov 20 22:08:53 2005 +0000
395
396     Add/improve .cvsignore files for apps.
397
398 commit 71c8ff9e7e33d461c429069f2626ab2b4239001f
399 Author: Kevin E Martin <kem@kem.org>
400 Date:   Wed Nov 9 21:09:21 2005 +0000
401
402     Update package version number for X11R7 RC2 release.
403
404 commit 726c26bcec28843c6f5038bba46f3d87a56b8a58
405 Author: Kevin E Martin <kem@kem.org>
406 Date:   Tue Nov 1 15:05:18 2005 +0000
407
408     Update pkgcheck depedencies to work with separate build roots.
409
410 commit decc11f72d68d91578ec5491282ee2c619a7f6d4
411 Author: Kevin E Martin <kem@kem.org>
412 Date:   Wed Oct 19 02:47:54 2005 +0000
413
414     Update package version number for RC1 release.
415
416 commit 4364ba6829303bd09f4713b50fe44a2fa89872a5
417 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
418 Date:   Mon Oct 17 23:56:22 2005 +0000
419
420     Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
421         work better with BSD make
422
423 commit fbfc3a3410f51b1e0706ffd115a41e9ae1e36160
424 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
425 Date:   Fri Oct 14 00:25:46 2005 +0000
426
427     Use sed to fill in variables in man page
428
429 commit 7e1c137dc842830927dcc6cd8ddf06422e5eb32a
430 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
431 Date:   Mon Aug 1 20:25:30 2005 +0000
432
433     Install man pages to section 1 instead of section m (Patch from Donnie
434         Berkholz)
435
436 commit 7a832df9178f26f471287b8cac3604121a635e68
437 Author: Kevin E Martin <kem@kem.org>
438 Date:   Fri Jul 29 21:22:34 2005 +0000
439
440     Various changes preparing packages for RC0:
441     - Verify and update package version numbers as needed
442     - Implement versioning scheme
443     - Change bug address to point to bugzilla bug entry form
444     - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
445         reenable it)
446     - Fix makedepend to use pkgconfig and pass distcheck
447     - Update build script to build macros first
448     - Update modular Xorg version
449
450 commit 50727a26edab129d555150cca271c23c4228426d
451 Author: Kevin E Martin <kem@kem.org>
452 Date:   Thu Jul 28 15:57:12 2005 +0000
453
454     Fix distcheck for remaining apps
455
456 commit 1618ebd6cd76fb6afc63d68966905e4948b5ebb4
457 Author: Adam Jackson <ajax@nwnk.net>
458 Date:   Wed Jul 20 19:31:57 2005 +0000
459
460     Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
461         configure cache, you cache it, and the cached value is probably wrong.
462
463 commit 8b783444a5341f4698027d3a66650c179bc8fa2e
464 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
465 Date:   Tue Jul 5 21:12:45 2005 +0000
466
467     Add autogen.sh for xhost
468
469 commit 4f7044d76de402585b7bcc33b6803f6d5182dd61
470 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
471 Date:   Fri Jul 1 16:55:14 2005 +0000
472
473     More freedestkop->freedesktop typo fixes
474
475 commit 6717fca843fbcf3c79574dd1f574fbf78ff99285
476 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
477 Date:   Sat Jun 18 08:16:09 2005 +0000
478
479     Whoops. Uses Xmuu, not Xmu
480
481 commit 1ff19e0b04fbc458d87b9582223a7e60fd18ffb2
482 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
483 Date:   Sat Jun 18 08:03:35 2005 +0000
484
485     Autotooling: Add #include "config.h" & use RETSIGTYPE if defined.
486     cvs: ----------------------------------------------------------------------
487
488 commit e6443cf2d16a842e3dcefadbfb7be50484ee2f47
489 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
490 Date:   Sat Jun 18 07:49:39 2005 +0000
491
492     autotool xhost
493
494 commit beba11cfe89a04a5c315d6b9b48201204af31a18
495 Author: Matthieu Herrb <matthieu.herrb@laas.fr>
496 Date:   Tue Jul 27 06:06:06 2004 +0000
497
498     - remove remaining AMOEBA references.
499     - remove unused file.
500
501 commit 9a00449e017738f0e60c1bf296659a535b1469f2
502 Author: Egbert Eich <eich@suse.de>
503 Date:   Fri Apr 23 19:54:49 2004 +0000
504
505     Merging XORG-CURRENT into trunk
506
507 commit d60614f08958004ab613f62470f14c2fab6e59f5
508 Author: Egbert Eich <eich@suse.de>
509 Date:   Sun Mar 14 08:35:24 2004 +0000
510
511     Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
512
513 commit 18cd6b229ebc28d5e9875465f4eadff856b94b83
514 Author: Egbert Eich <eich@suse.de>
515 Date:   Wed Mar 3 12:13:08 2004 +0000
516
517     Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
518
519 commit 451e972cf47c66069d791e5436f6c9eac9f0e116
520 Author: Egbert Eich <eich@suse.de>
521 Date:   Thu Feb 26 13:36:24 2004 +0000
522
523     readding XFree86's cvs IDs
524
525 commit f17a619e50d3243f3cc62251fed63a1bc46cb120
526 Author: Egbert Eich <eich@suse.de>
527 Date:   Thu Feb 26 09:24:08 2004 +0000
528
529     Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
530
531 commit fb6a09667fede1013cbb01f57ccccd7b726fbecf
532 Author: Kaleb Keithley <kaleb@freedesktop.org>
533 Date:   Tue Nov 25 19:29:13 2003 +0000
534
535     XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
536
537 commit 8318f3de7a64f63e05adae22f9452af19e5df725
538 Author: Kaleb Keithley <kaleb@freedesktop.org>
539 Date:   Fri Nov 14 16:49:22 2003 +0000
540
541     XFree86 4.3.0.1
542
543 commit 5b721f5b0d168e466b968d3a3089ab1e3be82233
544 Author: Kaleb Keithley <kaleb@freedesktop.org>
545 Date:   Fri Nov 14 15:54:53 2003 +0000
546
547     R6.6 is the Xorg base-line