File: ChangeLog

package info (click to toggle)
bcron 0.09-7
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 476 kB
  • ctags: 313
  • sloc: ansic: 2,055; sh: 412; makefile: 123
file content (419 lines) | stat: -rw-r--r-- 12,969 bytes parent folder | download | duplicates (4)
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
------------------------------------------------------------------------
r49 | bruce | 2005-06-08 18:10:12 -0600 (Wed, 08 Jun 2005) | 2 lines
Changed paths:
   M /trunk/tests.inc

The spool directory is specified by $BCRON_SPOOL not $BCRON_HOME.

------------------------------------------------------------------------
r48 | bruce | 2005-06-08 18:02:33 -0600 (Wed, 08 Jun 2005) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/README.in
   M /trunk/bcron-spool.8
   M /trunk/bcron-spool.run
   M /trunk/bcron.h
   M /trunk/bcron.texi
   M /trunk/bcrontab.1

The default path for bcron-spool is changed to /var/run/bcron-spool

------------------------------------------------------------------------
r47 | bruce | 2005-06-08 17:19:09 -0600 (Wed, 08 Jun 2005) | 2 lines
Changed paths:
   M /trunk/NEWS

Added note about changes so far.

------------------------------------------------------------------------
r46 | bruce | 2005-06-08 13:36:07 -0600 (Wed, 08 Jun 2005) | 2 lines
Changed paths:
   M /trunk/bcrontab.1

Fixed up some formatting typos.

------------------------------------------------------------------------
r45 | bruce | 2005-06-08 13:35:10 -0600 (Wed, 08 Jun 2005) | 2 lines
Changed paths:
   M /trunk/README.in

Document the bglibs version requirement.

------------------------------------------------------------------------
r44 | bruce | 2005-06-08 13:31:31 -0600 (Wed, 08 Jun 2005) | 2 lines
Changed paths:
   M /trunk/spec

Use the easier install mechanism that is part of bglibs-1.021

------------------------------------------------------------------------
r43 | bruce | 2005-06-08 00:10:30 -0600 (Wed, 08 Jun 2005) | 3 lines
Changed paths:
   M /trunk/timespec-next.c

Remove the extern declaration of "daylight", as the next bglibs will
contain a sysdep for it.

------------------------------------------------------------------------
r42 | bruce | 2005-04-25 15:24:48 -0600 (Mon, 25 Apr 2005) | 2 lines
Changed paths:
   M /trunk/bcron-sched.8

Added a list of actual files used by bcron-sched to its manpage.

------------------------------------------------------------------------
r41 | bruce | 2005-04-25 15:23:56 -0600 (Mon, 25 Apr 2005) | 2 lines
Changed paths:
   M /trunk/README.in

Be more precise on which files need ownership and permissions changed.

------------------------------------------------------------------------
r40 | bruce | 2005-04-20 12:37:45 -0600 (Wed, 20 Apr 2005) | 2 lines
Changed paths:
   M /trunk/crontab.5

Tidied up the columns in the FILES section.

------------------------------------------------------------------------
r39 | bruce | 2005-04-01 17:35:57 -0600 (Fri, 01 Apr 2005) | 2 lines
Changed paths:
   M /trunk/timespec-next.c

Fixed a missing #include <limits.h>

------------------------------------------------------------------------
r38 | bruce | 2005-04-01 17:35:26 -0600 (Fri, 01 Apr 2005) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/VERSION

Bumped version to 0.09

------------------------------------------------------------------------
r37 | bruce | 2005-04-01 16:09:16 -0600 (Fri, 01 Apr 2005) | 2 lines
Changed paths:
   M /trunk/README.in

Added note about runit.

------------------------------------------------------------------------
r36 | bruce | 2005-03-31 11:23:35 -0600 (Thu, 31 Mar 2005) | 2 lines
Changed paths:
   M /trunk/crontab.5

Fixed up typo in comments in sample crontab.

------------------------------------------------------------------------
r35 | bruce | 2005-03-30 23:53:25 -0600 (Wed, 30 Mar 2005) | 2 lines
Changed paths:
   M /trunk/bcron.texi

Fixed a typo: "jobs line" should have been "jobs like"

------------------------------------------------------------------------
r33 | bruce | 2005-03-30 23:45:46 -0600 (Wed, 30 Mar 2005) | 2 lines
Changed paths:
   M /trunk/makedist.py

Need to send the HTML file to the website too.

------------------------------------------------------------------------
r32 | bruce | 2005-03-30 23:38:30 -0600 (Wed, 30 Mar 2005) | 2 lines
Changed paths:
   M /trunk/TODO
   M /trunk/spec

Added texinfo and HTML documentation.

------------------------------------------------------------------------
r31 | bruce | 2005-03-30 23:23:18 -0600 (Wed, 30 Mar 2005) | 2 lines
Changed paths:
   M /trunk/bcron.texi

Added @node markers to make "makeinfo" properly parse this file.

------------------------------------------------------------------------
r30 | bruce | 2005-03-30 22:59:42 -0600 (Wed, 30 Mar 2005) | 3 lines
Changed paths:
   M /trunk/TODO

Whoops, I already handle the case where MAILTO="" by redirecting all
output to /dev/null.

------------------------------------------------------------------------
r29 | bruce | 2005-03-30 22:57:57 -0600 (Wed, 30 Mar 2005) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/bcron-update.c

bcron-update internally strips slashes from paths to prevent problems
with doubled or trailing slashes in arguments.

------------------------------------------------------------------------
r28 | bruce | 2005-03-30 22:29:26 -0600 (Wed, 30 Mar 2005) | 2 lines
Changed paths:
   M /trunk/README.in
   M /trunk/TODO
   M /trunk/spec

Some documentation touchups, adding much needed information to the README.

------------------------------------------------------------------------
r27 | bruce | 2005-03-30 15:43:02 -0600 (Wed, 30 Mar 2005) | 2 lines
Changed paths:
   M /trunk/bcron.texi

Updated documentation for pre-parsed file format.

------------------------------------------------------------------------
r26 | bruce | 2005-03-30 12:31:09 -0600 (Wed, 30 Mar 2005) | 2 lines
Changed paths:
   M /trunk/TODO
   M /trunk/crontab.5

Added crontab.5 man page.

------------------------------------------------------------------------
r25 | bruce | 2004-12-06 17:08:39 -0600 (Mon, 06 Dec 2004) | 2 lines
Changed paths:
   M /trunk/bcron.h
   M /trunk/crontab.c
   M /trunk/crontabs.c

Renamed crontab_load to crontab_import.

------------------------------------------------------------------------
r24 | bruce | 2004-12-06 17:04:03 -0600 (Mon, 06 Dec 2004) | 2 lines
Changed paths:
   M /trunk/bcron-spool.c
   M /trunk/bcron-update.c

Mark the saved crontabs as read-only.

------------------------------------------------------------------------
r23 | bruce | 2004-12-06 16:04:05 -0600 (Mon, 06 Dec 2004) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/bcron-exec.c

Reordered some things in bcron-exec to provide error emails more often
when jobs fail to run because of system errors.

------------------------------------------------------------------------
r22 | bruce | 2004-12-06 15:41:37 -0600 (Mon, 06 Dec 2004) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/VERSION

Bumped version to 0.08

------------------------------------------------------------------------
r21 | bruce | 2004-12-06 14:29:42 -0600 (Mon, 06 Dec 2004) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/timespec-parse.c

Fixed crash in parsing of faulty timespecs.

------------------------------------------------------------------------
r20 | bruce | 2004-12-05 16:30:45 -0600 (Sun, 05 Dec 2004) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/bcron-exec.c

Added sending email notification if a job was killed.

------------------------------------------------------------------------
r19 | bruce | 2004-12-05 16:08:41 -0600 (Sun, 05 Dec 2004) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/crontab.c

Added logging of warnings when crontabs fail to be parsed properly.

------------------------------------------------------------------------
r18 | bruce | 2004-12-05 15:23:27 -0600 (Sun, 05 Dec 2004) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/VERSION

Bumped the version to 0.07

------------------------------------------------------------------------
r17 | bruce | 2004-11-03 14:36:04 -0600 (Wed, 03 Nov 2004) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/TODO
   M /trunk/bcron-exec.c

bcron-exec now waits until all the programs its running have exited so
that email gets sent properly.

------------------------------------------------------------------------
r16 | bruce | 2004-11-03 12:18:26 -0600 (Wed, 03 Nov 2004) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/bcron-spool.c
   M /trunk/bcron.texi
   M /trunk/bcrontab.c

Added support for listing all system crontabs.

------------------------------------------------------------------------
r15 | bruce | 2004-11-03 12:17:51 -0600 (Wed, 03 Nov 2004) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/VERSION

Bumped version to 0.06

------------------------------------------------------------------------
r14 | bruce | 2004-10-31 01:32:31 -0600 (Sun, 31 Oct 2004) | 3 lines
Changed paths:
   M /trunk/bcron-exec.c

Reformatted the die calls;
rewrote the system call logic to check against 0 instead of -1.

------------------------------------------------------------------------
r13 | bruce | 2004-10-31 01:29:46 -0600 (Sun, 31 Oct 2004) | 2 lines
Changed paths:
   M /trunk/bcron-exec.c

Switch to using the much simpler, and more portable, initgroups function.

------------------------------------------------------------------------
r12 | bruce | 2004-10-31 01:23:45 -0600 (Sun, 31 Oct 2004) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/bcron-exec.c

Set up supplemental groups.

------------------------------------------------------------------------
r11 | bruce | 2004-10-31 01:06:33 -0600 (Sun, 31 Oct 2004) | 2 lines
Changed paths:
   M /trunk/bcron-exec.c

Broke out the execution of the command into a seperate routine.

------------------------------------------------------------------------
r10 | bruce | 2004-10-30 23:48:23 -0600 (Sat, 30 Oct 2004) | 2 lines
Changed paths:
   M /trunk/spec

Fixed some problems in the RPM spec file.

------------------------------------------------------------------------
r9 | bruce | 2004-10-30 23:47:41 -0600 (Sat, 30 Oct 2004) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/bcron-exec.c

Die with error if executing the shell or wrapper failed.

------------------------------------------------------------------------
r8 | bruce | 2004-10-30 23:46:55 -0600 (Sat, 30 Oct 2004) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/VERSION

Bumped version up to 0.05

------------------------------------------------------------------------
r7 | bruce | 2004-10-28 16:46:12 -0600 (Thu, 28 Oct 2004) | 2 lines
Changed paths:
   M /trunk/spec

Added post-install and pre-remove scripts to handle the services.

------------------------------------------------------------------------
r6 | bruce | 2004-10-28 16:45:36 -0600 (Thu, 28 Oct 2004) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/bcron-exec.c

Fixed (for good this time?) the bug in bcron-exec causing delayed
execution of programs

------------------------------------------------------------------------
r5 | bruce | 2004-10-28 16:45:05 -0600 (Thu, 28 Oct 2004) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/VERSION

Bumped version to 0.04

------------------------------------------------------------------------
r4 | bruce | 2004-10-28 11:36:09 -0600 (Thu, 28 Oct 2004) | 2 lines
Changed paths:
   A /trunk/NEWS
   A /trunk/README.in
   A /trunk/TODO
   A /trunk/VERSION
   A /trunk/bcron-exec.8
   A /trunk/bcron-exec.c
   A /trunk/bcron-exec=x
   A /trunk/bcron-sched-log.run
   A /trunk/bcron-sched.8
   A /trunk/bcron-sched.c
   A /trunk/bcron-sched.run
   A /trunk/bcron-sched=x
   A /trunk/bcron-spool.8
   A /trunk/bcron-spool.c
   A /trunk/bcron-spool.run
   A /trunk/bcron-spool=x
   A /trunk/bcron-start.8
   A /trunk/bcron-start.c
   A /trunk/bcron-start=x
   A /trunk/bcron-update.8
   A /trunk/bcron-update.c
   A /trunk/bcron-update.run
   A /trunk/bcron-update=x
   A /trunk/bcron.h
   A /trunk/bcron.texi
   A /trunk/bcron=l
   A /trunk/bcrontab.1
   A /trunk/bcrontab.c
   A /trunk/bcrontab=x
   A /trunk/chdir.c
   A /trunk/connection.c
   A /trunk/crontab.5
   A /trunk/crontab.c
   A /trunk/crontabs.c
   A /trunk/insthier.c
   A /trunk/job.c
   A /trunk/makedist.py
   A /trunk/ministat.c
   A /trunk/run.dist
   A /trunk/sendpacket.c
   A /trunk/shiftime.c
   A /trunk/spec
   A /trunk/tempfile.c
   A /trunk/test-sched.c
   A /trunk/test-sched=x
   A /trunk/tests
   A /trunk/tests/sched-dst
   A /trunk/tests/sched-misc
   A /trunk/tests/spool-delete-baduser
   A /trunk/tests/spool-delete-good
   A /trunk/tests/spool-delete-nouser
   A /trunk/tests/spool-filter
   A /trunk/tests/spool-submit
   A /trunk/tests/spool-submit-baduser
   A /trunk/tests/spool-submit-nouser
   A /trunk/tests.inc
   A /trunk/time.c
   A /trunk/timespec-next.c
   A /trunk/timespec-parse.c

Initial check-in of current sources.

------------------------------------------------------------------------
r3 | bruce | 2004-10-22 13:43:46 -0600 (Fri, 22 Oct 2004) | 1 line
Changed paths:
   A /trunk

Created trunk subdirectory
------------------------------------------------------------------------