File: CHANGELOG

package info (click to toggle)
rust-netlink-packet-generic 0.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 192 kB
  • sloc: makefile: 2
file content (21 lines) | stat: -rw-r--r-- 335 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Changelog
## [0.3.3] - 2023-07-09
### Breaking changes
 - N/A

### New features
 - N/A

### Bug fixes
 - Removed depdency on libc. (13fc4cb)
 - Fix the incorrect emit of mcast and ops. (31fcccd)

## [0.3.2] - 2023-01-29
### Breaking changes
 - N/A

### New features
 - N/A

### Bug fixes
 - Use latest rust-netlink crates. (fc3dc0c)