Skip to content

Commit 9b3a34a

Browse files
committed
[#23] Updated readme and changelog
1 parent 27e38b3 commit 9b3a34a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ChangeLog
22

3-
## [Unreleased]
3+
## Release v0.1.0 (Feb 16th, 2024)
44

55
* The longest retransmitting DHCP client is reported in the
66
metrics.

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@ Endure is a DHCP diagnostics utility installed next to a server or relay. It ana
44

55
### System and Software Requirements
66

7-
Endure has been tested on Ubuntu 22 and macOS Sonoma 14.1.1. Support for Microsoft Windows is planned. It requires [libpcap](https://www.tcpdump.org) library.
7+
Endure has been tested on Ubuntu 22 and macOS Sonoma 14.1.1. It requires [libpcap](https://www.tcpdump.org) library.
88

9-
To compile the program on Ubuntu 22, first install `libpcap-dev` using the following command:
9+
To compile the program on Ubuntu 22, first install `libpcap-dev`:
1010

1111
```
1212
$ apt install libpcap-dev
1313
```
1414

1515
### Building with Cargo
1616

17-
Endure is written in [Rust](https://www.rust-lang.org) and can be compiled using the [cargo](https://doc.rust-lang.org/cargo/) utility.
17+
Endure is written in [Rust](https://www.rust-lang.org) and can be compiled using the [cargo](https://doc.rust-lang.org/cargo/) utility. The minimal required `rustc` version is 1.74.
1818

1919
```
2020
$ cd endure
21-
$ cargo build
21+
$ cargo build --release
2222
```
2323

24-
The resulting binary can be found in the `endure/target/debug` directory.
24+
The resulting binary can be found in the `endure/target/release` directory.
2525

2626
### Running the Utility
2727

0 commit comments

Comments
 (0)