-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog
815 lines (468 loc) · 21.1 KB
/
ChangeLog
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
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
2012-06-26 Albert Chu <chu11@llnl.gov>
* tagged gendersllnl-1-20-1
2011-10-21 Albert Chu <chu11@llnl.gov>
* Update copyright years globally.
2011-09-16 Albert Chu <chu11@llnl.gov>
* man/dist/dist2.1: Fix typo.
2011-07-12 Albert Chu <chu11@llnl.gov>
* configure.ac: Change default install to vendorarch instead of
sitearch.
* gendersllnl.spec.in: Update for change appropriately.
2011-03-14 Albert Chu <chu11@llnl.gov>
* tagged gendersllnl-1-19-1
2011-03-10 Albert Chu <chu11@llnl.gov>
* Support --with-perl-site-arch and --with-perl-vendor-arch
configure options to support install in Perl site or vendor arch
directories.
2011-02-23 Albert Chu <chu11@llnl.gov>
* META: Update for new release.
* tagged gendersllnl-1-18-1
2011-01-19 Albert Chu <chu11@llnl.gov>
* src/libgendersllnl/gendersllnl.h: Support C++ linking.
2010-08-19 Albert Chu <chu11@llnl.gov>
* gendersllnl.spec.in: Update for build on RHEL6.
2010-07-23 Albert Chu <chu11@llnl.gov>
* META: Update appropriately for invalid versioning during last tag.
* tagged gendersllnl-1-17-3
2010-02-01 Albert Chu <chu11@llnl.gov>
* Update copyrights globally.
2009-12-23 Albert Chu <chu11@llnl.gov>
* gendersllnl.spec.in: Add rdist requirement for dist subpackage.
* tagged gendersllnl-1-17-2
2009-10-09 Albert Chu <chu11@llnl.gov>
* gendersllnl.spec.in: Add appropriate build requires.
* dist/inst.c: Add mode to open call w/ O_CREAT.
* tagged gendersllnl-1-17-1
2009-08-12 Albert Chu <chu11@llnl.gov>
* compat/Makefile.am, src/Gendersllnl/Makefile.am: Revert
portability fixes.
* src/Libgendersllnl/Makefile.am, gendersllnl.spec.in: Fix
portability issues.
2009-08-11 Albert Chu <chu11@llnl.gov>
* compat/Makefile.am, src/Gendersllnl/Makefile.am: Fix portability
bug.
2009-05-15 Albert Chu <chu11@llnl.gov>
* dist/inst.c: Check return code on close. fsync before calling
close.
2009-02-26 Albert Chu <chu11@llnl.gov>
* META, NEWS: Update for release.
* tagged gendersllnl-1-16-1
2009-02-26 Py Watson <watson30@llnl.gov>
* dist/dist2: Exit non-zero is rdist exitted non-zero.
2009-02-19 Albert Chu <chu11@llnl.gov>
* META: Update for release.
* tagged gendersllnl-1-15-2
2009-02-18 Albert Chu <chu11@llnl.gov>
* config/ac_perl_extensions.m4: New file.
* configure.ac, src/Libgendersllnl/Makefile.am,
src/Gendersllnl/Makefile.am, compat/Makefile.am: Support
capability to not build perl extensions libs.
2009-02-18 Albert Chu <chu11@llnl.gov>
* gendersllnl.spec.in: Revert sles10 fix from 2008-10-28, issue is
something else in Suse.
2008-10-28 Albert Chu <chu11@llnl.gov>
* gendersllnl.spec.in: Fix sles10 rpmbuild issue.
2008-07-23 Albert Chu <chu11@llnl.gov>
* dist/dist2: Fix porting issue for Solaris.
* META, NEWS: Update for release.
* tagged gendersllnl-1-15-1
2008-07-09 Albert Chu <chu11@llnl.gov>
* compat/Hostlist.pm: Fix whitespace.
* META, NEWS: Update for release.
* tagged gendersllnl-1-14-1
2004-11-30 Mark Grondona <mgrondona@llnl.gov>
* compat/Hostlist.pm (expand, expand_quadrics_range) : Minor
Hostlist.pm fixes to avoid "unitialized use" warnings.
2008-04-14 Albert Chu <chu11@llnl.gov>
* META, NEWS: Update for release.
* tagged gendersllnl-1-13-1
2008-04-14 Py Watson <watson30@llnl.gov>
* dist/dist2: Change limit_nodes array to hash.
2008-04-11 Albert Chu <chu11@llnl.gov>
* META, NEWS: Update for release.
* tagged gendersllnl-1-12-1
2008-04-11 Py Watson <watson30@llnl.gov>
* dist/dist2 (altname_preserve, emit_definition, getnodes,
participating_nodes): To improve lookup speed, cache the alternate
node names in a hash.
* dist/dist2 (participating_nodes): Fix indentation.
* dist/dist2 (getnodes, participating_nodes): To improve lookup
speed, save the list of possible target nodes as a hash rather
than an array.
2008-04-03 Albert Chu <chu11@llnl.gov>
* META, NEWS: Update for release.
* tagged gendersllnl-1-11-1
2008-04-02 Py Watson <watson30@llnl.gov>
* dist/dist2 (get_all_packages): More accurately match Distfiles
under the dist directory (e.g. will not attempt to use a distfile
named "Distfile-foo"). Sort list of packages when none are
explicitly given so as to have deterministic behaviour as to the
order the distfiles are used.
2008-03-28 Albert Chu <chu11@llnl.gov>
* man/: Fix nroff syntax errors.
* update copyrights in a lot of places
2008-01-29 Albert Chu <chu11@llnl.gov>
* src/libcommon/hostlist.h, src/libcommon/hostlist.c: Update to
new libs.
2008-01-28 Albert Chu <chu11@llnl.gov>
* src/libgenders/gendersllnl.c (genders_get_cluster): Fix logic
corner case.
* dist/inst.c (main): Remove pointless check.
2007-10-17 Albert Chu <chu11@llnl.gov>
* DISCLAIMER.UC: New file.
* DISCALIMER: Updated with new disclaimer.
* Makefile.am, gendersllnl.spec.in: Add DISCLAIMER.UC.
* Globally update copyright and fsf address.
2007-10-02 Albert Chu <chu11@llnl.gov>
* META, NEWS: Update for release.
* tagged gendersllnl-1-10-1
2007-10-01 Albert Chu <chu11@llnl.gov>
* dist/dist2 (participating_nodes): Use genders query instead of
getnodes for opt_g option.
* man/dist/dist2.1: Update appropriately.
2007-10-01 Albert Chu <chu11@llnl.gov>
* META, NEWS: Update for release.
* tagged gendersllnl-1-9-1
2007-09-27 Albert Chu <chu11@llnl.gov>
* man/dist/dist2.1: Update with -F information.
2007-09-27 Py Watson <watson30@llnl.gov>
* dist/dist2: Use basename-computed script name in usage message.
Remove obsolete -F option that disted to nodes with "frame". Add
"-F genders_file" option to explicitly use the given genders file.
Use defined() in if statements where "0" should be true. Simplify
checking for use of alternate transport by setting flag variable
when opt_P is used. Rewrite usage() to better match man page and
include new -F usage.
2007-09-11 Albert Chu <chu11@llnl.gov>
* META, NEWS: Update for release.
* tagged gendersllnl-1-8-1
2007-09-10 Albert Chu <chu11@llnl.gov>
* dist/inst.c (main): Fix compiler warnings.
2007-09-05 Albert Chu <chu11@llnl.gov>
* Fix FSF address throughout.
2007-07-26 Albert Chu <chu11@llnl.gov>
* gendersllnl.spec.in: Add genders build requirement.
2007-05-29 Dave Fox <foxd@llnl.gov>
* dist2, man/dist/dist2.1: Add 'rsh_alt_path' genders support.
2007-05-23 Albert Chu <chu11@llnl.gov>
* compat/Hostlist.pm: Default compress() to use quadrics style
ranges. Document that quadrics style ranges can be changed by
setting the global Hostlist::quadrics_ranges
2007-04-21 Albert Chu <chu11@llnl.gov>
* META: Updated release.
* gendersllnl.spec.in: Fix build.
* config/Make-rpm.mk: Remove localism.
* Makefile.am: Add gendersllnl.spec to dist. Remove localisms.
* tagged gendersllnl-1-7-1
2007-04-20 Mike Miller <miller87@llnl.gov>
* dist/dist2: Added ability to use genders values via
${attrval_[value]}.
* dist/Tutorial: Added text and examples for new attrval
functionality.
* man/dist/dist2.1: Added text and examples for new attrval
functionality.
2007-04-17 Albert Chu <chu11@llnl.gov>
* man/dist/dist2.1: Fix typo.
2007-03-13 Albert Chu <chu11@llnl.gov>
* src/Gendersllnl/Gendersllnl.pm.in: Add return type info for
get_cluster().
2007-01-16 Albert Chu <chu11@llnl.gov>
* tagged pre_aix_patches.
Apply AIX port patches by Py Watson (watson30 at llnl dot gov)
* configure.ac, compat/Makefile.am, src/Genders/Makefile.am:
Determine and use correct extension for Perl's section-3 man
pages.
* compat/Makefile.am, src/Genders/Makefile.am: Correct calculation
of where perl expects to put site architecture specific files. As
part of this, make the perl install directory consistent with what
is used for Libgendersllnl. Use $PERL instead of perl, so that
correct perl version is used.
* src/Libgendersllnl/Makefile.am: Override the install location
for the Libgendersllnl man page, since the perl default is not
based off of the install prefix.
* Makefile.am: Replace --with-perl-install-destdir with
--with-perl-destdir.
* config/ac_genders_includedir.m4, config/ac_genders_libdir.m4: New files.
* src/Libgendersllnl/Makefile.PL, src/libgendersllnl/Makefile.am:
On AIX, set the compiled-in library path for dynamic libraries to
the path where the C library is installed plus the default library
path. Otherwise, the library path contains an entry for the
genders library in the source directory.
* src/libgendersllnl/Makefile.am: Correct CFLAGS variable name.
* tagged post_aix_patches.
2007-01-12 Albert Chu <chu11@llnl.gov>
* compat/Hostlist.pm: Added forgotten function to perl doc.
2007-01-08 Albert Chu <chu11@llnl.gov>
* configure.ac: Fix for Solaris build.
2006-12-15 Albert Chu <chu11@llnl.gov>
* tagged gendersllnl-1-6-2
2006-09-12 Albert Chu <chu11@llnl.gov>
* dist/dist_cmp (printit): Output ranged string with brackets
rather than without.
2006-08-01 Albert Chu <chu11@llnl.gov>
* src/Libgendersllnl/Makefile.am: Fix file include bug.
2006-07-17 Albert Chu <chu11@llnl.gov>
Changes to make perl extensions build correctly on FC5.
* config/ac_perl_install_destdir.m4: Removed file.
* config/ac_perl_destdir.m4: New file.
* configure.ac: Adjust to use new macro.
* genders.spec.in: Adjust to use new configure option.
* src/Libgendersllnl/Makefile.am: Adjust makemaker flags
appropriately.
2006-07-03 Albert Chu <chu11@llnl.gov>
* man/genders_getaltnodes.3: Fix typo.
2006-03-26 Albert Chu <chu11@llnl.gov>
* dist/dist_all: Add -f option from John Westlund's (westlund2 at
llnl dot gov) patch.
2006-03-24 Albert Chu <chu11@llnl.gov>
* configure.ac: Remove AC_FUNC_MALLOC check for portability to
AIX (from Py Watson, watson30 at llnl dot gov).
2005-08-18 Albert Chu <chu11@llnl.gov>
* tagged gendersllnl-1-6-1
2005-08-03 Albert Chu <chu11@llnl.gov>
* dist/dist2: Added -P option.
* man/dist/dist2.1: Added -P option and cleaned up some wording.
* NEWS: Updated with -P option information.
* META: Updated release.
* tagged gendersllnl-1-6-0-pre5
2005-07-08 Albert Chu <chu11@llnl.gov>
* NEWS: Updated for future release of gendersllnl-1.6-1.
2005-07-08 Albert Chu <chu11@llnl.gov>
* META: Updated release.
* tagged gendersllnl-1-6-0-pre4
2005-07-05 Albert Chu <chu11@llnl.gov>
* compat/Hostlist.pm (expand_quadrics_range): Apply patch by Py
Watson (watson30@llnl.gov) to fix Hostlist expansion corner cases.
2005-06-02 Albert Chu <chu11@llnl.gov>
* src/libgendersllnl/gendersllnl.h: Fix comment typo.
* src/libgendersllnl/gendersllnl.c (genders_altnodelist_create,
genders_altnodelist_clear): Fix buffer length corner case.
2005-05-13 Albert Chu <chu11@llnl.gov>
* src/Genders/Makefile.am, compat/Makefile.am: Cleanup and fix
build.
* src/Genders/Makefile.PL, compat/Makefile.PL: Removed files.
* configure.ac: Add search for pod2man.
* tagged gendersllnl-1-6-0-pre3
2005-05-10 Albert Chu <chu11@llnl.gov>
* configure.ac: Update library versions.
2005-05-06 Albert Chu <chu11@llnl.gov>
* Various code cleanup and header file re-organization.
2005-04-22 Albert Chu <chu11@llnl.gov>
* Various code, autoconf, and makefile cleanup.
2005-02-03 Albert Chu <chu11@llnl.gov>
* tagged pre_dist2_err_msg_cleanup
* dist/dist2: Cleaned up error message output.
* tagged post_dist2_err_msg_cleanup
2005-01-10 Albert Chu <chu11@llnl.gov>
* src/libgendersllnl/hostlist.h, src/libgendersllnl/hostlist.c:
Updated libraries.
* src/Libgendersllnl/Makefile.am, src/Gendersllnl/Makefile.am: Cleanup.
* gendersllnl.spec.in: Fix a Perl Extensions packaging problem for
multilib systems.
* src/libgendersllnl/Makefile.am, configure.ac: Move versioning
info into configure.ac.
* configure.ac: Added Perl versioning.
* src/Libgendersllnl/Libgendersllnl.pm: Renamed to
Libgendersllnl.pm.in and added versioning.
* src/Gendersllnl/Gendersllnl.pm: Renamed to Gendersllnl.pm.in and
added versioning.
2005-01-05 Albert Chu <chu11@llnl.gov>
* dist/dist2 (emit_definition, participating_nodes, usage): Revert
behavior of -l option (i.e. dist_local) back to the
gendersllnl-1-5-2 behavior. Changed the -L option to -H option. A
new -L option runs rdist on the localhost without a network
connection.
* man/dist/dist2.1, man/dist/dist_local.1: Fix for modifications
in behavior.
* META: Updated for new release
* tagged gendersllnl-1-6-0-pre2
2005-01-03 Albert Chu <chu11@llnl.gov>
* tagged gendersllnl-1-6-0-pre1
2004-12-29 Albert Chu <chu11@llnl.gov>
* Makefile.am: distcheck fix.
2004-12-20 Albert Chu <chu11@llnl.gov>
* dist/dist2 (emit_definition, usage, participating_nodes): Added
-L option.
* man/dist/dist2.1: Documented -L option and -c option.
2004-12-18 Albert Chu <chu11@llnl.gov>
* gendersllnl.spec.in, configure.ac, compat/Makefile.am,
src/Libgendersllnl/Makefile.am, src/Gendersllnl/Makefile.am: Fix
make install corner case.
* dist/dist2 (emit_definition): Force rdist to run on localhost when
-l option is used.
* dist/dist2: Fix "local_clister" variable name typo.
2004-12-14 Albert Chu <chu11@llnl.gov>
* gendersllnl.spec.in, src/Gendersllnl/Makefile.am,
src/Libgendersllnl/Makefile.am, compat/Makefile.am: Fix 64bit
build issue.
* META: Updated for new release.
* tagged gendersllnl-1-5-2
2004-11-30 Albert Chu <chu11@llnl.gov>
* NEWS: Updated.
* tagged gendersllnl-1-5-1
2004-11-30 Mark Grondona <mgrondona@llnl.gov>
* compat/Hostlist.pm (expand) : Don't attempt to expand regular
hostnames that happen to have the `-' character.
* compat/Hostlist.pm (expand) : Allow a suffix after the brackets
when expanding a quadrics-style range (e.g. foo[0-5]-eth1).
2004-11-16 Albert Chu <chu11@llnl.gov>
* gendersllnl.spec.in: Remove copyright, add license.
2004-11-12 Albert Chu <chu11@llnl.gov>
* README: Cleaned up.
* gendersllnl.spec.in: Updated description.
2004-10-28 Albert Chu <chu11@llnl.gov>
* gendersllnl.spec.in: Fixed additional port issues.
* configure.ac: Require genders to be installed or disallow
compilation.
2004-10-26 Albert Chu <chu11@llnl.gov>
* config/Make-rpm.mk: updated script for porting issues.
* gendersllnl.spec.in: Fix for port issues.
* Makefile.am, dist/Makefile.am: distcheck fixes.
2004-06-21 Albert Chu <chu11@llnl.gov>
* src/Libgendersllnl/Makefile.am, src/Gendersllnl/Makefile.am,
compat/Makefile.am: Fixes to make distcheck work.
2004-06-08 Albert Chu <chu11@llnl.gov>
* src/libgendersllnl/Makefile.am, src/Libgendersllnl/Makefile.am,
src/Gendersllnl/Makefile.am, compat/Makefile.am: Minor fixes for
distcheck.
2004-05-19 Albert Chu <chu11@llnl.gov>
* Makefile.am compat/Makefile.am, man/Makefile.am,
man/dist/Makefile.am, dist/Makefile.am,
src/libgendersllnl/Makefile.am, src/Libgendersllnl/Makefile.am,
src/Gendersllnl/Makefile.am: Fixed dist issues.
* src/libgendersllnl/Makefile.am: Cleanup.
* src/libgendersllnl/gendersllnl.c (genders_get_cluster): Fix
compiler warning.
2004-04-30 Albert Chu <chu11@llnl.gov>
* dist/dist_all: Fix bug in which -v option should be used with
pdsh.
* Tagged gendersllnl-1-4-1
2004-04-27 Albert Chu <chu11@llnl.gov>
* gendersllnl.spec.in: Use %configure macro.
* Localize all non-genderllnl library symbols.
2004-03-10 Albert Chu <chu11@llnl.gov>
* dist/dist2 (find_attrs_in_file, cat_file, getnodes,
post_process_attrs): Added support for attributes and values with
hyphens ('-') or periods ('.').
2004-03-09 Albert Chu <chu11@llnl.gov>
* config/ac_debug.m4: New file.
* configure.ac: Added --enable-debug option.
2004-03-08 Albert Chu <chu11@llnl.gov>
* dist/dist_all: Use -A option in pdsh instead of -a.
* gendersllnl.spec.in: Added pdsh dependency on newest pdsh release.
2004-02-17 Albert Chu <chu11@llnl.gov>
* dist/inst.c (main): Fixed several bugs found by Py Watson. Use
strtoul() instead of atoi with 'o' and 'g' options. Redirect to
/dev/null on 'c' and 'C' options.
2004-02-12 Albert Chu <chu11@llnl.gov>
* dist/dist2: Support equal sign for attr=val in distfiles.
Remove old format for attr=val.
* man/dist/dist2.1: Updated for changes.
* tagged gendersllnl-1-3-1
2004-02-11 Albert Chu <chu11@llnl.gov>
* src/libgendersllnl/Makefile.am: Compile with _REENTRANT.
* tagged gendersllnl-1-2-1
2004-02-10 Albert Chu <chu11@llnl.gov>
* dist/dist2: Change -v option to -d option. Added -v, -V, -x
options. Add hostrange support to -w and -x options.
* dist/dist_all: Call dist2 with -v option when -w option is not
listed.
* man/dist/dist2.1, man/dist/dist_all.1: Updated for changes.
2004-02-09 Mark Grondona <mgrondona@llnl.gov>
* compat/Hostlist.pm (expand) : Properly handle multiple quadrics
style hostlists separated by the comma character.
2003-02-04 Albert Chu <chu11@llnl.gov>
* : Fix copyright notices everywhere to say "Gendersllnl" instead of
"Genders".
2003-01-15 Albert Chu <chu11@llnl.gov>
* src/libgendersllnl/gendersllnl.c: All hostlist_create or
hostlist_iterator_create errors are OUTMEM errors rather than
INTERNAL errors. Change code style to fit more with GNU standard.
2003-01-09 Albert Chu <chu11@llnl.gov>
* dist/dist2: Fixed corner case when falling through to
/etc/genders.
2003-12-31 Albert Chu <chu11@llnl.gov>
* src/libgendersllnl/Makefile.am, src/Gendersllnl/Gendersllnl.pm,
compat/Hostlist.pm: Began consistent library versioning.
2003-12-30 Albert Chu <chu11@llnl.gov>
Added copyright header to all files.
2003-12-11 Albert Chu <chu11@llnl.gov>
* compat/Hostlist.pm: Fixed declarations of EXPORT_OK and
EXPORT_TAGS.
* : tagged gendersllnl-1-2-0-pre3
2003-11-07 Albert Chu <chu11@llnl.gov>
* src/Libgendersllnl/Makefile.am, src/Gendersllnl/Makefile.am,
compat/Makefile.am: Fixed cleanup bug.
2003-11-03 Albert Chu <chu11@llnl.gov>
* configure.ac: Replaced --with-xs-prefix, --with-compat-prefix,
and --with-gendersllnl-pm-prefix options with
--with-perl-install-prefix option.
* src/Libgendersllnl/Makefile.am, src/Gendersllnl/Makefile.am,
compat/Makefile.am: Modified for above changes to configure.ac.
* src/libgendersllnl/gendersllnl.c (genders_get_cluster,
_getaltnodes, genders_isnode_or_altnode, genders_to_gendname,
genders_to_gendname_preserve, genders_to_altname,
genders_to_altname_preserve, _string_to): Fixed functions to
return proper error code.
* src/libgendersllnl/gendersllnl.c (genders_altnodelist_create,
genders_altnodelist_clear, genders_altnodelist_destroy):
Re-ordered error code return priorities.
* src/libgendersllnl/gendersllnl.h,
src/libgendersllnl/gendersllnl.c: Cleaned up code through files.
* tagged gendersllnl-1-2-0-pre2
2003-09-26 Albert Chu <chu11@llnl.gov>
* compat/Hostlist.pm: Added $VERSION to avoid warnings.
2003-09-19 Albert Chu <chu11@llnl.gov>
* dist/dist2: Added error messages when genders files cannot be
loaded. Error messages were excluded before, because older
genders implementions had error messages within the genders
library.
2003-09-11 Albert Chu <chu11@llnl.gov>
* src/Gendersllnl/Gendersllnl.pm (new):
Removed unnecessary function call that can cause errors.
2003-09-11 Albert Chu <chu11@llnl.gov>
Modified build files
* configure.ac:
Added output of gendersllnl.spec.
Added call to AC_META.
* gendersllnl.spec: Removed file.
* gendersllnl.spec.in: New file, which replaces gendersllnl.spec.
* config/ac_meta.m4: New file.
* Removed all Makefile.in files and config files that will be
generated by bootstrap from the repository.
2003-08-18 Albert Chu <chu11@llnl.gov>
* man/: Replaced "Release 1.0" with "August 2003" in all manpages.
2003-08-15 Albert Chu <chu11@llnl.gov>
* src/Gendersllnl/Gendersllnl.pm: Explicitly import the only
required symbols from the Genders module.
2003-08-14 Albert Chu <chu11@llnl.gov>
* src/Gendersllnl/Gendersllnl.pm (get_cluster): Added optional
$node option so that you do not have to be on a node in the
genders database.
* Tagged gendersllnl-1-2-1
2003-08-13 Albert Chu <chu11@llnl.gov>
* compat/Hostlist.pm: Added ability to export symbols.
* compat/Hostlist.pm: Added perldoc manpage.
* src/Libgendersllnl/MANIFEST: Removed pointless files from file list.
* src/Libgendersllnl/README: Removed file.
2003-08-07 Albert Chu <chu11@llnl.gov>
* gendersllnl.spec: Lowered pdsh version requirement
* Tagged gendersllnl-1-1-2
2003-08-04 Albert Chu <chu11@llnl.gov>
* src/Gendersllnl/Gendersllnl.pm: Added get_cluster() to perldoc.
* dist/dist_all: Reworked to avoid using -r option with nodeattr.
* dist/dist_all: Changed -r option to -i option, so that it
coincides with -i option in dist2.
* man/dist/dist_all.1:
Removed SP specific references.
Changed -r option to -i option and re-worded manpage appropriately.
* man/dist/dist_cmp.1:
Fixed "dsh" to "pdsh", which is what is used on Linux systems.
* gendersllnl.spec: Added requirement of pdsh >= 2.0 for dist subpackage.
* : Tagged gendersllnl-1-1-1
2003-07-15 Albert Chu <chu11@llnl.gov>
* dist/inst.c: Fixed gnats/214 bug.
* : Tagged gendersllnl-1-0-1.
2003-05-15 Albert Chu <chu11@llnl.gov>
* : Initial Entry.
* : Tagged gendersllnl-1-0-1pre.