
 0.2b - fixed the example setistart script, s/\$i/\$1/.  Thanks Ross. :)
      - Added some job control code to shproc_client_spawn to prevent 
        us getting stopped when the child wants to talk to the pty.  Should
        be safe to drop into the background now.  Thanks to Jason Wright 
        for pointing these issues out to begin with.
      - consolidated the error checking and state issues around the calls
        to spawn() into sh_client_start().  
      - some portability changes for Solaris (again thanks to Jason Wright)
      - some patches from Robert Thorncrantz:
        - stopped sending a kill -9 -1 when a client had already died *cough*
        - properly mark child state dead on spawn-crash
        - be more careful with the mass start/stop actions
      - prevent popup from appearing when user clicks on whitespace 
      - fixed additional child spawning problems 
      - got rid of the remove_work option - the client no longer has problems
        with this on restart, so it's no longer needed.
      - FreeBSD support (I got a new box! :)
        - with help on pty code from Marc Fournier


 0.1b - first release


