You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmake/package/READMEs/release_notes.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Release notes (changes from v25.05)
2
2
-----------------------------------
3
3
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!)
5
5
- Bumped the minimum required C++ standard to C++14 (thanks @Dimi1010 !)
0 commit comments