"Fossies" - the Fresh Open Source Software Archive

Member "timbersee-0.8.3/NEWS" (12 Mar 2002, 613 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 Version 0.6:
    2     Added the <waitfor> command.
    3     Added the "msg" attribute to <echo>.
    4     Added the "interpolation" attribute to <echo>.
    5     Removed the "gc" options from pattern matches (no more \G).
    6 
    7 
    8 Version 0.5:
    9 
   10 WARNING: The <warn/> tag was changed to <onmatch/> because
   11 of the addition of nested tags.  The behaviour is exactly
   12 the same, so it is safe to change every occurence of
   13 "<warn " to "<onmatch " in your configuration files.
   14 
   15 NOTE: You can now send log lines to <exec>'d commands,
   16 by using the form
   17     <exec sendline="true" cmdline="..." />
   18 in case you'd like to do more processing on the line.
   19