v0.3 (2015-11-28)
  * Set reasonable, secure crypto settings by default.
  * Fix/improve FreeBSD support.  On FreeBSD 10.2-RELEASE and higher,
    titus has Linux-equivalent isolation between processes.
  * Ignore trailing whitespace when parsing config files.
  * Compare SNI case-insensitively.
  * Minor bug fixes and internal improvements.

v0.2 (2014-08-17)
  * Virtual host / SNI support: you can now specify different
    certificates, backend addresses, and TLS options for different SNI
    names or local socket addresses.
  * Stronger sandboxing: setrlimit(2) is used to prevent isolated
    processes from forking and accessing the network.
  * Configuration directory support: use config-directory option to
    load an entire directory full of config files.
  * Fix bug that prevented transparent connections from the local host.
  * Fix build errors on FreeBSD.

v0.1 (2014-05-04)
  * Initial release.
