-
Notifications
You must be signed in to change notification settings - Fork 9
/
ChangeLog
459 lines (278 loc) · 11.7 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
2011-10-21 Loic Brarda
* Release: 1.5.0
- Add option to set the syslog facility (defaults to local1)
2011-06-30 Ulrich Schwickerath
* Release: 1.4.1-2
- decouple the CERN-CC specific packages from the exact spma version
- add support for configuration of randomization in CERN-CC configuration files
2011-05-09 Nick Williams
* Release: 1.4.1
- add in some taint checks given that ncm-ncd now is in taint-warn mode
2011-05-09 Nick Williams
* Release: 1.4.0
- bugfix: when running in NoAction mode, don't modify any state files
2011-03-30 "Belmiro Moreira" "Ulrich Schwickerath"
* Release: 1.3.4
- Skip a list of components (comma separated)
- add -t option to ncm-ncd to issue security warnings
2011-03-23 Michel Jouvin
* Release: 1.3.3
- Fix escape() method (not declared as a class method)
2010-09-01 Nick Williams
* Release: 1.3.2
- second attempt at checkin
2010-09-01 Nick Williams
* Release: 1.3.1
- Added a prefix() method to make subclassing components easier
2010-06-10 "Nick Williams"
* Release: 1.3.0
- enable state directory to track which components are running/failed
2008-10-21 "Luis Fernando"
* Release: 1.2.26
- NCD::ComponentProxyList should not call setup_reporter().
This module is not a CAF::ReporterMany but a CAF::Reporter. That call was overwriting
the settings from the command line, leading to --debug and --verbose not to work.
2008-09-26 "Luis Fernando"
* Release: 1.2.25
- Making NCD/* inherit from CAF::ReporterMany, which keeps them thread-safe.
Needs perl-CAF 1.6.5 or higher.
2008-09-21 "Ulrich Schwickerath"
* Release: 1.2.24
- replaced obsolete regis01 server name in CERN-CC parts
2008-07-28 "Luis Fernando"
* Release: 1.2.23
- Fixed bug #39246, --multilog works again with perl-CAF 1.4.15 and higher.
2008-07-07 "Luis Fernando"
* Release: 1.2.22
- Sanitized the component's name on NCD::ComponentProxy so that it runs without warnings with -t.
2008-06-16 Marco Emilio Poleggi,<Marco.Poleggi@cnaf.infn.it>
* Release: 1.2.21
- NCM::Check extended with 'noaction' option for overriding the global flag
2007-12-21 German Cancio Melia
* Release: 1.2.20
- Fix for bug #20040: add 'NOACTION_SUPPORTED' to NCM component
2007-12-21 German Cancio Melia
* Release: 1.2.19
- Added --skip option (Savannah #20619)
2007-12-06 Marco Emilio Poleggi,<Marco.Poleggi@cern.ch>
* Release: 1.2.18
- Previous change rolled back, since the issue with CAF::Reporter
is better solved by the last patch in CAF::Object (rel. 1.4.15)
2007-12-05 Marco Emilio Poleggi,<Marco.Poleggi@cern.ch>
* Release: 1.2.17
- ComponentProxy: fix for new Reporter class which needs to be properly
initialized.
2007-02-28 German Cancio Melia
* Release: 1.2.16
- REALLY Log ccm-fetch information into log file when running ncm_wrapper
2007-02-28 German Cancio Melia
* Release: 1.2.15
- Log ccm-fetch information into log file when running ncm_wrapper
2006-11-28 German Cancio Melia
* Release: 1.2.14
- Fix for bug #21956: "ncm-ncd --list" should not try to acquire a lock
2006-11-17 German Cancio Melia
* Release: 1.2.13
- Make 'backup' option truly optional in NCM::Check::lines (thanks to L. Cons)
2006-11-06 German Cancio Melia
* Release: 1.2.12
- Do not ignore CHLD signal during component execution
2006-09-22 German Cancio Melia
* Release: 1.2.11
- Ensure signals to be ignored are ignored, including SIGHUP
2006-08-02 German Cancio Melia
* Release: 1.2.10
- Just to be *completely* paranoiac: disallow *any* combination of simultaneous invocations, whatever the flags are, by locking also when NCM is invoked in --noaction mode!
2006-08-02 German Cancio Melia
* Release: 1.2.9
- Do not allow NCM to run in --noaction mode if already running in 'real' mode
- Fix Savannah bug# 18678 (wrong cyclic dependencies detected when there are none)
2006-08-01 German Cancio Melia
* Release: 1.2.8
- Added dependency on ncm-template; fix Savannah bug #18631 (restore template delimiters if changed by a component)
2006-05-26 German Cancio Melia
* Release: 1.2.7
- (add tag to release)
2006-05-25 Stephen Childs
* Release: 1.2.7
- Fix Savannah #16822 (print names of faulty components at end of run)
2005-10-08 Charles Loomis
* Release: 1.2.6
- fix bad substitutions
2005-10-08 Charles Loomis
* Release: 1.2.5
- remove spurious debugging statements
2005-10-08 Charles Loomis
* Release: 1.2.4
- allow components to be defined in XML profile
2005-05-20 Juan Antonio LOPEZ PEREZ
* Release: 1.2.3
- Substitution of edg-ccm-fetch by ccm-fetch. The script changed the name in the latest versions
2005-05-11 German Cancio Melia
* Release: 1.2.2
- (CERN-CC only) splitted up notd entries for ncm into ncm and ncm_unconf
2005-05-07 German Cancio Melia
* Release: 1.2.1
- Fix Savannah #3180 (added lockfile for application and corresponding options)
2005-04-18 German Cancio Melia
* Release: 1.1.22
- Fix Savannah bugs #7981
2005-04-04 German Cancio Melia
* Release: 1.1.21
- Updated HLConfig.pm (Jan van Eldik)
2005-03-31 German Cancio Melia
* Release: 1.1.20
- Added escape() function to NCM::Component
2005-01-21 German CANCIO MELIA
* Release: 1.1.19
- Fix Savannah #6281 - more verbose logging of broken dependencies
2004-11-18 German CANCIO MELIA
* Release: 1.1.18
- Added new variables for OS detection within the components: $SYSNAME and $SYSVERS
2004-10-28 Rafael Garcia Leiva
* Release: 1.1.17
- updated dependencies
2004-09-07 German Cancio Melia
* Release: 1.1.16
- Added waittofin = yes to CERN CC notd wrapper
2004-09-04 German CANCIO MELIA
* Release: 1.1.15
- fix unconfigure not.d wrapper
2004-09-04 German CANCIO MELIA
* Release: 1.1.13
- bugfix in CERN-CC wrapper for backwards compatibility
2004-08-24 German CANCIO MELIA
* Release: 1.1.12
- Fixes Savannah #4498 - preserve environment between components
2004-06-10 German CANCIO MELIA
* Release: 1.1.11
2004-06-03 German CANCIO MELIA
* Release: 1.1.10
- Fixed Savannah #3555, allowing to install components during execution time
(eg. running SPMA from within ncm-spma installs components configured but
not yet present)
- Fixed Savannah #3665 - now components are tabulated correctly in --list
2004-06-03 German CANCIO MELIA
* Release: 1.1.9
- Added missing doc file to spec
2004-06-02 German CANCIO MELIA
* Release: 1.1.8
- Added NCM::HLConfig to distribution
2004-05-12 German CANCIO MELIA
* Release: 1.1.7
- correct version release number
2004-05-12 German CANCIO MELIA
* Release: 1.1.6
- Optional 'backup' in NCM::Check
2004-05-11 German Cancio Melia
* Release: 1.1.6
- typo in CERN-CC wrapper
2004-05-11 German CANCIO MELIA
* Release: 1.1.5
- Added new unconfigure wrappetr
2004-04-08 German CANCIO MELIA
* Release: 1.1.4
- Replaced hardcoded Perl interpreter with @PERL_EXECUTABLE@ for improved portability
2004-03-30 German Cancio Melia
* Release: 1.1.3
- Addded NCM wrapper to core rpm as generic
2004-03-30 German Cancio Melia
* Release: 1.1.2
- Added unescape() to Component.pm
2004-03-15 German Cancio Melia
* Release: 1.1.1
- Add fetch to NCM wrapper for notd
2004-03-09 German Cancio Melia
* Release: 1.1.0
- Bugfixes, working version for --list and --all
2004-03-09 German CANCIO MELIA
* Release: 1.0.29
- Added new --list option; added new --all option )(now needed for running on all components)
2004-02-18 German CANCIO MELIA
* Release: 1.0.28
- moved ncd.conf to main RPM package
2004-02-16 German CANCIO MELIA
* Release: 1.0.27
- more verbose error message in case of incorrect component information
2004-01-10 German CANCIO MELIA
* Release: 1.0.26
- Added option (enabled by default) for allowing 'broken' components (bugzilla #2371)
2003-10-22 German CANCIO MELIA
* Release: 1.0.24
- removed 'old' log directory, changed logrotate specification
2003-10-13 German CANCIO MELIA
* Release: 1.0.23
- Fixed logrotate entries, added new 'old' dir for old logs
2003-09-23 German CANCIO MELIA
* Release: 1.0.22
- Small bugfix in dependency loop checking
2003-09-18 German CANCIO MELIA
* Release: 1.0.21
- fix reopened #1869, hardcoded /etc
2003-09-10 German CANCIO MELIA
* Release: 1.0.20
- Added Requires: to CERN-CC to enforce right version used
2003-09-09 German CANCIO MELIA
* Release: 1.0.19
- removed @NCM_PERL@ in @INC path, bugzilla #1876
2003-09-09 German CANCIO MELIA
* Release: 1.0.18
- Consistent path handling with QTTR_ETC for Solaris (bugzilla #1869)
2003-09-01 German CANCIO MELIA
* Release: 1.0.17
- Allows, even if not supported/recommended, to intercept throw_error and throw_warning generated DIRECTLY by an NCM component.
2003-09-01 German CANCIO MELIA
* Release: 1.0.16
- Integrated warning handling (throw_warning) into component proxy - now reported correctly as a warning instead of as an error.
2003-09-01 German CANCIO MELIA
* Release: 1.0.15
- bugfix - add throw_warning to NCM::Check
2003-09-01 German CANCIO MELIA
* Release: 1.0.14
- Enhanced warning handling when throw_warning is used
2003-08-29 German CANCIO MELIA
* Release: 1.0.13
- Added new library NCM::Check, for implementing eg. Check::lines
2003-08-29 German CANCIO MELIA
* Release: 1.0.10
- fixed (noreplace) attribute in %config
2003-08-27 German CANCIO MELIA
* Release: 1.0.8
- CERN-CC: created entries for notd notification mechanism
2003-08-25 CVS: new release (gcancio)
* Release: 1.0.2
- corrected id check
2003-08-22 CVS: new release (gcancio)
* Release: 0.10.1
- use gzip -f
2003-08-22 CVS: new release (gcancio)
* Release: 0.10.0
- Cleanup and polish port to new Quattor build tools
2003-08-20 German CANCIO MELIA <gcancio@asis-w6.cern.ch>
- corrected hardcoded /etc/ entry in specfile, thanks
to Carlos Ungil
2003-08-18 German CANCIO MELIA <gcancio@asis-w6.cern.ch>
- check for appropriate credentials to run
- added automatic pre/post component inclusion
- added corresponding "autodeps" option
2003-08-04 German CANCIO MELIA <gcancio@asis-w6.cern.ch>
- correct reporting of non-trapped component exceptions
- improved checks (eg. exception context set by component)
- small bugfix in ncd.conf
2003-07-30 German CANCIO MELIA <gcancio@asis-w6.cern.ch>
- added $NoAction variable support for components
- Exception mechanism added... and how to trap
non-trapped component exceptions ;-)
2003-07-30 German CANCIO MELIA <gcancio@asis-w6.cern.ch>
- ignore broken dependencies also when pre/post requisite
components not found
- put failure messages in component's log file
2003-07-29 German CANCIO MELIA <gcancio@asis-w6.cern.ch>
- created ComponentProxyList class
- added 'nodeps' flag
2003-07-24 German CANCIO MELIA <gcancio@asis-w6.cern.ch>
- dependency mechanism
2003-07-18 German CANCIO MELIA <gcancio@asis-w6.cern.ch>
* most classes implemented, first working implementation
2003-06-11 German CANCIO MELIA <gcancio@asis-w6.cern.ch>
* first version in CVS