"Fossies" - the Fresh Open Source Software Archive 
Member "timbersee-0.8.3/ChangeLog" (20 Mar 2005, 3974 Bytes) of package /linux/privat/old/timbersee-0.8.3.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 Revision history for timbersee.
2 0.8.3 Sun Mar 20 00:16:40 PST 2005 thumper@alumni.caltech.edu
3 - fixed the 'timeout' property of <waitfor> to make more
4 sense, based on Adrian Ridner's feedback.
5 - added '--quit' option, so that init scripts can test the config
6 file and generate messages to stderr, for
7 Sam Makonnen <sam@streetprices.com>.
8
9 0.8.2 Sun Jan 2 19:38:58 PST 2005 thumper@alumni.caltech.edu
10 - added the ability to specify SMTP auth user and password,
11 for Adrian Ridner <adrian@remilon.com>.
12 - added the "hello" property for the <mailconfig> tag,
13 to specify the hostname.
14 - added the --debug option for debugging SMTP connections.
15 This flag is not compatible with the --daemon option.
16 - added the 'initial' property to <waitfor> tag.
17
18 0.8.1 Sun Aug 3 01:40:11 PDT 2003 thumper@alumni.caltech.edu
19 - added 'Date' header on suggestion by James Bly.
20
21 0.8 Tue Apr 22 19:33:51 PDT 2003 thumper@alumni.caltech.edu
22 - incorporated patches by James Bly <jbly@esperia.com>
23 * typos
24
25
26 0.7 Mon Jun 10 23:26:14 PDT 2002 thumper@alumni.caltech.edu
27 - added an RPM spec file to the docs
28 - added <mailconfig> command, to help users figure out
29 how to get emails working
30
31 0.6 Mon Mar 11 17:12:13 PST 2002 thumper@alumni.caltech.edu
32 - added Bundle for easier installing of prereq perl modules.
33 I noticed a bunch of prereqs not properly caught by the Bundle
34 system, so I've added a bunch more files to the list.
35 I think that there's one module that still doesn't compile,
36 but when I reran CPAN, it skipped over it.
37 - changed license to only be GPL
38 - created "docs" directory
39 - added the <waitfor> command. Thanks to
40 James Bly <jbly@espiria.com> for the suggestion!
41 - added <echo msg="Hi"> functionality.
42 - added <echo msg="matched: $1" interpolation="true" functionality.
43 Thanks to James Bly again!
44 - decreased the amount of time that File::Tail waits between
45 checking for new lines. Now the maximum wait time should be
46 about 10 seconds, except after log rotation.
47 - <echo> now translates control characters into plain text
48 to avoid potential terminal hijacking.
49
50 0.5 Mon Nov 26 18:34:28 PST 2001 thumper@alumni.caltech.edu
51 - added a note about why interpolation of <exec> opens
52 a potential security hole.
53 - added "sendline" property to <exec> to send matching
54 lines to STDIN of the command being executed.
55
56 0.4 Thu Nov 22
57 - fixed up doc for <last/> tag
58 - add new <exec/> tag, to execute arbitrary external processes
59 - now catches the HUP signal, and rereads the config file
60
61 0.3 Tue Nov 20 17:35:04 PST 2001
62 - a few minor documentation changes
63 - added nesting of <warn/> tag
64 - changed name of <warn/> to <onmatch/>, to reflect
65 the behaviour upon nesting of this tag.
66 - added "gco" options to pattern matching, to allow
67 use of \G when grouping several pattern matches in
68 a row
69
70 0.22 Sat Nov 17 20:27:56 PST 2001 thumper@alumni.caltech.edu
71 - check for existance of config file, for slightly nicer error msg
72 - followed XML standard more closely in defining config file
73 - created DTD
74 - now validates config file against DTD
75 - tests "mode" property of <echo/> during config parsing, to
76 catch errors right away.
77 - removed lots of error detecting code, since validation against
78 DTD prevents these errors
79 - altered DTD to allow basic actions directly within <log>, rather
80 than requiring an enclosing <warn> tag.
81
82 0.21 Fri Nov 16 18:24:25 PST 2001 thumper@alumni.caltech.edu
83 - Added support for <mailto/> tag
84
85 0.2 Mon Nov 5 13:00:44 2001 thumper@alumni.caltech.edu
86 - Added '--daemon' mode to support backgrounding of process
87
88 0.1 Thu Oct 25 22:41:30 PDT 2001 thumper@alumni.caltech.edu
89 - Initial version, based on "select_demo" program included
90 with File::Tail perl module.
91