Skip to content

Releases: mirage/charrua

1.5.0

15 Dec 16:12
Compare
Choose a tag to compare

CHANGES:

  • Adapt to mirage-protocols 8.0.0, ethernet 3.0.0, arp 3.0.0, and tcpip 7.0.0
    changes (#116 @hannesm)
  • Avoid deprecated Lwt_main.yield, use Lwt.pause instead (#115 @hannesm)

1.4.1

27 Oct 19:25
Compare
Choose a tag to compare

CHANGES:

  • Add database serializers (db_of_string/db_to_string) #112 @haesbaert
  • Remove rresult dependency (#114 @hannesm)
  • Avoid deprecated Cstruct.len function

v1.4.0

19 Jul 12:10
Compare
Choose a tag to compare

CHANGES:

Changes in #111 by @haesbaert

  • Allow optional arguments to be erased in Dhcp_server.make
  • maxleasetime -> max-lease-time in dhcpd.conf
  • fix handling of DHCPRELEASE
  • rewrite lease database
  • charruad: collect garbage leases, write pid file, implement -u/--user and
    -g/--group
  • opam lint, raise lower bound to 4.08.0

v1.3.0

25 Nov 16:42
Compare
Choose a tag to compare

CHANGES:

  • Revise packaging: charrua-client-lwt and charrua-client-mirage are now
    available as charrua-client.lwt and charrua-client.mirage (#110 @hannesm)
  • Dhcp_ipv4 directly uses Dhcp_client_mirage (instead of an abstract module
    interface being passed) (#110 @hannesm)
  • Fix sending of client_identifier with appropriate type as sent by the client
    (#98 @hannesm, reported in #84 by @lynxis)

v1.2.2

22 Jun 12:16
6f46552
Compare
Choose a tag to compare

CHANGES:

v1.2.1

11 May 17:29
b514d6a
Compare
Choose a tag to compare

CHANGES:

v1.2.0

01 Nov 15:55
Compare
Choose a tag to compare

CHANGES:

  • adapt to mirage-protocols 4.0.0 and tcpip 4.0.0 changes (#105 @hannesm)
  • bump lower bound to OCaml 4.06.0 (#105 @hannesm)

v1.1.0

18 Jul 11:35
Compare
Choose a tag to compare

CHANGES:

  • support ipaddr/macaddr.4.0.0 interfaces (#103 @avsm)
  • cleanup warnings in dune's default dev profile (#103 @avsm)
  • test with OCaml 4.08.0 (#103 @avsm)

v1.0.0

18 Apr 17:42
Compare
Choose a tag to compare

CHANGES:

v0.12.0

25 Feb 13:20
cf07d12
Compare
Choose a tag to compare

CHANGES:

  • Adjust to mirage-net 2.0.0 and mirage-protocols 2.0.0 changes (#94, @hannesm)