]> git.ozlabs.org Git - yaboot.git/blob - ChangeLog
aabb3757b8cd2ba2905c72b6b1d8276b9b3e7562
[yaboot.git] / ChangeLog
1 # do not edit -- automatically generated by arch changelog
2 # tag: automatic-ChangeLog--erbenson@alaska.net--public/yaboot--devel--1.3
3 #
4
5 2002-08-18 22:33:31 GMT Ethan Benson <erbenson@alaska.net>      patch-27
6
7     Summary:
8       make version numbers loudly unsupported due to dumb dist maintainers
9     Revision:
10       yaboot--devel--1.3--patch-27
11
12     * make version numbers loudly unsupported due to dumb dist
13       maintainers, real versions not in place till release time.  UNRELEASED
14       SOFTWARE SHOULD NOT BE PACKAGED.
15
16     modified files:
17      0arch-timestamps0 ChangeLog Makefile ybin/yabootconfig
18      ybin/ybin
19
20
21 2002-08-15 07:26:38 GMT Ethan Benson <erbenson@alaska.net>      patch-26
22
23     Summary:
24       Bump yabootconfig version
25     Revision:
26       yaboot--devel--1.3--patch-26
27
28     * Bump yabootconfig version number.
29     
30     
31
32     modified files:
33      0arch-timestamps0 ChangeLog ybin/yabootconfig
34
35
36 2002-08-15 07:24:35 GMT Ethan Benson <erbenson@alaska.net>      patch-25
37
38     Summary:
39       Fix rare fstab parsing bug in yabootconfig
40     Revision:
41       yaboot--devel--1.3--patch-25
42
43     * Fix a rare parsing bug in yabootconfig's /etc/fstab parsing. If the
44       user had commented entries for the / filesystem yabootconfig would end
45       up detecting one of those.
46
47     modified files:
48      0arch-timestamps0 ChangeLog ybin/yabootconfig
49
50
51 2002-07-29 08:01:44 GMT Ethan Benson <erbenson@alaska.net>      patch-24
52
53     Summary:
54       Don't recommend reporting bugs to benh in yabootconfig(8)
55     Revision:
56       yaboot--devel--1.3--patch-24
57
58     * Don't recommend reporting bugs to benh in yabootconfig(8).
59     
60     
61     
62
63     modified files:
64      0arch-timestamps0 ChangeLog man/yabootconfig.8
65
66
67 2002-07-03 08:17:12 GMT Ethan Benson <erbenson@alaska.net>      patch-23
68
69     Summary:
70       Fix reiserfs symlink resolution
71     Revision:
72       yaboot--devel--1.3--patch-23
73
74     * Fix reiserfs symlink resolution which could fail in certain circumstances.
75     
76     
77
78     modified files:
79      0arch-timestamps0 ChangeLog include/reiserfs/reiserfs.h
80
81
82 2002-05-29 08:50:39 GMT Ethan Benson <erbenson@alaska.net>      patch-22
83
84     Summary:
85       Update timestamp file to exclude {arch}/*
86     Revision:
87       yaboot--devel--1.3--patch-22
88
89     Update timestamp file to exclude {arch}/*.
90     
91     
92     
93
94     modified files:
95      0arch-timestamps0 ChangeLog
96
97
98 2002-05-04 13:00:23 GMT Ethan Benson <erbenson@alaska.net>      patch-21
99
100     Summary:
101       Add 0arch-timestamps0 setftime timestamp database
102     Revision:
103       yaboot--devel--1.3--patch-21
104
105     Add 0arch-timestamps0 setftime timestamp database.  This allows us to
106     work around arch's lack of preserving timestamps.
107     
108
109     new files:
110      .arch-ids/0arch-timestamps0.id 0arch-timestamps0
111
112     modified files:
113      ChangeLog
114
115
116 2002-04-20 13:52:09 GMT Ethan Benson <erbenson@alaska.net>      patch-20
117
118     Summary:
119       Update upstream notice in yaboot-howto, translate it to de.
120     Revision:
121       yaboot--devel--1.3--patch-20
122
123     * Update upstream notice in yaboot-howto, translate it to de.
124
125     modified files:
126      ChangeLog doc/yaboot-howto.de.sgml doc/yaboot-howto.sgml
127
128
129 2002-03-31 05:21:42 GMT Ethan Benson <erbenson@alaska.net>      patch-19
130
131     Summary:
132       Remove more arch crap in clean target
133     Revision:
134       yaboot--devel--1.3--patch-19
135
136     * Remove ,,* in clean target, this is more crap arch leaves laying around.
137
138     modified files:
139      ChangeLog Makefile
140
141
142 2002-03-31 05:11:46 GMT Ethan Benson <erbenson@alaska.net>      patch-18
143
144     Summary:
145       Fix make clean from previous patch
146     Revision:
147       yaboot--devel--1.3--patch-18
148
149     find man page is on crack.  Fix find calls my way which appears to work correctly.
150
151     modified files:
152      ChangeLog Makefile
153
154
155 2002-03-31 05:00:26 GMT Ethan Benson <erbenson@alaska.net>      patch-17
156
157     Summary:
158       Update clean targets
159     Revision:
160       yaboot--devel--1.3--patch-17
161
162     * Remove chmod calls from make clean, arch is supposed to keep track
163       of permissions correctly so they shouldn't be needed now.
164     
165     * Add '-path './{arch}' -prune -o ' to all the find calls so cleaning
166       doesn't recurse into arch's revision control directories and possibly
167       corrupt them.
168     
169     * Add archclean target which removes all of arch's cruft so release
170       tarballs won't be ridiculously bloated (arch keeps a complete
171       duplicate copy of the source making the tarball twice the size it
172       should be, no good for release tarballs).  If people want a `archable'
173       tree they should just use arch to check one out.
174
175     modified files:
176      ChangeLog Makefile
177
178
179 2002-03-27 14:10:34 GMT Ethan Benson <erbenson@alaska.net>      patch-16
180
181     Summary:
182       sync with latest yaboot CVS
183     Revision:
184       yaboot--devel--1.3--patch-16
185
186     Add german howto for yaboot-howto.
187     
188     Typo fixes/minor updates to yaboot-howto.
189     
190     small fixes to elfextract.
191     
192     
193
194     new files:
195      doc/.arch-ids/yaboot-howto.de.sgml.id doc/yaboot-howto.de.sgml
196
197     modified files:
198      ChangeLog Makefile doc/Makefile doc/yaboot-howto.sgml
199      util/elfextract.c
200
201
202 2002-03-27 13:55:42 GMT Ethan Benson <erbenson@alaska.net>      patch-15
203
204     Summary:
205       Commit yaboot 1.3.6
206     Revision:
207       yaboot--devel--1.3--patch-15
208
209     Commit yaboot 1.3.6.
210
211     modified files:
212      ChangeLog Makefile changelog doc/README.rs6000
213      doc/yaboot-howto.sgml include/bootinfo.h include/cfg.h
214      include/cmdline.h include/debug.h include/errors.h
215      include/fdisk-part.h include/file.h include/fs.h
216      include/mac-part.h include/partition.h include/prom.h
217      include/yaboot.h lib/malloc.c lib/string.S second/cache.S
218      second/cfg.c second/cmdline.c second/file.c second/fs.c
219      second/fs_ext2.c second/fs_iso.c second/fs_of.c
220      second/fs_reiserfs.c second/fs_xfs.c second/md5.c
221      second/partition.c second/prom.c second/yaboot.c
222      util/addnote.c util/elfextract.c ybin/ybin
223
224
225 2002-03-27 13:45:22 GMT Ethan Benson <erbenson@alaska.net>      patch-14
226
227     Summary:
228       Commit yaboot 1.3.6-pre2
229     Revision:
230       yaboot--devel--1.3--patch-14
231
232     Commit yaboot 1.3.6-pre2.
233
234     modified files:
235      ChangeLog Makefile TODO changelog man/yabootconfig.8
236      second/file.c second/yaboot.c ybin/ybin
237
238
239 2002-03-27 13:37:21 GMT Ethan Benson <erbenson@alaska.net>      patch-13
240
241     Summary:
242       Commit yaboot 1.3.6-pre1
243     Revision:
244       yaboot--devel--1.3--patch-13
245
246     Commit yaboot 1.3.6-pre1.
247
248     modified files:
249      ChangeLog Makefile README THANKS TODO changelog
250      doc/README.rs6000 doc/examples/simpleboot.chrp
251      doc/examples/yaboot.conf.multi-boot
252      doc/examples/yaboot.conf.rs6000 etc/yaboot.conf man.patch
253      man/mkofboot.8 man/yaboot.8 man/ybin.8 second/file.c
254      second/yaboot.c ybin/yabootconfig ybin/ybin
255
256     renamed files:
257      doc/examples/.arch-ids/yaboot.conf.rs6k.id
258        ==> doc/examples/.arch-ids/yaboot.conf.rs6000.id
259      doc/examples/yaboot.conf.rs6k
260        ==> doc/examples/yaboot.conf.rs6000
261
262
263
264 2002-03-27 13:30:47 GMT Ethan Benson <erbenson@alaska.net>      patch-12
265
266     Summary:
267       Commit yaboot 1.3.5
268     Revision:
269       yaboot--devel--1.3--patch-12
270
271     Commit yaboot 1.3.5.
272
273     new files:
274      doc/.arch-ids/Makefile.id doc/.arch-ids/yaboot-howto.sgml.id
275      doc/Makefile doc/yaboot-howto.sgml
276
277     modified files:
278      ChangeLog Makefile THANKS changelog man.patch
279      man/yaboot.conf.5 ybin/ybin
280
281
282 2002-03-27 13:25:55 GMT Ethan Benson <erbenson@alaska.net>      patch-11
283
284     Summary:
285       Commit yaboot 1.3.5-pre3
286     Revision:
287       yaboot--devel--1.3--patch-11
288
289     Commit yaboot 1.3.5-pre3.
290
291     modified files:
292      ChangeLog Makefile man.patch man/yaboot.conf.5 second/yaboot.c
293      ybin/ybin
294
295
296 2002-03-27 13:22:23 GMT Ethan Benson <erbenson@alaska.net>      patch-10
297
298     Summary:
299       Commit yaboot 1.3.5-pre2
300     Revision:
301       yaboot--devel--1.3--patch-10
302
303     Commit yaboot 1.3.5-pre2.
304
305     modified files:
306      ChangeLog Makefile changelog man.patch man/yaboot.conf.5
307      second/fs_ext2.c second/prom.c second/yaboot.c ybin/ybin
308
309
310 2002-03-26 15:11:26 GMT Ethan Benson <erbenson@alaska.net>      patch-9
311
312     Summary:
313       Commit yaboot 1.3.5-pre1
314     Revision:
315       yaboot--devel--1.3--patch-9
316
317     Commit yaboot 1.3.5-pre1.
318
319     removed files:
320      include/et/.arch-ids/com_err.c.id include/et/com_err.c
321
322     modified files:
323      ChangeLog Makefile TODO changelog include/bootinfo.h
324      include/ctype.h include/debug.h include/ext2fs/bitops.h
325      include/ext2fs/ext2_err.h include/ext2fs/ext2_io.h
326      include/ext2fs/ext2fs.h lib/libext2fs.a second/cfg.c
327      second/file.c second/fs.c second/fs_ext2.c second/fs_iso.c
328      second/fs_of.c second/fs_reiserfs.c second/fs_xfs.c
329      second/iso_util.c second/partition.c second/prom.c
330      second/yaboot.c util/addnote.c ybin/ybin
331
332
333 2002-03-26 15:05:27 GMT Ethan Benson <erbenson@alaska.net>      patch-8
334
335     Summary:
336       Commit yaboot 1.3.4
337     Revision:
338       yaboot--devel--1.3--patch-8
339
340     Commit yaboot 1.3.4.
341
342     modified files:
343      ChangeLog Makefile changelog include/bootinfo.h
344      include/ctype.h include/debug.h include/file.h second/cfg.c
345      second/file.c second/fs.c second/fs_ext2.c second/fs_iso.c
346      second/iso_util.c second/partition.c second/prom.c
347      second/yaboot.c util/addnote.c ybin/ybin
348
349
350 2002-03-26 15:00:49 GMT Ethan Benson <erbenson@alaska.net>      patch-7
351
352     Summary:
353       Commit yaboot 1.3.4-pre3
354     Revision:
355       yaboot--devel--1.3--patch-7
356
357     Commit yaboot 1.3.4-pre3.
358
359     new files:
360      include/.arch-ids/debug.h.id include/debug.h
361
362     modified files:
363      ChangeLog Makefile changelog include/errors.h include/file.h
364      include/fs.h include/partition.h include/prom.h second/cfg.c
365      second/file.c second/fs_ext2.c second/fs_of.c
366      second/fs_reiserfs.c second/fs_xfs.c second/partition.c
367      second/prom.c second/yaboot.c ybin/ybin
368
369
370 2002-03-26 14:42:58 GMT Ethan Benson <erbenson@alaska.net>      patch-6
371
372     Summary:
373       Commit yaboot 1.3.4-pre2
374     Revision:
375       yaboot--devel--1.3--patch-6
376
377     Commit yaboot 1.3.4-pre2.
378
379     modified files:
380      ChangeLog Makefile changelog second/file.c second/yaboot.c
381      ybin/ybin
382
383
384 2002-03-25 15:13:19 GMT Ethan Benson <erbenson@alaska.net>      patch-5
385
386     Summary:
387       Commit yaboot 1.3.4-pre1
388     Revision:
389       yaboot--devel--1.3--patch-5
390
391     Commit yaboot 1.3.4-pre1.
392
393     new files:
394      include/xfs/.arch-ids/=id include/xfs/.arch-ids/xfs.h.id
395      include/.arch-ids/errors.h.id second/.arch-ids/fs_xfs.c.id
396      .arch-ids/Config.id include/xfs/xfs.h include/errors.h
397      second/fs_xfs.c Config
398
399     removed files:
400      include/.arch-ids/gui.h.id include/.arch-ids/video.h.id
401      second/gui/.arch-ids/=id second/gui/.arch-ids/colormap.c.id
402      second/gui/.arch-ids/effects.c.id
403      second/gui/.arch-ids/pcx.c.id second/gui/.arch-ids/video.c.id
404      include/gui.h include/video.h second/gui/colormap.c
405      second/gui/effects.c second/gui/pcx.c second/gui/video.c
406
407     modified files:
408      ChangeLog Makefile THANKS changelog include/file.h
409      include/fs.h include/prom.h include/string.h include/yaboot.h
410      lib/malloc.c second/cfg.c second/file.c second/fs.c
411      second/fs_ext2.c second/fs_iso.c second/fs_of.c
412      second/fs_reiserfs.c second/partition.c second/prom.c
413      second/yaboot.c util/addnote.c ybin/ybin
414
415     new directories:
416      include/xfs/.arch-ids include/xfs
417
418     removed directories:
419      second/gui/.arch-ids second/gui
420
421
422 2002-03-25 14:50:10 GMT Ethan Benson <erbenson@alaska.net>      patch-4
423
424     Summary:
425       Commit yaboot 1.3.3
426     Revision:
427       yaboot--devel--1.3--patch-4
428
429     Commit yaboot 1.3.3.
430
431     modified files:
432      ChangeLog Makefile changelog first/ofboot man.patch
433      man/yaboot.conf.5 man/yabootconfig.8 ybin/yabootconfig
434      ybin/ybin
435
436
437 2002-03-25 14:28:05 GMT Ethan Benson <erbenson@alaska.net>      patch-3
438
439     Summary:
440       Commit yaboot 1.3.2
441     Revision:
442       yaboot--devel--1.3--patch-3
443
444     Commit yaboot 1.3.2.
445
446     modified files:
447      ChangeLog Makefile changelog ybin/ybin
448
449
450 2002-03-25 14:05:52 GMT Ethan Benson <erbenson@alaska.net>      patch-2
451
452     Summary:
453       Commit yaboot 1.3.1
454     Revision:
455       yaboot--devel--1.3--patch-2
456
457     Commit yaboot 1.3.1.
458
459     modified files:
460      ChangeLog Makefile changelog doc/README.rs6000 ybin/ybin
461
462
463 2002-03-25 07:43:37 GMT Ethan Benson <erbenson@alaska.net>      patch-1
464
465     Summary:
466       Commit yaboot 1.3.0
467     Revision:
468       yaboot--devel--1.3--patch-1
469
470     Commit yaboot 1.3.0.
471
472     new files:
473      .arch-ids/BUGS.id .arch-ids/COPYING.id .arch-ids/INSTALL.id
474      .arch-ids/Makefile.id .arch-ids/README.id
475      .arch-ids/README.man.patch.id .arch-ids/THANKS.id
476      .arch-ids/TODO.id .arch-ids/changelog.id doc/.arch-ids/=id
477      doc/.arch-ids/README.ofboot.id doc/.arch-ids/README.ofpath.id
478      doc/.arch-ids/README.rs6000.id doc/examples/.arch-ids/=id
479      doc/examples/.arch-ids/README.dualboot.chrp.id
480      doc/examples/.arch-ids/README.mbicons.id
481      doc/examples/.arch-ids/README.simpleboot.chrp.id
482      doc/examples/.arch-ids/dualboot.chrp.id
483      doc/examples/.arch-ids/large-penguin.mbicon.id
484      doc/examples/.arch-ids/simpleboot.chrp.id
485      doc/examples/.arch-ids/yaboot.conf.multi-boot.id
486      doc/examples/.arch-ids/yaboot.conf.rs6k.id etc/.arch-ids/=id
487      etc/.arch-ids/yaboot.conf.id first/.arch-ids/=id
488      first/.arch-ids/ofboot.id include/.arch-ids/=id
489      include/asm/.arch-ids/=id include/asm/.arch-ids/elf.h.id
490      include/asm/.arch-ids/ppc_asm.tmpl.id
491      include/asm/.arch-ids/processor.h.id
492      include/.arch-ids/bootinfo.h.id
493      include/.arch-ids/byteorder.h.id include/.arch-ids/cfg.h.id
494      include/.arch-ids/cmdline.h.id include/.arch-ids/ctype.h.id
495      include/et/.arch-ids/=id include/et/.arch-ids/com_err.c.id
496      include/et/.arch-ids/com_err.h.id include/ext2fs/.arch-ids/=id
497      include/ext2fs/.arch-ids/bitops.h.id
498      include/ext2fs/.arch-ids/ext2_err.h.id
499      include/ext2fs/.arch-ids/ext2_io.h.id
500      include/ext2fs/.arch-ids/ext2fs.h.id
501      include/.arch-ids/fdisk-part.h.id include/.arch-ids/file.h.id
502      include/.arch-ids/fs.h.id include/.arch-ids/gui.h.id
503      include/linux/.arch-ids/=id include/linux/.arch-ids/elf.h.id
504      include/linux/.arch-ids/ext2_fs.h.id
505      include/linux/.arch-ids/iso_fs.h.id
506      include/linux/.arch-ids/stat.h.id
507      include/linux/.arch-ids/types.h.id
508      include/.arch-ids/mac-part.h.id include/.arch-ids/md5.h.id
509      include/.arch-ids/partition.h.id include/.arch-ids/prom.h.id
510      include/reiserfs/.arch-ids/=id
511      include/reiserfs/.arch-ids/reiserfs.h.id
512      include/.arch-ids/setjm2.h.id include/.arch-ids/setjmp.h.id
513      include/.arch-ids/stdlib.h.id include/.arch-ids/string.h.id
514      include/.arch-ids/swab.h.id include/.arch-ids/types.h.id
515      include/.arch-ids/video.h.id include/.arch-ids/yaboot.h.id
516      lib/.arch-ids/=id lib/.arch-ids/ctype.c.id
517      lib/.arch-ids/libext2fs.a.id lib/.arch-ids/malloc.c.id
518      lib/.arch-ids/nosys.c.id lib/.arch-ids/string.S.id
519      lib/.arch-ids/strstr.c.id lib/.arch-ids/strtol.c.id
520      lib/.arch-ids/vsprintf.c.id man/.arch-ids/=id
521      man/.arch-ids/bootstrap.8.id man/.arch-ids/mkofboot.8.id
522      man/.arch-ids/ofpath.8.id man/.arch-ids/yaboot.8.id
523      man/.arch-ids/yaboot.conf.5.id man/.arch-ids/yabootconfig.8.id
524      man/.arch-ids/ybin.8.id .arch-ids/man.patch.id
525      second/.arch-ids/=id second/.arch-ids/cache.S.id
526      second/.arch-ids/cfg.c.id second/.arch-ids/cmdline.c.id
527      second/.arch-ids/crt0.S.id second/.arch-ids/file.c.id
528      second/.arch-ids/fs.c.id second/.arch-ids/fs_ext2.c.id
529      second/.arch-ids/fs_iso.c.id second/.arch-ids/fs_of.c.id
530      second/.arch-ids/fs_reiserfs.c.id second/gui/.arch-ids/=id
531      second/gui/.arch-ids/colormap.c.id
532      second/gui/.arch-ids/effects.c.id
533      second/gui/.arch-ids/pcx.c.id second/gui/.arch-ids/video.c.id
534      second/.arch-ids/iso_util.c.id second/.arch-ids/md5.c.id
535      second/.arch-ids/partition.c.id second/.arch-ids/prom.c.id
536      second/.arch-ids/setjmp.S.id second/.arch-ids/yaboot.c.id
537      util/.arch-ids/=id util/.arch-ids/addnote.c.id
538      util/.arch-ids/elfextract.c.id ybin/.arch-ids/=id
539      ybin/.arch-ids/mkofboot.id ybin/.arch-ids/ofpath.id
540      ybin/.arch-ids/yabootconfig.id ybin/.arch-ids/ybin.id BUGS
541      COPYING INSTALL Makefile README README.man.patch THANKS TODO
542      changelog doc/README.ofboot doc/README.ofpath
543      doc/README.rs6000 doc/examples/README.dualboot.chrp
544      doc/examples/README.mbicons
545      doc/examples/README.simpleboot.chrp doc/examples/dualboot.chrp
546      doc/examples/large-penguin.mbicon doc/examples/simpleboot.chrp
547      doc/examples/yaboot.conf.multi-boot
548      doc/examples/yaboot.conf.rs6k etc/yaboot.conf first/ofboot
549      include/asm/elf.h include/asm/ppc_asm.tmpl
550      include/asm/processor.h include/bootinfo.h include/byteorder.h
551      include/cfg.h include/cmdline.h include/ctype.h
552      include/et/com_err.c include/et/com_err.h
553      include/ext2fs/bitops.h include/ext2fs/ext2_err.h
554      include/ext2fs/ext2_io.h include/ext2fs/ext2fs.h
555      include/fdisk-part.h include/file.h include/fs.h include/gui.h
556      include/linux/elf.h include/linux/ext2_fs.h
557      include/linux/iso_fs.h include/linux/stat.h
558      include/linux/types.h include/mac-part.h include/md5.h
559      include/partition.h include/prom.h include/reiserfs/reiserfs.h
560      include/setjm2.h include/setjmp.h include/stdlib.h
561      include/string.h include/swab.h include/types.h
562      include/video.h include/yaboot.h lib/ctype.c lib/libext2fs.a
563      lib/malloc.c lib/nosys.c lib/string.S lib/strstr.c
564      lib/strtol.c lib/vsprintf.c man/bootstrap.8 man/mkofboot.8
565      man/ofpath.8 man/yaboot.8 man/yaboot.conf.5 man/yabootconfig.8
566      man/ybin.8 man.patch second/cache.S second/cfg.c
567      second/cmdline.c second/crt0.S second/file.c second/fs.c
568      second/fs_ext2.c second/fs_iso.c second/fs_of.c
569      second/fs_reiserfs.c second/gui/colormap.c
570      second/gui/effects.c second/gui/pcx.c second/gui/video.c
571      second/iso_util.c second/md5.c second/partition.c
572      second/prom.c second/setjmp.S second/yaboot.c util/addnote.c
573      util/elfextract.c ybin/mkofboot ybin/ofpath ybin/yabootconfig
574      ybin/ybin
575
576     modified files:
577      ChangeLog
578
579     new directories:
580      doc/.arch-ids doc/examples/.arch-ids etc/.arch-ids
581      first/.arch-ids include/.arch-ids include/asm/.arch-ids
582      include/et/.arch-ids include/ext2fs/.arch-ids
583      include/linux/.arch-ids include/reiserfs/.arch-ids
584      lib/.arch-ids man/.arch-ids second/.arch-ids
585      second/gui/.arch-ids util/.arch-ids ybin/.arch-ids doc
586      doc/examples etc first include include/asm include/et
587      include/ext2fs include/linux include/reiserfs lib man second
588      second/gui util ybin
589
590
591 2002-03-25 03:28:42 GMT Ethan Benson <erbenson@alaska.net>      base-0
592
593     Summary:
594       Create yaboot arch repo
595     Revision:
596       yaboot--devel--1.3--base-0
597
598     Create yaboot arch repo.
599
600     new files:
601      ./.arch-ids/ChangeLog.id ./ChangeLog
602
603