
 CHANGES

 1.0.0 Can now accept times specified as 
       hours:minutes:seconds   --Hours  -H option
       hours:minutes:frames    --frames -f option
       minutes:seconds         (default)
       seconds                 --seconds -s option
       
       --frames -f takes one parameter with the value either 24, 25, 30
       
       Much more input validation. Seconds and Minutes are checked to be
       in the range 0 <= x < 60 (unless --seconds is selected, in which
       case seconds just have to be >=0).
       
       Unexpected end of input is detected better, e.g.
       wavsplit file.wav 10
       will raise an error as the default format expectes mins:secs
       
       Seconds may have a decimal point (represented as a float).
       
       (developers)
       Code formatted with gnu indent, with the following settings
       --braces-on-if-line 
       --braces-on-struct-decl-line
       --indent-level2 
       --no-tabs 
       --dont-break-procedure-type

       
 0.1.1 Added PowerPC specific code
       (Thanks to Mr. Kenneth Jacker from the Appalachian State
       University for the bug report and testing)

 0.1.0 Initial public release

