From: Jason Ish Date: Mon, 30 Jan 2023 16:50:37 +0000 (-0600) Subject: version: 1.3.0rc1 X-Git-Tag: 1.3.0rc1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee45098178b0059b0efccbac781caa613c4c8d55;p=thirdparty%2Fsuricata-update.git version: 1.3.0rc1 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index b5187f0..d5f2da6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## unreleased +## 1.3.0-rc1 - 2022-01-30 - Be consistent about warning about old index. The index won't be automatically updated now in some cases and not in others. Instead opt to never auto-update: @@ -14,6 +14,11 @@ - Better error message on invalid source specification: https://redmine.openinfosecfoundation.org/issues/5141 +## 1.2.7 - 2022-01-30 +- Embed an index that has been formatted so diffs are more readable. +- Documentation update with respect to how Suricata-Update is bundled + with all versions of Suricata now. + ## 1.2.6 - 2022-11-25 - Allow checksum URL to be specified by the index: https://redmine.openinfosecfoundation.org/issues/5684 diff --git a/suricata/update/version.py b/suricata/update/version.py index 1a4c44a..1c9d94f 100644 --- a/suricata/update/version.py +++ b/suricata/update/version.py @@ -4,4 +4,4 @@ # Alpha: 1.0.0a1 # Development: 1.0.0dev0 # Release candidate: 1.0.0rc1 -version = "1.3.0dev0" +version = "1.3.0rc1"