forked from AGWA/titus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
21 lines (19 loc) · 917 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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.