Skip to content

Commit a49a79e

Browse files
authored
Remove using forked LightPcapNg from release notes (#1817)
1 parent 52798c9 commit a49a79e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmake/package/READMEs/release_notes.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Release notes (changes from v24.09)
1717
- Introduced a new benchmark system using Google Benchmark (thanks @egecetin !)
1818
- Enhanced Python testing and linting infrastructure with `ruff` (thanks @tigercosmos !)
1919
- 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)
2120
- Overhauled the logging infrastructure for better performance and flexibility (thanks @Dimi1010 !)
2221
- Reformatted `CMakeLists` files using `gersemi` (thanks @egecetin !)
2322
- Updated the internal implementation of `PcapLiveDevice` to store IP information as `IPAddress` (thanks @Dimi1010 !)
@@ -37,7 +36,6 @@ Breaking changes
3736
- The `Logger` copy constructor and copy assignment operator are marked as deleted
3837
- The return type of `Packet::getRawPacketReadOnly()` has been changed from `RawPacket*` to `RawPacket const*`
3938
- 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
4139

4240
Deprecation list
4341
----------------

0 commit comments

Comments
 (0)