From 996b3d523a6c5d25b4a6ec48e6b636ba14455a05 Mon Sep 17 00:00:00 2001 From: Jon Siwek Date: Sat, 8 Feb 2020 16:01:42 -0800 Subject: [PATCH] Update to start of 3.2.0 development --- CHANGES | 4 ++++ NEWS | 15 +++++++++++++++ VERSION | 2 +- testing/btest/scripts/site/local-compat.test | 2 +- 4 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 3451aa2ad3..6379efe086 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,8 @@ +3.2.0-dev | 2020-02-08 16:01:42 -0800 + + * Update to start of 3.2.0 development (Jon Siwek, Corelight) + 3.1.0-dev.603 | 2020-02-08 15:47:48 -0800 * Fix broken links in documentation (Jon Siwek, Corelight) diff --git a/NEWS b/NEWS index c2360e0d86..d3777ae5f7 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,21 @@ This document summarizes the most important changes in the current Zeek release. For an exhaustive list of changes, see the ``CHANGES`` file (note that submodules, such as Broker, come with their own ``CHANGES``.) +Zeek 3.2.0 +========== + +New Functionality +----------------- + +Changed Functionality +--------------------- + +Removed Functionality +--------------------- + +Deprecated Functionality +------------------------ + Zeek 3.1.0 ========== diff --git a/VERSION b/VERSION index 0c564f137a..df4a767320 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.1.0-dev.603 +3.2.0-dev diff --git a/testing/btest/scripts/site/local-compat.test b/testing/btest/scripts/site/local-compat.test index e869ea5eb3..c67039aa01 100644 --- a/testing/btest/scripts/site/local-compat.test +++ b/testing/btest/scripts/site/local-compat.test @@ -15,7 +15,7 @@ # # simply update this test's TEST-START-FILE with the latest contents # site/local.zeek. -@TEST-START-FILE local-3.1.zeek +@TEST-START-FILE local-3.2.zeek ##! Local site policy. Customize as appropriate. ##! ##! This file will not be overwritten when upgrading or reinstalling!