Skip to content

Commit 129d461

Browse files
authored
Small fix to release_notes.txt (#2190)
1 parent 3aae85b commit 129d461

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/package/READMEs/release_notes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Release notes (changes from v25.05)
22
-----------------------------------
33

4-
- libpcap / WinPcap / Npcap is now optional. You can build `Common++` and `Packet++` on their own, without `Pcap++` and without any dependency on a packet-capture engine. As part of this, PcapPlusPlus can now read and write `.pcap` files entirely without libpcap (thanks @Dimi1010 for the follow-up performance fixes and keeping this working across build configs!)
4+
- libpcap / WinPcap / Npcap is now optional. `Pcap++` no longer has a hard dependency on a packet-capture engine. Separately, `Common++`/`Packet++` can now be built entirely on their own, without `Pcap++`. As part of this work, PcapPlusPlus can now read and write `.pcap` files without libpcap (thanks @Dimi1010 for the follow-up performance fixes and keeping this working across build configs!)
55
- Bumped the minimum required C++ standard to C++14 (thanks @Dimi1010 !)
66
- Protocol support:
77
* Added Modbus protocol (thanks @yahyayozo !)

0 commit comments

Comments
 (0)