Skip to content

Commit

Permalink
v0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberShadow committed Dec 31, 2023
1 parent 782508f commit 2d3cfc2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dhcptest.d
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
4 changes: 2 additions & 2 deletions dhcptest.rc
Original file line number Diff line number Diff line change
@@ -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 <windows.h>

Expand Down

0 comments on commit 2d3cfc2

Please sign in to comment.