Couple of patching errors here again. [EMAIL PROTECTED] lostwages]$ patch -p0 < wwn.diff patching file wwn/wn20010319_87.xml patching file wwn/wn20010422_92.xml patching file wwn/wn20010611_97.xml Hunk #1 FAILED at 1. 1 out of 1 hunk FAILED -- saving rejects to file wwn/wn20010611_97.xml.rej patching file wwn/wn20010621_98.xml Hunk #1 FAILED at 1. 1 out of 1 hunk FAILED -- saving rejects to file wwn/wn20010621_98.xml.rej patching file wwn/wn20010706_99.xml Hunk #1 FAILED at 1. 1 out of 1 hunk FAILED -- saving rejects to file wwn/wn20010706_99.xml.rej patching file wwn/wn20010718_100.xml Hunk #1 FAILED at 1. 1 out of 1 hunk FAILED -- saving rejects to file wwn/wn20010718_100.xml.rej patching file wwn/wn20010802_101.xml Hunk #1 FAILED at 1. 1 out of 1 hunk FAILED -- saving rejects to file wwn/wn20010802_101.xml.rej patching file wwn/wn20010816_102.xml patching file wwn/wn20010912_103.xml patching file wwn/wn20010925_104.xml patching file wwn/wn20011007_105.xml patching file wwn/wn20011021_106.xml patching file wwn/wn20011102_107.xml patching file wwn/wn20011111_108.xml patching file wwn/wn20011125_109.xml patching file wwn/wn20011212_110.xml patching file wwn/wn20011224_111.xml patching file wwn/wn20020105_112.xml patching file wwn/wn20020114_113.xml patching file wwn/wn20020129_114.xml patching file wwn/wn20020213_115.xml patching file wwn/wn20020224_116.xml patching file wwn/wn20020308_117.xml patching file wwn/wn20020325_118.xml patching file wwn/wn20020331_119.xml patching file wwn/wn20020418_120.xml Hunk #1 FAILED at 1. 1 out of 1 hunk FAILED -- saving rejects to file wwn/wn20020418_120.xml.rej patching file wwn/wn20020726_130.xml patching file wwn/wn20020807_131.xml patching file wwn/wn20020913_135.xml patching file wwn/wn20020920_136.xml patching file wwn/wn20020927_137.xml patching file wwn/wn20021004_138.xml patching file wwn/wn20021011_139.xml patching file wwn/wn20021018_140.xml patching file wwn/wn20021025_141.xml patching file wwn/wn20021101_142.xml patching file wwn/wn20021108_143.xml patching file wwn/wn20021115_144.xml patching file wwn/wn20021122_145.xml patching file wwn/wn20021129_146.xml patching file wwn/wn20021206_147.xml patching file wwn/wn20021213_148.xml Hunk #1 FAILED at 1. 1 out of 1 hunk FAILED -- saving rejects to file wwn/wn20021213_148.xml.rej patching file wwn/wn20021220_149.xml patching file wwn/wn20021227_150.xml patching file wwn/wn20030103_151.xml patching file wwn/wn20030110_152.xml patching file wwn/wn20030117_153.xml patching file wwn/wn20030124_154.xml patching file wwn/wn20030131_155.xml patching file wwn/wn20030207_156.xml patching file wwn/wn20030214_157.xml patching file wwn/wn20030221_158.xml patching file wwn/wn20030228_159.xml patching file wwn/wn20030307_160.xml patching file wwn/wn20030314_161.xml patching file wwn/wn20030321_162.xml patching file wwn/wn20030328_163.xml patching file wwn/wn20030404_164.xml patching file wwn/wn20030411_165.xml patching file wwn/wn20030418_166.xml patching file wwn/wn20030425_167.xml patching file wwn/wn20030502_168.xml patching file wwn/wn20030509_169.xml patching file wwn/wn20030516_170.xml patching file wwn/wn20030523_171.xml patching file wwn/wn20030530_172.xml patching file wwn/wn20030606_173.xml
On Mon, 2003-06-09 at 16:33, Francois Gouget wrote: > Hi Brian, > > On Sun, 8 Jun 2003, Brian Vincent wrote: > [...] > > The correct markup is now: > > > > <?xml version="1.0" ?> > > <kc> > > > Here is an updated patch to make all WWN issues start with the above. It > can be applied by doing: > > cd lostwages > patch -p0 </path/to/email.txt > > I hope it's better. > > > Changelog: > > Cleanup the <kc> tag and/or add an <xml> tag to the WWN issues. > > > Index: wwn/wn20010319_87.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20010319_87.xml,v > retrieving revision 1.1.1.1 > diff -u -r1.1.1.1 wn20010319_87.xml > --- wwn/wn20010319_87.xml 2 Dec 2002 17:08:15 -0000 1.1.1.1 > +++ wwn/wn20010319_87.xml 9 Jun 2003 20:40:59 -0000 > @@ -1,4 +1,6 @@ > -<kc version="0.1"> > +<?xml version="1.0" ?> > +<kc> > + > <title>Kernel Cousin Wine</title> > <author email="[EMAIL PROTECTED]">Eric Pouech</author> > <issue num="87" date="2001/03/19" /> > Index: wwn/wn20010422_92.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20010422_92.xml,v > retrieving revision 1.1.1.1 > diff -u -r1.1.1.1 wn20010422_92.xml > --- wwn/wn20010422_92.xml 2 Dec 2002 17:08:15 -0000 1.1.1.1 > +++ wwn/wn20010422_92.xml 9 Jun 2003 20:40:59 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Kernel Cousin Wine</title> > > Index: wwn/wn20010611_97.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20010611_97.xml,v > retrieving revision 1.1.1.1 > diff -u -r1.1.1.1 wn20010611_97.xml > --- wwn/wn20010611_97.xml 2 Dec 2002 17:08:15 -0000 1.1.1.1 > +++ wwn/wn20010611_97.xml 9 Jun 2003 20:41:01 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Kernel Cousin Wine</title> > > Index: wwn/wn20010621_98.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20010621_98.xml,v > retrieving revision 1.1.1.1 > diff -u -r1.1.1.1 wn20010621_98.xml > --- wwn/wn20010621_98.xml 2 Dec 2002 17:08:15 -0000 1.1.1.1 > +++ wwn/wn20010621_98.xml 9 Jun 2003 20:41:01 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Kernel Cousin Wine</title> > > Index: wwn/wn20010706_99.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20010706_99.xml,v > retrieving revision 1.1.1.1 > diff -u -r1.1.1.1 wn20010706_99.xml > --- wwn/wn20010706_99.xml 2 Dec 2002 17:08:15 -0000 1.1.1.1 > +++ wwn/wn20010706_99.xml 9 Jun 2003 20:41:01 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Kernel Cousin Wine</title> > > Index: wwn/wn20010718_100.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20010718_100.xml,v > retrieving revision 1.1.1.1 > diff -u -r1.1.1.1 wn20010718_100.xml > --- wwn/wn20010718_100.xml 2 Dec 2002 17:08:16 -0000 1.1.1.1 > +++ wwn/wn20010718_100.xml 9 Jun 2003 20:41:02 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Kernel Cousin Wine</title> > > Index: wwn/wn20010802_101.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20010802_101.xml,v > retrieving revision 1.1.1.1 > diff -u -r1.1.1.1 wn20010802_101.xml > --- wwn/wn20010802_101.xml 2 Dec 2002 17:08:17 -0000 1.1.1.1 > +++ wwn/wn20010802_101.xml 9 Jun 2003 20:41:02 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Kernel Cousin Wine</title> > > Index: wwn/wn20010816_102.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20010816_102.xml,v > retrieving revision 1.1.1.1 > diff -u -r1.1.1.1 wn20010816_102.xml > --- wwn/wn20010816_102.xml 2 Dec 2002 17:08:17 -0000 1.1.1.1 > +++ wwn/wn20010816_102.xml 9 Jun 2003 20:41:03 -0000 > @@ -1,5 +1,5 @@ > - > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Kernel Cousin Wine</title> > > Index: wwn/wn20010912_103.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20010912_103.xml,v > retrieving revision 1.1.1.1 > diff -u -r1.1.1.1 wn20010912_103.xml > --- wwn/wn20010912_103.xml 2 Dec 2002 17:08:17 -0000 1.1.1.1 > +++ wwn/wn20010912_103.xml 9 Jun 2003 20:41:03 -0000 > @@ -1,5 +1,5 @@ > - > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Kernel Cousin Wine</title> > > Index: wwn/wn20010925_104.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20010925_104.xml,v > retrieving revision 1.1.1.1 > diff -u -r1.1.1.1 wn20010925_104.xml > --- wwn/wn20010925_104.xml 2 Dec 2002 17:08:17 -0000 1.1.1.1 > +++ wwn/wn20010925_104.xml 9 Jun 2003 20:41:04 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Kernel Cousin Wine</title> > > Index: wwn/wn20011007_105.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20011007_105.xml,v > retrieving revision 1.1.1.1 > diff -u -r1.1.1.1 wn20011007_105.xml > --- wwn/wn20011007_105.xml 2 Dec 2002 17:08:17 -0000 1.1.1.1 > +++ wwn/wn20011007_105.xml 9 Jun 2003 20:41:04 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Kernel Cousin Wine</title> > > Index: wwn/wn20011021_106.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20011021_106.xml,v > retrieving revision 1.1.1.1 > diff -u -r1.1.1.1 wn20011021_106.xml > --- wwn/wn20011021_106.xml 2 Dec 2002 17:08:17 -0000 1.1.1.1 > +++ wwn/wn20011021_106.xml 9 Jun 2003 20:41:04 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Kernel Cousin Wine</title> > > Index: wwn/wn20011102_107.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20011102_107.xml,v > retrieving revision 1.1.1.1 > diff -u -r1.1.1.1 wn20011102_107.xml > --- wwn/wn20011102_107.xml 2 Dec 2002 17:08:17 -0000 1.1.1.1 > +++ wwn/wn20011102_107.xml 9 Jun 2003 20:41:05 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Kernel Cousin Wine</title> > > Index: wwn/wn20011111_108.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20011111_108.xml,v > retrieving revision 1.1.1.1 > diff -u -r1.1.1.1 wn20011111_108.xml > --- wwn/wn20011111_108.xml 2 Dec 2002 17:08:17 -0000 1.1.1.1 > +++ wwn/wn20011111_108.xml 9 Jun 2003 20:41:05 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Kernel Cousin Wine</title> > > Index: wwn/wn20011125_109.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20011125_109.xml,v > retrieving revision 1.1.1.1 > diff -u -r1.1.1.1 wn20011125_109.xml > --- wwn/wn20011125_109.xml 2 Dec 2002 17:08:18 -0000 1.1.1.1 > +++ wwn/wn20011125_109.xml 9 Jun 2003 20:41:05 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Kernel Cousin Wine</title> > > Index: wwn/wn20011212_110.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20011212_110.xml,v > retrieving revision 1.1.1.1 > diff -u -r1.1.1.1 wn20011212_110.xml > --- wwn/wn20011212_110.xml 2 Dec 2002 17:08:18 -0000 1.1.1.1 > +++ wwn/wn20011212_110.xml 9 Jun 2003 20:41:06 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Kernel Cousin Wine</title> > > Index: wwn/wn20011224_111.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20011224_111.xml,v > retrieving revision 1.1.1.1 > diff -u -r1.1.1.1 wn20011224_111.xml > --- wwn/wn20011224_111.xml 2 Dec 2002 17:08:19 -0000 1.1.1.1 > +++ wwn/wn20011224_111.xml 9 Jun 2003 20:41:07 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Kernel Cousin Wine</title> > > Index: wwn/wn20020105_112.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20020105_112.xml,v > retrieving revision 1.1.1.1 > diff -u -r1.1.1.1 wn20020105_112.xml > --- wwn/wn20020105_112.xml 2 Dec 2002 17:08:19 -0000 1.1.1.1 > +++ wwn/wn20020105_112.xml 9 Jun 2003 20:41:08 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Kernel Cousin Wine</title> > > Index: wwn/wn20020114_113.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20020114_113.xml,v > retrieving revision 1.1.1.1 > diff -u -r1.1.1.1 wn20020114_113.xml > --- wwn/wn20020114_113.xml 2 Dec 2002 17:08:20 -0000 1.1.1.1 > +++ wwn/wn20020114_113.xml 9 Jun 2003 20:41:09 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Kernel Cousin Wine</title> > > Index: wwn/wn20020129_114.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20020129_114.xml,v > retrieving revision 1.1.1.1 > diff -u -r1.1.1.1 wn20020129_114.xml > --- wwn/wn20020129_114.xml 2 Dec 2002 17:08:20 -0000 1.1.1.1 > +++ wwn/wn20020129_114.xml 9 Jun 2003 20:41:09 -0000 > @@ -1,4 +1,6 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > + > <title>Kernel Cousin Wine</title> > > <author email="[EMAIL PROTECTED]">Brian Vincent</author> > Index: wwn/wn20020213_115.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20020213_115.xml,v > retrieving revision 1.1.1.1 > diff -u -r1.1.1.1 wn20020213_115.xml > --- wwn/wn20020213_115.xml 2 Dec 2002 17:08:21 -0000 1.1.1.1 > +++ wwn/wn20020213_115.xml 9 Jun 2003 20:41:11 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Kernel Cousin Wine</title> > > Index: wwn/wn20020224_116.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20020224_116.xml,v > retrieving revision 1.1.1.1 > diff -u -r1.1.1.1 wn20020224_116.xml > --- wwn/wn20020224_116.xml 2 Dec 2002 17:08:21 -0000 1.1.1.1 > +++ wwn/wn20020224_116.xml 9 Jun 2003 20:41:12 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Kernel Cousin Wine</title> > > Index: wwn/wn20020308_117.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20020308_117.xml,v > retrieving revision 1.2 > diff -u -r1.2 wn20020308_117.xml > --- wwn/wn20020308_117.xml 9 Jun 2003 15:18:38 -0000 1.2 > +++ wwn/wn20020308_117.xml 9 Jun 2003 20:41:12 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Kernel Cousin Wine</title> > > Index: wwn/wn20020325_118.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20020325_118.xml,v > retrieving revision 1.1.1.1 > diff -u -r1.1.1.1 wn20020325_118.xml > --- wwn/wn20020325_118.xml 2 Dec 2002 17:08:22 -0000 1.1.1.1 > +++ wwn/wn20020325_118.xml 9 Jun 2003 20:41:14 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Kernel Cousin Wine</title> > > Index: wwn/wn20020331_119.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20020331_119.xml,v > retrieving revision 1.1.1.1 > diff -u -r1.1.1.1 wn20020331_119.xml > --- wwn/wn20020331_119.xml 2 Dec 2002 17:08:23 -0000 1.1.1.1 > +++ wwn/wn20020331_119.xml 9 Jun 2003 20:41:15 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Kernel Cousin Wine</title> > > Index: wwn/wn20020418_120.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20020418_120.xml,v > retrieving revision 1.1.1.1 > diff -u -r1.1.1.1 wn20020418_120.xml > --- wwn/wn20020418_120.xml 2 Dec 2002 17:08:35 -0000 1.1.1.1 > +++ wwn/wn20020418_120.xml 9 Jun 2003 20:41:15 -0000 > @@ -1,5 +1,6 @@ > -<?xml version="1.0" ?> > - <kc> > +<?xml version="1.0" ?> > +<kc> > + > <title>Kernel Cousin Wine</title> > <author email="[EMAIL PROTECTED]">Brian Vincent</author> > <issue num="120" date="04/18/2002"/> > Index: wwn/wn20020726_130.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20020726_130.xml,v > retrieving revision 1.1.1.1 > diff -u -r1.1.1.1 wn20020726_130.xml > --- wwn/wn20020726_130.xml 2 Dec 2002 17:08:38 -0000 1.1.1.1 > +++ wwn/wn20020726_130.xml 9 Jun 2003 20:41:20 -0000 > @@ -1,4 +1,6 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > + > <title>Kernel Cousin Wine</title> > <author email="[EMAIL PROTECTED]">Brian Vincent</author> > <issue num="130" date="07/26/2002"/> > Index: wwn/wn20020807_131.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20020807_131.xml,v > retrieving revision 1.1.1.1 > diff -u -r1.1.1.1 wn20020807_131.xml > --- wwn/wn20020807_131.xml 2 Dec 2002 17:08:38 -0000 1.1.1.1 > +++ wwn/wn20020807_131.xml 9 Jun 2003 20:41:21 -0000 > @@ -1,4 +1,6 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > + > <title>Kernel Cousin Wine</title> > <author email="[EMAIL PROTECTED]">Brian Vincent</author> > <issue num="131" date="08/07/2002"/> > Index: wwn/wn20020913_135.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20020913_135.xml,v > retrieving revision 1.2 > diff -u -r1.2 wn20020913_135.xml > --- wwn/wn20020913_135.xml 9 Jun 2003 15:18:38 -0000 1.2 > +++ wwn/wn20020913_135.xml 9 Jun 2003 20:41:23 -0000 > @@ -1,4 +1,6 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > + > <title>Kernel Cousin Wine</title> > <author email="[EMAIL PROTECTED]">Brian Vincent</author> > <issue num="135" date="09/13/2002"/> > Index: wwn/wn20020920_136.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20020920_136.xml,v > retrieving revision 1.1.1.1 > diff -u -r1.1.1.1 wn20020920_136.xml > --- wwn/wn20020920_136.xml 2 Dec 2002 17:08:39 -0000 1.1.1.1 > +++ wwn/wn20020920_136.xml 9 Jun 2003 20:41:23 -0000 > @@ -1,4 +1,6 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > + > <title>Kernel Cousin Wine</title> > <author email="[EMAIL PROTECTED]">Brian Vincent</author> > <issue num="136" date="09/20/2002"/> > Index: wwn/wn20020927_137.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20020927_137.xml,v > retrieving revision 1.1.1.1 > diff -u -r1.1.1.1 wn20020927_137.xml > --- wwn/wn20020927_137.xml 2 Dec 2002 17:08:39 -0000 1.1.1.1 > +++ wwn/wn20020927_137.xml 9 Jun 2003 20:41:23 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Kernel Cousin Wine</title> > > Index: wwn/wn20021004_138.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20021004_138.xml,v > retrieving revision 1.1.1.1 > diff -u -r1.1.1.1 wn20021004_138.xml > --- wwn/wn20021004_138.xml 2 Dec 2002 17:08:40 -0000 1.1.1.1 > +++ wwn/wn20021004_138.xml 9 Jun 2003 20:41:24 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Kernel Cousin Wine</title> > > Index: wwn/wn20021011_139.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20021011_139.xml,v > retrieving revision 1.1.1.1 > diff -u -r1.1.1.1 wn20021011_139.xml > --- wwn/wn20021011_139.xml 2 Dec 2002 17:08:40 -0000 1.1.1.1 > +++ wwn/wn20021011_139.xml 9 Jun 2003 20:41:24 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Kernel Cousin Wine</title> > > Index: wwn/wn20021018_140.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20021018_140.xml,v > retrieving revision 1.2 > diff -u -r1.2 wn20021018_140.xml > --- wwn/wn20021018_140.xml 9 Jun 2003 15:18:38 -0000 1.2 > +++ wwn/wn20021018_140.xml 9 Jun 2003 20:41:24 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Kernel Cousin Wine</title> > > Index: wwn/wn20021025_141.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20021025_141.xml,v > retrieving revision 1.2 > diff -u -r1.2 wn20021025_141.xml > --- wwn/wn20021025_141.xml 9 Jun 2003 15:18:38 -0000 1.2 > +++ wwn/wn20021025_141.xml 9 Jun 2003 20:41:25 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Kernel Cousin Wine</title> > > Index: wwn/wn20021101_142.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20021101_142.xml,v > retrieving revision 1.1.1.1 > diff -u -r1.1.1.1 wn20021101_142.xml > --- wwn/wn20021101_142.xml 2 Dec 2002 17:08:41 -0000 1.1.1.1 > +++ wwn/wn20021101_142.xml 9 Jun 2003 20:41:26 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Kernel Cousin Wine</title> > > Index: wwn/wn20021108_143.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20021108_143.xml,v > retrieving revision 1.1 > diff -u -r1.1 wn20021108_143.xml > --- wwn/wn20021108_143.xml 2 Dec 2002 17:40:34 -0000 1.1 > +++ wwn/wn20021108_143.xml 9 Jun 2003 20:41:27 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Kernel Cousin Wine</title> > > Index: wwn/wn20021115_144.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20021115_144.xml,v > retrieving revision 1.1 > diff -u -r1.1 wn20021115_144.xml > --- wwn/wn20021115_144.xml 2 Dec 2002 17:40:34 -0000 1.1 > +++ wwn/wn20021115_144.xml 9 Jun 2003 20:41:27 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Kernel Cousin Wine</title> > > Index: wwn/wn20021122_145.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20021122_145.xml,v > retrieving revision 1.1 > diff -u -r1.1 wn20021122_145.xml > --- wwn/wn20021122_145.xml 2 Dec 2002 17:40:34 -0000 1.1 > +++ wwn/wn20021122_145.xml 9 Jun 2003 20:41:28 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Kernel Cousin Wine</title> > > Index: wwn/wn20021129_146.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20021129_146.xml,v > retrieving revision 1.1 > diff -u -r1.1 wn20021129_146.xml > --- wwn/wn20021129_146.xml 2 Dec 2002 17:40:34 -0000 1.1 > +++ wwn/wn20021129_146.xml 9 Jun 2003 20:41:29 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Kernel Cousin Wine</title> > > Index: wwn/wn20021206_147.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20021206_147.xml,v > retrieving revision 1.2 > diff -u -r1.2 wn20021206_147.xml > --- wwn/wn20021206_147.xml 9 Jun 2003 15:18:38 -0000 1.2 > +++ wwn/wn20021206_147.xml 9 Jun 2003 20:41:29 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Kernel Cousin Wine</title> > > Index: wwn/wn20021213_148.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20021213_148.xml,v > retrieving revision 1.1 > diff -u -r1.1 wn20021213_148.xml > --- wwn/wn20021213_148.xml 18 Mar 2003 21:58:34 -0000 1.1 > +++ wwn/wn20021213_148.xml 9 Jun 2003 20:41:30 -0000 > @@ -1,4 +1,6 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > + > <title>Kernel Cousin Wine</title> > <author email="[EMAIL PROTECTED]">Brian Vincent</author> > <issue num="148" date="12/13/2002" /> > Index: wwn/wn20021220_149.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20021220_149.xml,v > retrieving revision 1.1 > diff -u -r1.1 wn20021220_149.xml > --- wwn/wn20021220_149.xml 18 Mar 2003 21:58:34 -0000 1.1 > +++ wwn/wn20021220_149.xml 9 Jun 2003 20:41:30 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Kernel Cousin Wine</title> > > Index: wwn/wn20021227_150.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20021227_150.xml,v > retrieving revision 1.1 > diff -u -r1.1 wn20021227_150.xml > --- wwn/wn20021227_150.xml 18 Mar 2003 21:58:34 -0000 1.1 > +++ wwn/wn20021227_150.xml 9 Jun 2003 20:41:31 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Kernel Cousin Wine</title> > > Index: wwn/wn20030103_151.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20030103_151.xml,v > retrieving revision 1.1 > diff -u -r1.1 wn20030103_151.xml > --- wwn/wn20030103_151.xml 18 Mar 2003 21:58:34 -0000 1.1 > +++ wwn/wn20030103_151.xml 9 Jun 2003 20:41:31 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Kernel Cousin Wine</title> > > Index: wwn/wn20030110_152.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20030110_152.xml,v > retrieving revision 1.1 > diff -u -r1.1 wn20030110_152.xml > --- wwn/wn20030110_152.xml 18 Mar 2003 21:58:34 -0000 1.1 > +++ wwn/wn20030110_152.xml 9 Jun 2003 20:41:32 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Kernel Cousin Wine</title> > > Index: wwn/wn20030117_153.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20030117_153.xml,v > retrieving revision 1.2 > diff -u -r1.2 wn20030117_153.xml > --- wwn/wn20030117_153.xml 9 Jun 2003 15:18:38 -0000 1.2 > +++ wwn/wn20030117_153.xml 9 Jun 2003 20:41:32 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Kernel Cousin Wine</title> > > Index: wwn/wn20030124_154.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20030124_154.xml,v > retrieving revision 1.1 > diff -u -r1.1 wn20030124_154.xml > --- wwn/wn20030124_154.xml 18 Mar 2003 21:58:34 -0000 1.1 > +++ wwn/wn20030124_154.xml 9 Jun 2003 20:41:33 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Kernel Cousin Wine</title> > > Index: wwn/wn20030131_155.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20030131_155.xml,v > retrieving revision 1.1 > diff -u -r1.1 wn20030131_155.xml > --- wwn/wn20030131_155.xml 18 Mar 2003 21:58:34 -0000 1.1 > +++ wwn/wn20030131_155.xml 9 Jun 2003 20:41:34 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Kernel Cousin Wine</title> > > Index: wwn/wn20030207_156.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20030207_156.xml,v > retrieving revision 1.2 > diff -u -r1.2 wn20030207_156.xml > --- wwn/wn20030207_156.xml 9 Jun 2003 15:18:38 -0000 1.2 > +++ wwn/wn20030207_156.xml 9 Jun 2003 20:41:34 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Kernel Cousin Wine</title> > > Index: wwn/wn20030214_157.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20030214_157.xml,v > retrieving revision 1.1 > diff -u -r1.1 wn20030214_157.xml > --- wwn/wn20030214_157.xml 18 Mar 2003 21:58:34 -0000 1.1 > +++ wwn/wn20030214_157.xml 9 Jun 2003 20:41:34 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Kernel Cousin Wine</title> > > Index: wwn/wn20030221_158.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20030221_158.xml,v > retrieving revision 1.1 > diff -u -r1.1 wn20030221_158.xml > --- wwn/wn20030221_158.xml 18 Mar 2003 21:58:34 -0000 1.1 > +++ wwn/wn20030221_158.xml 9 Jun 2003 20:41:35 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Kernel Cousin Wine</title> > > Index: wwn/wn20030228_159.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20030228_159.xml,v > retrieving revision 1.1 > diff -u -r1.1 wn20030228_159.xml > --- wwn/wn20030228_159.xml 18 Mar 2003 21:58:34 -0000 1.1 > +++ wwn/wn20030228_159.xml 9 Jun 2003 20:41:35 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Wine Traffic</title> > > Index: wwn/wn20030307_160.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20030307_160.xml,v > retrieving revision 1.1 > diff -u -r1.1 wn20030307_160.xml > --- wwn/wn20030307_160.xml 18 Mar 2003 21:58:34 -0000 1.1 > +++ wwn/wn20030307_160.xml 9 Jun 2003 20:41:36 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Wine Traffic</title> > > Index: wwn/wn20030314_161.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20030314_161.xml,v > retrieving revision 1.1 > diff -u -r1.1 wn20030314_161.xml > --- wwn/wn20030314_161.xml 18 Mar 2003 21:58:34 -0000 1.1 > +++ wwn/wn20030314_161.xml 9 Jun 2003 20:41:36 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Wine Traffic</title> > > Index: wwn/wn20030321_162.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20030321_162.xml,v > retrieving revision 1.1 > diff -u -r1.1 wn20030321_162.xml > --- wwn/wn20030321_162.xml 20 Mar 2003 23:13:41 -0000 1.1 > +++ wwn/wn20030321_162.xml 9 Jun 2003 20:41:37 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Wine Traffic</title> > > Index: wwn/wn20030328_163.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20030328_163.xml,v > retrieving revision 1.1 > diff -u -r1.1 wn20030328_163.xml > --- wwn/wn20030328_163.xml 28 Mar 2003 14:04:35 -0000 1.1 > +++ wwn/wn20030328_163.xml 9 Jun 2003 20:41:37 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Wine Traffic</title> > > Index: wwn/wn20030404_164.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20030404_164.xml,v > retrieving revision 1.1 > diff -u -r1.1 wn20030404_164.xml > --- wwn/wn20030404_164.xml 4 Apr 2003 06:37:00 -0000 1.1 > +++ wwn/wn20030404_164.xml 9 Jun 2003 20:41:38 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Wine Traffic</title> > > Index: wwn/wn20030411_165.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20030411_165.xml,v > retrieving revision 1.1 > diff -u -r1.1 wn20030411_165.xml > --- wwn/wn20030411_165.xml 11 Apr 2003 16:52:48 -0000 1.1 > +++ wwn/wn20030411_165.xml 9 Jun 2003 20:41:38 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Wine Traffic</title> > > Index: wwn/wn20030418_166.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20030418_166.xml,v > retrieving revision 1.1 > diff -u -r1.1 wn20030418_166.xml > --- wwn/wn20030418_166.xml 18 Apr 2003 02:21:57 -0000 1.1 > +++ wwn/wn20030418_166.xml 9 Jun 2003 20:41:39 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Wine Traffic</title> > > Index: wwn/wn20030425_167.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20030425_167.xml,v > retrieving revision 1.1 > diff -u -r1.1 wn20030425_167.xml > --- wwn/wn20030425_167.xml 26 Apr 2003 16:37:42 -0000 1.1 > +++ wwn/wn20030425_167.xml 9 Jun 2003 20:41:39 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Wine Traffic</title> > > Index: wwn/wn20030502_168.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20030502_168.xml,v > retrieving revision 1.1 > diff -u -r1.1 wn20030502_168.xml > --- wwn/wn20030502_168.xml 2 May 2003 16:27:21 -0000 1.1 > +++ wwn/wn20030502_168.xml 9 Jun 2003 20:41:39 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Wine Traffic</title> > > Index: wwn/wn20030509_169.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20030509_169.xml,v > retrieving revision 1.1 > diff -u -r1.1 wn20030509_169.xml > --- wwn/wn20030509_169.xml 9 May 2003 15:12:33 -0000 1.1 > +++ wwn/wn20030509_169.xml 9 Jun 2003 20:41:40 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Wine Traffic</title> > > Index: wwn/wn20030516_170.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20030516_170.xml,v > retrieving revision 1.2 > diff -u -r1.2 wn20030516_170.xml > --- wwn/wn20030516_170.xml 9 Jun 2003 15:18:38 -0000 1.2 > +++ wwn/wn20030516_170.xml 9 Jun 2003 20:41:40 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Wine Traffic</title> > > Index: wwn/wn20030523_171.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20030523_171.xml,v > retrieving revision 1.1 > diff -u -r1.1 wn20030523_171.xml > --- wwn/wn20030523_171.xml 27 May 2003 14:25:49 -0000 1.1 > +++ wwn/wn20030523_171.xml 9 Jun 2003 20:41:41 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Wine Traffic</title> > > Index: wwn/wn20030530_172.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20030530_172.xml,v > retrieving revision 1.2 > diff -u -r1.2 wn20030530_172.xml > --- wwn/wn20030530_172.xml 9 Jun 2003 15:18:38 -0000 1.2 > +++ wwn/wn20030530_172.xml 9 Jun 2003 20:41:41 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Wine Traffic</title> > > Index: wwn/wn20030606_173.xml > =================================================================== > RCS file: /home/wine/lostwages/wwn/wn20030606_173.xml,v > retrieving revision 1.1 > diff -u -r1.1 wn20030606_173.xml > --- wwn/wn20030606_173.xml 6 Jun 2003 00:50:52 -0000 1.1 > +++ wwn/wn20030606_173.xml 9 Jun 2003 20:41:41 -0000 > @@ -1,4 +1,5 @@ > -<kc version="0.1.0"> > +<?xml version="1.0" ?> > +<kc> > > <title>Wine Traffic</title> -- Jeremy Newman <[EMAIL PROTECTED]>
