From 2d3cfc2a3fc970e48015609b2bdd89e042b6ef3a Mon Sep 17 00:00:00 2001 From: Vladimir Panteleev Date: Sun, 31 Dec 2023 13:09:15 +0000 Subject: [PATCH] v0.9 --- README.md | 7 +++++++ dhcptest.d | 2 +- dhcptest.rc | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1b30408..7bb19dd 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,13 @@ For a list and description of DHCP options, see [RFC 2132](https://datatracker.i ## Changelog +### dhcptest v0.9 (2023-03-31) + + * Add option 121 (contributed by [Andrey Baranov](https://github.com/Dronec)) + * Add options 80, 100, 101, 108, 114, 116, 118, 249, and 252 (contributed by + [Rob Gill](https://github.com/rrobgill) + * Fix encoding/decoding options 43 and 82 + ### dhcptest v0.8 (2023-03-24) * Add `--iface` option for Linux diff --git a/dhcptest.d b/dhcptest.d index 9057b22..a20ce63 100644 --- a/dhcptest.d +++ b/dhcptest.d @@ -1110,7 +1110,7 @@ int run(string[] args) if (!quiet) { - stderr.writeln("dhcptest v0.8 - Created by Vladimir Panteleev"); + stderr.writeln("dhcptest v0.9 - Created by Vladimir Panteleev"); stderr.writeln("https://github.com/CyberShadow/dhcptest"); stderr.writeln("Run with --help for a list of command-line options."); stderr.writeln(); diff --git a/dhcptest.rc b/dhcptest.rc index c7eed51..b8fff7f 100644 --- a/dhcptest.rc +++ b/dhcptest.rc @@ -1,5 +1,5 @@ -#define VER 0,8,0,0 -#define VER_STR "0.8" +#define VER 0,9,0,0 +#define VER_STR "0.9" #include