File: ChangeLog

package info (click to toggle)
update-cluster 0.41.5-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,092 kB
  • ctags: 61
  • sloc: sh: 3,955; ansic: 538; xml: 472; makefile: 193
file content (590 lines) | stat: -rw-r--r-- 16,386 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
2005-08-21  Junichi Uekawa  <dancer@debian.org>

	* configure.ac: 
	* NEWS: 0.41.5

2005-06-04  Junichi Uekawa  <dancer@debian.org>

	* update-cluster-maccollect.8.in: document --domainsuffix ""

	* configure.ac: 0.41.4.cvs.1

	* Documentation/Makefile.am (install-data-local, uninstall-local) 
	(EXTRA_DIST): install the example.

	* Documentation/example.cluster.xml: add an example.

2005-01-04  Junichi Uekawa  <dancer@debian.org>

	* NEWS: update

	* configure.ac: 0.41.4

	* Documentation/Makefile.am (update-cluster-doc.html): update to comply with new LDP-xsl location.

2004-03-21  Junichi Uekawa  <dancer@debian.org>

	* man/ja/update-cluster-maccollect.8.in: update.

	* Documentation/update-cluster-doc.xml: Update copyright.

	* configure.ac (THISVERSION): 0.41.3

	* update-cluster-maccollect.8.in: Document the defaults.

2003-11-09  Junichi Uekawa  <dancer@debian.org>

	* configure.ac: 0.41.2

	* NEWS: update NEWS

	* update-cluster-maccollect.c (check_mac): Obtain the SOURCE MAC address rather than 
	destination MAC address.

2003-11-05  Junichi Uekawa  <dancer@debian.org>

	* configure.ac: 0.41.1.cvs.1

	* Documentation/update-cluster-doc.xml: Update document, remove old stale mail address.

2003-10-29  Junichi Uekawa  <dancer@debian.org>

	* NEWS: update

	* configure.ac: 0.41.1

	* Documentation/update-cluster-doc.xml: update doc slightly on bootmaster option.
	And maccollect; which no longer calls tcpdump.

	* debian/README.Debian (NOTICE): remove reference to nfsroot option.
	It's deprecated and used nowhere, right?

	* configure.ac: 0.41.0.cvs.2

	* update-cluster-maccollect.c (check_mac, main): add MAC address checking routine
	so that MAC address which is not a valid mac address is handled properly.
	(main): add error checking if cluster.xml cannot be stat().

2003-10-27  Junichi Uekawa  <dancer@debian.org>

	* configure.ac: 0.41.0.cvs.1

	* update-cluster-maccollect.c (main): clean up and comment-up.

	* man/ja/update-cluster-maccollect.8.in: fix untranslated string.

2003-10-26  Junichi Uekawa  <dancer@debian.org>

	* debian/po/ja.po: update

	* configure.ac: 0.41.0
	* NEWS: update

	* update-cluster-maccollect.c (main): fix logic reverse.

	* update-cluster-add.in (REPLACEDSTRING): exit 0 to clean-exit.

	* Makefile.am (sbin_PROGRAMS): move maccollect to sbin.

	* update-cluster-maccollect.c (main): fix

	* Makefile.am (update_cluster_maccollect_CFLAGS): fix.

	* NEWS: update

	* configure.ac: 0.40.5.cvs.2

	* update-cluster-maccollect.c (main): specify clusterxml.

	* man/ja/update-cluster-maccollect.8.in: update

	* man/ja/update-cluster-add.8.in: update

	* update-cluster-add.8.in: update doc.

	* update-cluster-add.in (REPLACEDSTRING): Allow change of CLUSTERXML

	* update-cluster-maccollect.in (CLUSTERNFSROOT): fix typo in the script.

	* Makefile.am (update_cluster_maccollect_SOURCES): create and update, 
	remove script and include binary version.

	* update-cluster-maccollect.c: create and update.

2003-10-14  Junichi Uekawa  <dancer@debian.org>

	* update-cluster-add.in (REPLACEDSTRING): update doc string.

2003-10-05  Junichi Uekawa  <dancer@debian.org>

	* macdump.c: update copyright

	* configure.ac: 0.40.5.cvs.1

	* macdump.c (main): use AF_PACKET interface instead of AF_INET

2003-06-12  Junichi Uekawa  <dancer@debian.org>

	* NEWS: update

	* configure.ac: 0.40.5

	* test/news-okay.sh: check for NEWS file version.

	* Makefile.am (TESTS_ENVIRONMENT): pass VERSION to subroutine.
	(TESTS): check news file.

2003-06-10  Junichi Uekawa  <dancer@debian.org>

	* man/ja/update-cluster-remove.1.in: translated

	* update-cluster-remove.1.in: fix vague terminology

	* man/ja/update-cluster-regenerate.8.in: translated.

	* update-cluster-regenerate.8.in: correct incorrect statement.

	* man/ja/update-cluster-parseconfig.1.in: translated

	* update-cluster-parseconfig.1.in: fix typo

	* man/ja/update-cluster-maccollect.8.in: translated.

	* man/ja/update-cluster-add.8.in: translated

	* man/Makefile.am (SUBDIRS): add ja subdir

	* Makefile.am (ACLOCAL_AMFLAGS): add subdir

	* configure.ac: add translated manual-page dirs

	* man/ja/Makefile.am (EXTRA_DIST): create a translated manual-page
	template.

2003-06-09  Junichi Uekawa  <dancer@debian.org>

	* NEWS: create NEWS file.

	* configure.ac: 0.40.4.cvs.2

	* update-cluster-remove.1.in: update and add examples.

	* update-cluster-regenerate.8.in: update and add example.

	* update-cluster-parseconfig.1.in: update

	* update-cluster-maccollect.8.in: update

	* update-cluster-add.8.in: update documentation, and add example.

2003-04-27  Junichi Uekawa  <dancer@debian.org>

	* update-cluster-regenerate.in (Usage): add more words for translation

2003-04-26  Junichi Uekawa  <dancer@debian.org>

	* update-cluster-regenerate.in: add copyright notice.

	* Documentation/update-cluster-doc.xml: update documentation to include
	tags for better viewing using wysidocbookxml.

2003-03-31  Junichi Uekawa  <dancer@debian.org>

	* configure.ac: 0.40.4.cvs.1

	* update-cluster-remove.c (parse_options): update copyright.

2003-03-29  Junichi Uekawa  <dancer@debian.org>

	* configure.ac: 0.40.4 release.

	* debian/copyright: fix URL.

	* debian/control (Description): change upstream URL to a exiting one.

2003-03-18  Junichi Uekawa  <dancer@debian.org>

	* cluster.dtd: fix DTD to be complete, and add networkhome.

2003-03-17  Junichi Uekawa  <dancer@debian.org>

	* update-cluster-add.8.in: document --bootmaster option, for 
	adding <bootmaster></bootmaster>

	* update-cluster-add.in (REPLACEDSTRING): add --bootmaster option
	support.

	* Documentation/update-cluster-doc.xml: try to update documentation to 
	reflect the current status.

2003-03-13  Junichi Uekawa  <dancer@debian.org>

	* Makefile.am (build-tmp/*): modify to use build-tmp dir.
	note that sbin scripts could not use that dir for some reason.

	* build-tmp/Makefile.am: add dummy.

	* configure.ac: add build-tmp/Makefile.am

	* Makefile.am (dist_pkgdata_DATA): change generated scripts to be in 
	build-tmp dir.

	* debian/README.Debian (NOTICE): update documentation.

	* update-cluster-remove.c: update copyright

	* TODO: add notes for several NIC support.

	* debian/control (Build-Depends): change build deps for XML.

	* TODO: update TODO, document new options. etc.

	* Documentation/update-cluster-doc.xml: slightly update docs.

	* cluster.dtd: add bootmaster option, and header info in cluster DTD.

	* configure.ac: check for w3m/w3mmee and xsltproc in ./configure.

	* Documentation/Makefile.am: remove compile_sgmltools.in 
	and version.ent
	(tmp-build/update-cluster-doc.sgml, update-cluster-doc.html): make new rules to build.

	* Documentation/update-cluster-doc.xml: Move over to XML

	* update-cluster-remove.1.in: update docs.

	* configure.ac: 0.40.3.cvs.2

	* test/test-remove-bootmaster.sh: test bootmaster option.

	* test/input-2.xml: test input

	* Makefile.am (TESTS): add test files.

	* update-cluster-remove.c (parse_options): add bootmaster option.

2003-01-28  Junichi Uekawa  <dancer@debian.org>

	* configure.ac: 0.40.3.cvs.1 -- note that CVS version is the CVS version.

2002-12-07  Junichi Uekawa  <dancer@debian.org>

	* TODO: fix todo file.

2002-12-05  Junichi Uekawa  <dancer@debian.org>

	* macdump.c (main): add a return statement to main.

2002-11-27  Junichi Uekawa  <dancer@debian.org>

	* configure.ac: 0.40.3

2002-11-16  Junichi Uekawa  <dancer@debian.org>

	* configure.ac: 0.40.2.cvs.2

	* Makefile.am (macdump_SOURCES): add macdump to noinst target, and 
	compile it.

	* macdump.c: mac address dumper program, added to source distribution
	
2002-11-12  Junichi Uekawa  <dancer@debian.org>

	* Documentation/update-cluster-policy.sgml: More updates to the thing.

	* debian/README.Debian (NOTICE): Request the user to read the policy document rather thank
	reading this document, and remove the duplication.

	* Documentation/update-cluster-policy.sgml: Move most part of README.Debian into the document.
	fix typo.

	* debian/README.Debian (NOTICE): minor update.

	* configure.ac: 0.40.2.cvs.1

	* Documentation/update-cluster-policy.sgml: update documentation to reflect the 
	current status, with MACcollect and other things.

2002-10-10  Junichi Uekawa  <dancer@debian.org>

	* configure.ac: 0.40.2

	* debian/copyright: fixed upstream address.

2002-10-08  Junichi Uekawa  <dancer@debian.org>

	* configure.ac: 0.40.1

	* update-cluster-i18n.h (setlocale): add setlocale to overrided function if ENABLE_NLS is
	not set.

2002-10-07  Junichi Uekawa  <dancer@debian.org>

	* configure.ac: 0.40.0
	Radically different core code.

	* debian/control (Build-Depends): update to build-dep on update-cluster

	* update-cluster-parseconfig.c (check_one_dxml): re-write to use dancer-xml
	rather than expat.

	* update-cluster-remove.c (main): re-write to use dancer-xml rather than expat.

        * link in dancer-xml library.


	* configure.ac: 0.32.5
	We have testsuites ready.

	* test/test-remove.sh: test remove operation.

	* test/test-parseconfig.sh: test parseconfig.

	* test/input.xml: new file for testing.

2002-10-04  Junichi Uekawa  <dancer@debian.org>

	* configure.ac: 0.32.4

	* config.rpath: add to CVS.

2002-10-03  Junichi Uekawa  <dancer@debian.org>

	* Documentation/Makefile.am (install-data-local): let doc install fail.

	* configure.ac: assign "true" to SGMLTOOLS failure.

2002-09-30  Junichi Uekawa  <dancer@debian.org>

	* configure.ac: changed some rules and updated according to autoscan
	advise.

2002-09-24  Junichi Uekawa  <dancer@debian.org>

	* configure.ac (SEDRULE): define @SEDRULE@ for use in automake.

	* Makefile.am (SEDRULE): split out the sed rule to something else.

	* configure.ac: add AC_PROG_MAKE_SET

2002-09-21  Junichi Uekawa  <dancer@debian.org>

	* update-cluster-regenerate.in (Usage): use the multi-line 
	notation here as well.

	* update-cluster-maccollect.in (CLUSTERNFSROOT): 
	use echo with multi-line command-line instead of here document,
	so that i18n can happen.

2002-09-20  Junichi Uekawa  <dancer@debian.org>

	* update-cluster-parseconfig.c: add 2002 copyright. I obviously touched
	the file since then.

	* update-cluster-remove.c: add 2002 copyright. I obviously
	updated since then.

2002-09-19  Junichi Uekawa  <dancer@debian.org>

	* debian/copyright: add upstream page link.

2002-09-10  Junichi Uekawa  <dancer@debian.org>

	* configure.ac: 0.32.3

	* Makefile.am (EXTRA_DIST): maccollect manpage
	(update-cluster-maccollect.8): generate manpage
	fix make rules for maccollect.po

	* update-cluster-maccollect.8.in: create

	* update-cluster-remove.1.in: update

	* update-cluster-remove.c (parse_options): fix typo.

	* update-cluster-maccollect.in (CLUSTERNFSROOT): add fflush in awk to see if it helps at all.
	(CLUSTERNFSROOT): update.
	(CLUSTERNFSROOT): fix typo.

	* update-cluster-remove.c (parse_options): typo.

	* Makefile.am ($(srcdir)/update-cluster-maccollect.po): add rule to create maccollect.po

	* update-cluster-remove.1.in: document

	* update-cluster-remove.c (parse_options): add --failfound option.
	Exit1 if something is found.

	* update-cluster-remove.1.in: add docs on --mac option.

	* update-cluster-remove.c (parse_options): add --mac, or -c option

	* update-cluster-maccollect.in (UPDATE_CLUSTER_REMOVE) 
	(UPDATE_CLUSTER_ADD): create shortcut.

	* Makefile.am (update-cluster-maccollect): add rule to build maccollect.
	(nodist_sbin_SCRIPTS): add maccollect
	(update-cluster-maccollect): add bindir to subst rules

	* update-cluster-maccollect.in: Just create a template for filling in later.

2002-08-12  Junichi Uekawa  <dancer@debian.org>

	* configure.ac: 0.32.2

	* update-cluster-add.in (CLUSTERNFSROOT): update a bit, but not much.

	* update-cluster-regenerate.in (TEXTDOMAINDIR): fix translation

	* configure.ac: 0.32.1

	* Makefile.am ($(srcdir)/update-cluster-regenerate.po): fix typo

	* configure.ac: 0.32.0

	* update-cluster-regenerate (Usage): fix typo

	* Documentation/compile_sgmltools.in: remove the copied file after compiling.

	* Documentation/Makefile.am (uninstall-local): add uninstall local rule.

	* update-cluster-remove.c (main): add locale initialization routines.

	* Documentation/Makefile.am (compile_sgmltools): sed rules.

	* Documentation/compile_sgmltools.in: implement a workaround for sgmltools brokenness.

	* Documentation/Makefile.am (version.ent): use version.ent for entities.
	(version.ent): fix VPATH

	* Documentation/update-cluster-policy.sgml: update docs.

	* Makefile.am (update_cluster_remove_SOURCES): add update-cluster-i18n.h
	(update_cluster_parseconfig_SOURCES) 
	($(srcdir)/update-cluster-regenerate.po): fix make rule to be more robust,
	to make .po file be updated on the source dir.

	* update-cluster-remove.c: i18n.

	* update-cluster-regenerate.in (TEXTDOMAIN): set to #PACKAGE#

	* Makefile.am (update-cluster-regenerate.po): add rule to generate a po-template from bash script.
	(EXTRA_DIST): add po template to EXTRA_DIST
	(update-cluster-regenerate): add subst for PACKAGE

	* update-cluster-i18n.h: implement fully.

	* update-cluster-parseconfig.c (main): add locale initialization

	* Makefile.am (CFLAGS): add localedir definition

	* update-cluster-i18n.h: i18n support header

	* update-cluster-parseconfig.c: add i18n things.

	* configure.ac: add ALL_LINGUAS=ja
	define localedir.

	* Makefile.am: add ACLOCAL_AMFLAGS -I m4
	(SUBDIRS): add po to subdirs.

	* update-cluster-regenerate.in (Usage): make strings to be translatable

	* autogen.sh: add aclocal -I m4

2002-08-12  gettextize  <bug-gnu-gettext@gnu.org>

	* Makefile.am (SUBDIRS): Add m4.
	(ACLOCAL_AMFLAGS): New variable.
	(EXTRA_DIST): Add config.rpath mkinstalldirs.
	* configure.ac (AC_CONFIG_FILES): Add po/Makefile.in,

2002-08-10  Junichi Uekawa  <dancer@debian.org>

	* configure.ac: 0.31.4, fix up the typo so that it is usable.

	* update-cluster-regenerate.in (ERROR): fix typo, PKGLBDIR->PKBLIBDIR.

2002-08-09  Junichi Uekawa  <dancer@debian.org>

	* configure.ac: 0.31.3 with typo fix.

	* Makefile.am (install-exec-local): fix typo. pkgdatadir->pkglibdir

	* configure.ac: 0.31.2 with more packaging fixes

	* module-hosts/Makefile.am (install-exec-local): fix typo
	* Makefile.am (install-exec-local): fix typo

	* update-cluster-regenerate.8.in: fix cosmetic.

	* Documentation/Makefile.am (EXTRA_DIST): do not remove the generated .html file.

	* update-cluster-add.8.in: add autogenerated notice warning.
	fix typo.

	* Makefile.am (update-cluster-remove.1): pkgsysconfdir does not exist.

	* configure.ac: 0.31.1, with minor packaging fixes

	* Makefile.am (update-cluster-remove.1): 
	(update-cluster-parseconfig.1, update-cluster-add.8) 
	(update-cluster-regenerate.8): create rules to sed.

	* update-cluster-remove.1.in: fix up a few stuff.

	* update-cluster-parseconfig.1.in: fix up a few stuff.

	* module-hosts/Makefile.am: install .updatelist executable
	
	* Makefile.am (update_cluster_remove_CFLAGS): define pkgdatadir
	through -D
	(install-exec-local): install update-cluster-sample.updatelist
	executable

	* update-cluster-remove.c: use substitution for PKGDATADIR

	* update-cluster-add.8.in: 
	* update-cluster-regenerate.8.in: update, create.
	change paths to be replacable.

	* Makefile.am: update to subst pkgdatadir also.

	* update-cluster-add.in (REPLACEDSTRING): fix DTD location

	* update-cluster-regenerate.in (ERRPR): update to use #PKGwhatever#

	* release 0.31

	* Documentation/Makefile.am (clean-local): do not clean html
	file, so that it doesn't need to be rebuilt every time.
	
	* update-cluster-add.in (CLUSTERNFSROOT): fix things up.

	* Makefile.am (update-cluster-regenerate): add rules

	* update-cluster-regenerate.in (ERRPR): #PKGSYSCONFDIR# and #PKGLIBDIR#

	* Makefile.am: add #NOTICE# subst rules.

	* update-cluster-regenerate.in: add #NOTICE# at head

	* update-cluster-add.in: add #NOTICE# at head

	* Makefile.am: use CLEANFILES.

	* debian/rules: remove unnecessary removes.

	* Documentation/Makefile.am (update-cluster-policy.tmp.sgml): create temporal file, and use sed rule to subst #VERSION#
	(update-cluster-policy.txt): update tmp.

	* debian/rules: remove version.sgml

	* Documentation/Makefile.am (update-cluster-policy.ps): use @SGMLTOOLS@

	* configure.ac: convert to autotools.

2002-05-13  Junichi Uekawa  <dancer@debian.org>

	* update-cluster-parseconfig.c: start taking changelogs.