mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/timw/cpp20-NEWS'
* origin/topic/timw/cpp20-NEWS: Add NEWS entry about C++ 20 [nomail] [skip ci]
This commit is contained in:
commit
0e869a5941
3 changed files with 10 additions and 1 deletions
4
CHANGES
4
CHANGES
|
@ -1,3 +1,7 @@
|
|||
8.0.0-dev.641 | 2025-07-11 12:13:45 -0700
|
||||
|
||||
* Add NEWS entry about C++ 20 [nomail] [skip ci] (Tim Wojtulewicz, Corelight)
|
||||
|
||||
8.0.0-dev.639 | 2025-07-11 12:58:06 -0400
|
||||
|
||||
* crash fixes for constructs that expect add/delete expressions to return values (Vern Paxson, Corelight)
|
||||
|
|
5
NEWS
5
NEWS
|
@ -12,6 +12,11 @@ release.
|
|||
Breaking Changes
|
||||
----------------
|
||||
|
||||
- Zeek and all of its associated submodules now require C++20-capable compilers to
|
||||
build. This will let us move forward in using more modern C++ features and replace some
|
||||
workarounds that we have been carrying. Minimum recommended versions of compilers are
|
||||
GCC 10, Clang 8, and Visual Studio 2022.
|
||||
|
||||
- The code base underwent a big cleanup of #include usage, across almost all of the
|
||||
files. We tested builds of all of the existing third-party packages and only noticed one
|
||||
or two failures, but there is a possibility for breakage related to this cleanup.
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
8.0.0-dev.639
|
||||
8.0.0-dev.641
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue