mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge branch 'topic/christian/localversion'
* topic/christian/localversion: Parse and store localversion string Remove commented-out code Check ZEEK_VERSION_LOCAL for dashes Update version string btests for localversion Modify version parsing for localversion Update version used by spicyz Update build script Support for configurable localversion
This commit is contained in:
commit
d09584e52e
13 changed files with 128 additions and 44 deletions
9
NEWS
9
NEWS
|
@ -27,6 +27,15 @@ New Functionality
|
|||
@load my-package
|
||||
@endif
|
||||
|
||||
- Zeek packagers can now include a "local" addition into Zeek's version string.
|
||||
Configure your Zeek build with ``--localversion=XXX`` to add the provided
|
||||
string, dash-separated, at the end of Zeek's regular version string. The build
|
||||
setup will refuse strings that contain dashes, to avoid confusing the version
|
||||
components. For debug builds, the ``-debug`` suffix remains at the end. For
|
||||
example, the version string on a debug-enabled build with local addition "XXX"
|
||||
might be "7.0.0-dev.114-XXX-debug". For Docker builds, the ``LOCALVERSION``
|
||||
environment variable configures the addition.
|
||||
|
||||
Changed Functionality
|
||||
---------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue