forked from rust-netlink/ethtool
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
60 lines (43 loc) · 918 Bytes
/
CHANGELOG
File metadata and controls
60 lines (43 loc) · 918 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# Changelog
## [0.2.9] - 2025-08-28
### Breaking changes
- N/A
### New features
- Support channel get/set. (c64872a)
### Bug fixes
- Use latest rust-netlink crates. (39a1702)
## [0.2.8] - 2025-03-11
### Breaking changes
- N/A
### New features
- N/A
### Bug fixes
- Remove debug print. (945fc73)
## [0.2.7] - 2025-03-11
### Breaking changes
- N/A
### New features
- N/A
### Bug fixes
- Expose `EthtoolFecMode` and `EthtoolFecStat`. (6daba73)
## [0.2.6] - 2025-03-10
### Breaking changes
- N/A
### New features
- Support FEC query. (c71ed0e)
### Bug fixes
- N/A
## [0.2.5] - 2023-07-10
### Breaking changes
- N/A
### New features
- Support time stamp (`ethtool --show-time-stamping`). (b753d74)
### Bug fixes
- Use latest rust-netlink crates. (615b168)
## [0.2.4] - 2023-01-29
### Breaking changes
- N/A
### New features
- N/A
### Bug fixes
- Use latest rust-netlink crates. (151f217)