Skip to content

Releases: mirage/charrua

v0.11.2

05 Feb 21:11
Compare
Choose a tag to compare

CHANGES:

v0.11.1

09 Jan 10:10
Compare
Choose a tag to compare

v0.11.1 2019-01-09

v0.11.0

16 Nov 16:22
Compare
Choose a tag to compare

v0.11.0 2018-11-16

  • client: use the Random interface from Mirage directly, avoid calls to Stdlibrandom (removed from mirage-random 1.2.0)
  • unix: require lwt_log explicitly

v0.10

16 Sep 18:48
4b90160
Compare
Choose a tag to compare

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

04 Aug 10:54
Compare
Choose a tag to compare

v0.9 2017-08-02

0.8

12 Jun 19:00
Compare
Choose a tag to compare
0.8

0.8 (2017-06-12)

  • Port to the Jbuilder build system, which in turn simplifies the use of ppx

0.7

13 Apr 23:28
Compare
Choose a tag to compare
0.7

0.7 (2017-04-14)

  • Fixed a bug where only the first tuple from an option list would be parsed
  • Fixed parsing of long option lists
  • Fixed parsing for options 120 and 121
  • Updated copyrights

0.6

01 Apr 10:59
Compare
Choose a tag to compare
0.6

0.6 (2017-04-01)

  • Dhcp_wire.buf_of_pkt now correctly rejects empty options
  • Dhcp_wire.options_of_buf now enforces minimun length on all cases
  • Fixed option code for Bcmcs_controller_ipv4_addr
  • CRITICAL Fixed a bug where dhcp_flags was read from the wrong offset

0.5

14 Mar 23:08
Compare
Choose a tag to compare
0.5

0.5 (2017-03-14)

  • Topkg support added
  • Time type on input_pkt changed to int32
  • Bump tcpip support to version 3.1.0

0.4

25 Jan 20:22
Compare
Choose a tag to compare
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