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
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,6 @@ Release notes (changes from v24.09)
17
17
- Introduced a new benchmark system using Google Benchmark (thanks @egecetin !)
18
18
- Enhanced Python testing and linting infrastructure with `ruff` (thanks @tigercosmos !)
19
19
- Code refactoring:
20
-
- Replaced the inclusion of the LightPcapNg source code in the repository with a forked version of [`LightPcapNg`](https://github.com/PcapPlusPlus/LightPcapNg)
21
20
- Overhauled the logging infrastructure for better performance and flexibility (thanks @Dimi1010 !)
22
21
- Reformatted `CMakeLists` files using `gersemi` (thanks @egecetin !)
23
22
- Updated the internal implementation of `PcapLiveDevice` to store IP information as `IPAddress` (thanks @Dimi1010 !)
@@ -37,7 +36,6 @@ Breaking changes
37
36
- The `Logger` copy constructor and copy assignment operator are marked as deleted
38
37
- The return type of `Packet::getRawPacketReadOnly()` has been changed from `RawPacket*` to `RawPacket const*`
39
38
- SSLv2 support has been removed (it was non-functional in previous versions) (thanks to @droe!)
40
-
- `LightPcapNg` is no longer included in the repository and is instead fetched at CMake configuration time
0 commit comments