Releases: mirage/charrua
Releases · mirage/charrua
v0.11.2
v0.11.1
v0.11.0
v0.10
v0.10 2018-09-16
- charrua-unix: safe-string support (@haesbaert)
- Behave like a windows 10 (default requested options) (#76 @juga0)
- Document code using comments (#76 @juga0, #78 @yomimono)
- Support private_classless_static_route option (#76 @juga0)
- Adjust to tcpip 3.5.0 and mirage-protocols-lwt 1.4.0 changes mirage-qubes-ipv4
Static_ipv4.Make now requires a Random device and a monotonic clock
connect requires a Mclock.t
Mirage_protocols_lwt.IPV4 does not define the type alias ethif (#83 @hannesm)
v0.9: Merge pull request #71 from yomimono/name-in-pkg
v0.9 2017-08-02
- core: re-implement UDP checksum on input (#63 @haesbaert)
- client: implement renewal logic (breaking API change) (#60 @yomimono)
- client: split mirage sublibrary into lwt sublibrary (timing logic) and mirage sublibrary (shims for MirageOS APIs) (#60 @yomimono)
- numerous test and build bugfixes (#68 #64 #61 @samoht, #67 #66 #65 @djs55)
0.8
0.7
0.6
0.5
0.4
0.4 (2017-01-21)
- MirageOS3 compatibility
- Ocaml 4.02.3 deprecated
- Fixed lease database bug
- Converted to Result.t
- IP-address range on subnet made optional
- Added Lease.to_string
- Travis support
- Improved default lease time
- Fixed cases where pkt_of_buf could raise an exception