diff options
Diffstat (limited to 'src/n-dhcp4/NEWS.md')
| -rw-r--r-- | src/n-dhcp4/NEWS.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/n-dhcp4/NEWS.md b/src/n-dhcp4/NEWS.md new file mode 100644 index 00000000..b41de08a --- /dev/null +++ b/src/n-dhcp4/NEWS.md @@ -0,0 +1,20 @@ +# 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 |