Revision history for timbersee. 0.8.3 Sun Mar 20 00:16:40 PST 2005 thumper@alumni.caltech.edu - fixed the 'timeout' property of to make more sense, based on Adrian Ridner's feedback. - added '--quit' option, so that init scripts can test the config file and generate messages to stderr, for Sam Makonnen . 0.8.2 Sun Jan 2 19:38:58 PST 2005 thumper@alumni.caltech.edu - added the ability to specify SMTP auth user and password, for Adrian Ridner . - added the "hello" property for the tag, to specify the hostname. - added the --debug option for debugging SMTP connections. This flag is not compatible with the --daemon option. - added the 'initial' property to tag. 0.8.1 Sun Aug 3 01:40:11 PDT 2003 thumper@alumni.caltech.edu - added 'Date' header on suggestion by James Bly. 0.8 Tue Apr 22 19:33:51 PDT 2003 thumper@alumni.caltech.edu - incorporated patches by James Bly * typos 0.7 Mon Jun 10 23:26:14 PDT 2002 thumper@alumni.caltech.edu - added an RPM spec file to the docs - added command, to help users figure out how to get emails working 0.6 Mon Mar 11 17:12:13 PST 2002 thumper@alumni.caltech.edu - added Bundle for easier installing of prereq perl modules. I noticed a bunch of prereqs not properly caught by the Bundle system, so I've added a bunch more files to the list. I think that there's one module that still doesn't compile, but when I reran CPAN, it skipped over it. - changed license to only be GPL - created "docs" directory - added the command. Thanks to James Bly for the suggestion! - added functionality. - added now translates control characters into plain text to avoid potential terminal hijacking. 0.5 Mon Nov 26 18:34:28 PST 2001 thumper@alumni.caltech.edu - added a note about why interpolation of opens a potential security hole. - added "sendline" property to to send matching lines to STDIN of the command being executed. 0.4 Thu Nov 22 - fixed up doc for tag - add new tag, to execute arbitrary external processes - now catches the HUP signal, and rereads the config file 0.3 Tue Nov 20 17:35:04 PST 2001 - a few minor documentation changes - added nesting of tag - changed name of to , to reflect the behaviour upon nesting of this tag. - added "gco" options to pattern matching, to allow use of \G when grouping several pattern matches in a row 0.22 Sat Nov 17 20:27:56 PST 2001 thumper@alumni.caltech.edu - check for existance of config file, for slightly nicer error msg - followed XML standard more closely in defining config file - created DTD - now validates config file against DTD - tests "mode" property of during config parsing, to catch errors right away. - removed lots of error detecting code, since validation against DTD prevents these errors - altered DTD to allow basic actions directly within , rather than requiring an enclosing tag. 0.21 Fri Nov 16 18:24:25 PST 2001 thumper@alumni.caltech.edu - Added support for tag 0.2 Mon Nov 5 13:00:44 2001 thumper@alumni.caltech.edu - Added '--daemon' mode to support backgrounding of process 0.1 Thu Oct 25 22:41:30 PDT 2001 thumper@alumni.caltech.edu - Initial version, based on "select_demo" program included with File::Tail perl module.