-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGES
51 lines (30 loc) · 1.01 KB
/
CHANGES
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
logcheck.pl
-------------------
V 1.1.0
- Handle timestamps more efficient (by jumbo)
. remove comma from substr
V 1.0.9
- Take care of sender address (by jumbo)
V 1.0.8
- use pl-files location for including config
V 1.0.7
- get working directory before including config
V 1.0.6
- check, if updated from 1.0.4 or below due changed structure of conf-file
V 1.0.5
- pid file handling, no logchecks if pid file exists
- removed path to logcheck setting from configuration, dynamic path recognition instead
V 1.0.4
- changed license from GPL V2 to GPL V3, license file changed
- some cleaner output of help, contact details changed
- "-l" parameter introduced to print license file
V 1.0.3
- adds a remark to logfiles if violations against the whitelist were found
- this remark was added to the whitelist ("logcheckprint")
V 1.0.2
- minor changes within debug mode, mail will not become sent in this mode anymore
- described regular expressions and their usage
V 1.0.1
- fixed mail addressing
V 1.0.0
- initial release