Changelog

Version 0.1.1a
-------------
- Compile fix. The Makefile had dependencies which would prevent compiling
  on some systems, requiring a "make depend" before building. This is no longer
  required.

Version 0.1.1
-------------
- Sending the remote server data read from a file (via "sendfile") now allows
  variable filenames.  E.g., sendfile $FILE$ will now send the remote the
  contents of the file named by the environment variable FILE.
- Strings may now contain the \r sequence, which make sending e-mail easier
  since the RFC requires CRLF newline combinations (\r\n)
- Strings may now contain the \0 (null) sequence.  I have no idea why, but I
  was in there and figured I'd add it.
- "make install" now works
- The Makefile was updated -- "make distclean" now deletes the TSL executable
  instead of "make clobber" doing it.
