From: Jason Ish Date: Fri, 12 Oct 2018 16:54:38 +0000 (-0600) Subject: 1.0.0rc2 X-Git-Tag: 1.0.0rc2^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F47%2Fhead;p=thirdparty%2Fsuricata-update.git 1.0.0rc2 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index bf2914f..e235c00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## unreleased +## 1.0.0rc2 - 2018-10-12 - Python 3 fix for enable-source. https://redmine.openinfosecfoundation.org/issues/2549 - Fix interactive input for add-source command. diff --git a/suricata/update/version.py b/suricata/update/version.py index 01997cf..73461b0 100644 --- a/suricata/update/version.py +++ b/suricata/update/version.py @@ -4,4 +4,4 @@ # Alpha: 1.0.0a1 # Development: 1.0.0.dev0 # Release candidate: 1.0.0rc1 -version = "1.0.0rc1" +version = "1.0.0rc2"