Skip to content

Commit a073034

Browse files
authored
Merge pull request #324 from djs55/release.0.2.0
Prepare to release v0.2.0
2 parents e6a6830 + 0c1f483 commit a073034

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

CHANGES.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
1-
### unreleased
1+
### v0.2.0 (2018-01-03)
22

3+
* add 9pmount-vsock and tap-vsock helper programs
4+
* add missing command-line options and support running without the database
5+
* add go library and helper tools to expose ports
6+
* tcp: enable keep-alives
7+
* tcp: disable nagle
8+
* udp: drop packets with incorrect source addresses
9+
* test: record one .pcap trace per test
10+
* icmp: add support for ping
11+
* dns: use persistent TCP connections but transient UDP "connections" to increase
12+
the request entropy
13+
* dns: increase scalability on the Mac
14+
* http: add a regular HTTP proxy (as well as the transparent one)
15+
* windows: use `RtlGenRandom` for entropy
16+
* windows: be more robust to Hyper-V socket failures
17+
* fix build with `-safe-string` and OCaml 4.06
18+
* support builds with the system OCaml compiler
319
* socket protocol updated to v22:
420
- support error messages returned to client for Ethernet and Preferred_ipv4
521
slirp commands

0 commit comments

Comments
 (0)