File: NEWS

package info (click to toggle)
bcron 0.11-8
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 728 kB
  • sloc: sh: 3,099; ansic: 2,416; makefile: 28
file content (93 lines) | stat: -rw-r--r-- 3,514 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
-------------------------------------------------------------------------------
Changes in version 0.11

- Updated to build against bglibs v2

Development of this version has been sponsored by FutureQuest, Inc.
ossi@FutureQuest.net  http://www.FutureQuest.net/
-------------------------------------------------------------------------------
Changes in version 0.10

- Fixed bug in bcron-exec that allowed cron jobs to access the temporary
  output file from all other jobs that are still running.

- Fixed a debug note that forced supplementary groups off in bcron-exec.

- Fixed a bug in bcron-exec that would cause lost log messages.

- Fixed handling of failure to change directory at startup.

- Blocked access to files outside of the spool in bcron-spool.

- Added debug messages to bcron-exec.

- Fixed a bug in bcron-spool that caused listing missing crontabs to
  silently succeed.

- Added support for dumping the current job schedule in bcron-sched.

- Added configuration file for hard-coded sendmail command line.

- Added a self-test mode for bcron-exec.

Development of this version has been sponsored by FutureQuest, Inc.
ossi@FutureQuest.net  http://www.FutureQuest.net/
-------------------------------------------------------------------------------
Changes in version 0.09

- Fixed several build and portability issues.

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

Development of this version has been sponsored by FutureQuest, Inc.
ossi@FutureQuest.net  http://www.FutureQuest.net/
-------------------------------------------------------------------------------
Changes in version 0.08

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

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

Development of this version has been sponsored by FutureQuest, Inc.
ossi@FutureQuest.net  http://www.FutureQuest.net/
-------------------------------------------------------------------------------
Changes in version 0.07

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

- Added sending email notification if a job was killed.

- Fixed crash in parsing of faulty timespecs.

Development of this version has been sponsored by FutureQuest, Inc.
ossi@FutureQuest.net  http://www.FutureQuest.net/
-------------------------------------------------------------------------------
Changes in version 0.06

- Added support for listing all system crontabs.

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

Development of this version has been sponsored by FutureQuest, Inc.
ossi@FutureQuest.net  http://www.FutureQuest.net/
-------------------------------------------------------------------------------
Changes in version 0.05

- Die with error if executing the shell or wrapper failed in bcron-exec.

- Set up supplemental groups in bcron-exec.

Development of this version has been sponsored by FutureQuest, Inc.
ossi@FutureQuest.net  http://www.FutureQuest.net/
-------------------------------------------------------------------------------
Changes in version 0.04

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

Development of this version has been sponsored by FutureQuest, Inc.
ossi@FutureQuest.net  http://www.FutureQuest.net/
-------------------------------------------------------------------------------