Releases: mirage/charrua
Releases · mirage/charrua
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
0.3
0.3 (2016-04-02)
- Fixed uninitialized data on packet parsing, normalized to zero
- Lease.database moved out of Config.t
- Leases are now purely functional
- Garbage collect function added
- Moved Lease into Dhcp_server.Lease
- Config.subnet merged into Config.t
- Convert to ppx
- Minor bug fixes