NetworkManager/shared/n-dhcp4/NEWS.md
Tom Gundersen e43b1791a3 Merge commit 'e23b3c9c3ac86b065eef002fa5c4321cc4a87df2' as 'shared/n-dhcp4'
Imported n-dhcp4 code with command:

  git subtree add --prefix shared/n-dhcp4/ git@github.com:nettools/n-dhcp4.git master --squash

To update the library use:

  git subtree pull --prefix shared/n-dhcp4/ git@github.com:nettools/n-dhcp4.git master --squash
2019-05-25 02:02:04 +02:00

815 B

n-dhcp4 - Dynamic Host Configuration Protocol for IPv4

CHANGES WITH 1:

    * Initial release of n-dhcp4, an implementation of the IPv4 Dynamic
      Host Configuration Protocol as defined in RFC-2132+.

    * This is a pre-release. The code is not yet ready for production.
      Furthermore, the server implementation is incomplete and subject to
      change.
      The client implementation is considered complete, but the API is not
      set in stone. We will have to adapt it according to the needs of the
      users. Hence, this release does not provide any ABI stability
      guarantees, yet.

    * The n-dhcp4 project is now dual-licensed: ASL-2.0 and LGPL-2.1+

    Contributions from: David Rheinsberg, Tom Gundersen

    - Tübingen, 2019-05-10