-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNEWS
129 lines (103 loc) · 4.01 KB
/
NEWS
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
This file describes changes in recent versions of gendersllnl. It
primarily documents those changes that are of interest to users and
admins.
Changes in gendersllnl-1.20-1
=============================
-- By default install perl to vendorarch instead of sitearch.
Changes in gendersllnl-1.19-1
=============================
-- Support --with-perl-vendor-arch and --with-perl-site-arch
configure options.
Changes in gendersllnl-1.18-1
=============================
-- Support C++ linking.
Changes in gendersllnl-1.17-3
=============================
-- Update Minor Version Number (improperly versioned/tagged previous release).
Changes in gendersllnl-1.17-2
=============================
-- Fix dist subpackage requirements.
Changes in gendersllnl-1.17-1
=============================
-- Fix inst corner cases.
-- Fix FC11/RHEL6 portability bugs.
Changes in gendersllnl-1.16-1
=============================
-- Exit dist2 non-zero if rdist exited non-zero.
Changes in gendersllnl-1.15-2
=============================
-- Support building without perl extensions.
Changes in gendersllnl-1.15-1
=============================
-- Fix porting issue in dist2 for Solaris.
Changes in gendersllnl-1.14-1
=============================
-- Remove unnecessary "uninitialized use" messages from Hostlist.pm.
Changes in gendersllnl-1.13-1
=============================
-- Fix bug in dist2 speed improvements.
Changes in gendersllnl-1.12-1
=============================
-- Improve speed of dist2 through caching and using hashes instead
of arrays in certain locations.
Changes in gendersllnl-1.11-1
=============================
-- More accurately match Distfiles under dist directly.
-- Sort packages when none are explicitly given in dist2.
-- Minor bug fixes.
Changes in gendersllnl-1.10-1
=============================
-- Support genders queries with -g option in dist2.
Changes in gendersllnl-1.9-1
============================
-- Support -F alternate genders file option in dist2.
Changes in gendersllnl-1.8-1
============================
-- Support rsh_alt_path genders support in dist2.
Changes in gendersllnl-1.7-1
============================
-- Support variable substitution in dist2.
Changes in gendersllnl-1.6-2
============================
-- AIX portability fixes.
-- Fedora Core 5 build fixes.
-- Minor typo/bug fixes.
Changes in gendersllnl-1.6-1
============================
-- Added -L, -H, and -P options to dist2.
-- Fixed Hostrange expansion bug in Hostlist.pm.
Changes in gendersllnl-1.5-1
============================
-- Allow hyphen '-' characters in hostnames with Hostlist.pm module.
Changes in gendersllnl-1.4-1
============================
-- Modified dist_all to use pdsh -A option instead of -a.
-- Added support to dist2 to allow attributes and values to have
hyphens ('-') or periods ('.').
-- Fixed numerous bugs in inst.
Changes in gendersllnl-1.3-1
============================
-- Added support for attr=val in distfiles.
Changes in gendersllnl-1.2-1
============================
-- Gendersllnl.pm get_cluster() won't error out if you are not
on a node in the cluster.
-- Added exportable symbols to Hostlist perl module.
-- Added Hostlist perl module manpage.
-- Fixed bug in Gendersllnl that caused warnings to output.
-- Fixed bugs in libgendersllnl in which improper error codes were
returned.
-- Re-ordered error return code priority within some API functions.
For example, when an array of length 0 is specified,
GENDERS_ERR_OVERFLOW may be returned instead of GENDERS_ERR_PARAMETERS.
-- Changed -v option in dist2 to -d.
-- Added -v, -x, and -V options to dist2.
-- Added hostrange support to dist2 -w option.
Changes in gendersllnl-1.1-1
============================
-- Removed use of nodeattr with -r option in dist_all. The nodeattr
-r option was removed in genders-1.2-1, thus dist_all broke.
Changes in gendersllnl-1.0-1
============================
-- Fixed bug regarding timestamps in inst. (gnats/214)
$Id: NEWS,v 1.34 2009-12-23 21:13:20 chu11 Exp $