From: Jason Ish Date: Mon, 5 Nov 2018 15:10:53 +0000 (-0600) Subject: 1.0.0 - update changelog, set version X-Git-Tag: 1.0.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6de93505960ffa6de6a2e6f9fd3fc8ccaee84a18;p=thirdparty%2Fsuricata-update.git 1.0.0 - update changelog, set version --- diff --git a/CHANGELOG.md b/CHANGELOG.md index e235c00..8091831 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 1.0.0 - 2018-11-05 +- Fix failure to run custom test + command. https://redmine.openinfosecfoundation.org/issues/2652 + ## 1.0.0rc2 - 2018-10-12 - Python 3 fix for enable-source. https://redmine.openinfosecfoundation.org/issues/2549 diff --git a/suricata/update/version.py b/suricata/update/version.py index 73461b0..60c3fa9 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.0rc2" +version = "1.0.0"