mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/timw/1980-zeek-config-caf-root'
* origin/topic/timw/1980-zeek-config-caf-root: GH-1980: Deprecate and return warning for zeek-config's caf-root option
This commit is contained in:
commit
9b184c3d4a
3 changed files with 7 additions and 3 deletions
4
CHANGES
4
CHANGES
|
@ -1,3 +1,7 @@
|
|||
5.0.0-dev.121 | 2022-02-24 09:11:03 -0700
|
||||
|
||||
* GH-1980: Deprecate and return warning for zeek-config's caf-root option (Tim Wojtulewicz, Corelight)
|
||||
|
||||
5.0.0-dev.118 | 2022-02-23 10:51:57 -0700
|
||||
|
||||
* GH-1949: Remove unused timer_mgr_inactivity_timeout global (Tim Wojtulewicz, Corelight)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
5.0.0-dev.118
|
||||
5.0.0-dev.121
|
||||
|
|
|
@ -65,7 +65,7 @@ Toplevel installation directories for third-party components:
|
|||
|
||||
--binpac_root BinPAC compiler
|
||||
--broker_root Broker communication framework
|
||||
--caf_root C++ Actor Framework
|
||||
--caf_root C++ Actor Framework (deprecated, will be removed in 5.1)
|
||||
"
|
||||
}
|
||||
|
||||
|
@ -100,7 +100,7 @@ while [ $# -ne 0 ]; do
|
|||
echo $build_type
|
||||
;;
|
||||
--caf_root)
|
||||
echo $caf_root
|
||||
echo "The caf_root option is deprecated and will be removed in 5.1. The Broker API has been updated to no longer require access to CAF to build against Broker."
|
||||
;;
|
||||
--cmake_dir)
|
||||
echo $cmake_dir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue