Skip to content

Releases: nispor/mozim

New release 0.3.0

14 Oct 13:18
v0.3.0

Choose a tag to compare

Breaking changes

  • Rewrite to use tokio async. Massive API changes. Please check example code
    for how to use it. (2399bba)

New features

  • Not depending on dhcpproto any more. (3ffba62)

Bug fixes

  • dhcpv4: Add DhcpV4Config::set_iface_mac_raw(). (368d944)
  • Fix compiling error without default features. (872c5a9)
  • dhcpv4: Unexport DhcpV4Config.src_mac. (6ed9c67)
  • DHCPv6-PD: Fix T1/T2 are zero for prefix delegation. (3e65ca8)
  • Fix DHCPv6 option parsing. (3ffba62)
  • Prevent infinite loop. (5f90498)
  • Fix DHCPv6 on ppp interface. (f7462b1)
  • Parse/Emit DHCP message by ourselves. (e52bb9b)

New release 0.2.7

15 Aug 07:13
v0.2.7

Choose a tag to compare

Breaking changes

  • N/A

New features

  • DHCPv4: Support classless route. (28e050c)

Bug fixes

  • N/A

New release 0.2.6

28 May 06:31
v0.2.6

Choose a tag to compare

Breaking changes

  • N/A

New features

  • Support DHCPv6. (7f1dd30)
  • Support release DHCP lease in async API. (8f97403)

Bug fixes

  • dhcpv4: Remove todo!(). (f0d93aa)
  • dhcpv4: Replace the DiscoveryTimeout timer when discovery done. (e8dd9f7)
  • async: Quit the thread when client drooped. (d5131ca)

New release 0.2.5

14 Dec 11:01
v0.2.5

Choose a tag to compare

Breaking changes

  • N/A

New features

  • Support arbitrary client ID via DhcpV4Config.set_client_id(). (5f9a606)

Bug fixes

  • epoll: do not close twice. (bff0a0c)

New release 0.2.4

10 Jul 14:32
v0.2.4

Choose a tag to compare

Breaking changes

  • N/A

New features

  • N/A

Bug fixes

  • Apply BPF filter right after raw socket been created. (e34bc25)
  • Ignore invalid DHCP message during discovery and request stage. (fed292c)

New release 0.2.3

19 Feb 12:10
v0.2.3

Choose a tag to compare

Breaking changes

  • N/A

New features

Bug fixes

  • N/A

New release 0.2.2

19 Feb 12:03
v0.2.2

Choose a tag to compare

Breaking changes

  • N/A

New features

  • N/A

Bug fixes

  • Fix DHCP Server Identifier(54) option. (f267f10)

New release 0.2.1

17 Feb 09:47
v0.2.1

Choose a tag to compare

Breaking changes

  • N/A

New features

  • N/A

Bug fixes

  • Fix build failuer on i686. (7e877da)
  • Improve ASYNC API performance. (341dfba)

New release 0.2.0

12 Feb 14:21
v0.2.0

Choose a tag to compare

Add async support

Init release 0.1.0

12 Feb 13:32
v0.1.0

Choose a tag to compare

v0.1.0

Initial release 0.1.0